
* {
    box-sizing: border-box;
}

html, body {
    color: #444;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff0da;
}

a {
    color: #444;
}

ul {
    margin: 8px 0;
    padding-left: 25px;
}
li {
    margin: 4px 0;
}

input[type=text], input[type=password], input[type=number], textarea, select {
    padding: 6px 10px;
    width: 420px;
    max-width: 100%;
    font-size: 16px;
    border: solid #888 1px;
    border-radius: 8px;
}
input[type=number] {
    width: 80px;
}
.input-label {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    background-color: #f2f2f2;
    /* border: solid 1px #333; */
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.input-description {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 17px;
    color: #666;
}

.accent-color {
    color: #ff9100;
}

.btn {
    text-decoration: none;
    background-color: #ff9100;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #ff9f22;
}
.btn:disabled {
    background-color: #d7d7d7;
    color: #919191;
    cursor: inherit;
}
.btn-sm {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
}
.btn-xs {
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 10px;
}

.hint-button {
    cursor: pointer;
}

.text-sm  { font-size: 0.8em; line-height: 1.4em; }
.text-lg  { font-size: 1.2em; line-height: 2.0em; }
.text-xlg { font-size: 1.5em; line-height: 2.4em; }

.t-left   { text-align: left;   }
.t-right  { text-align: right;  }
.t-center { text-align: center; }

.ms-2  { margin-left  : 2px; } .ms-5  { margin-left  : 5px; } .ms-10 { margin-left  : 10px; } .ms-15 { margin-left  : 15px; } .ms-20 { margin-left  : 20px; } .ms-30 { margin-left  : 30px; } .ms-40 { margin-left  : 40px; }
.mt-2  { margin-top   : 2px; } .mt-5  { margin-top   : 5px; } .mt-10 { margin-top   : 10px; } .mt-15 { margin-top   : 15px; } .mt-20 { margin-top   : 20px; } .mt-30 { margin-top   : 30px; } .mt-40 { margin-top   : 40px; }
.me-2  { margin-right : 2px; } .me-5  { margin-right : 5px; } .me-10 { margin-right : 10px; } .me-15 { margin-right : 15px; } .me-20 { margin-right : 20px; } .me-30 { margin-right : 30px; } .me-40 { margin-right : 40px; }
.mb-2  { margin-bottom: 2px; } .mb-5  { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; }

.p-5  { padding: 10px  5px; }
.p-10 { padding: 20px 10px; }
.p-15 { padding: 30px 15px; }
.p-20 { padding: 40px 20px; }

.w-60 {
    width: 60px !important;
}
.w-100 {
    width: 100px !important;
}

.text-wrap {
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}

.d-block { display: block; }
.d-i-block { display: inline-block; }

.green { color: #333; font-weight: bold; }
.red { color: red; font-weight: bold; }
.required { color: red; font-weight: bold; }


.common-text-section {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}
.common-text-note {
    margin-left: 10px;
    padding: 10px 15px;
    background-color: #ffe;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    border: solid 1px #885;
    border-radius: 8px;
}


.container {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}


.header-section {
    background-color: rgba(255, 255, 255, 1);
}
.header-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.header-section-inner a {
    text-decoration: none;
}
.header-section-inner-logo {
    width: 190px;
    height: 30px;
    vertical-align: middle;
}
.header-section-menu a {
    font-size: 13px;
}
@media (max-width: 414px) {
    .header-section-inner-logo {
        width: 154px;
        height: 24px;
    }
}
@media (max-width: 375px) {
    .header-section-menu a {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    .header-section-inner-logo {
        width: 95px;
        height: 15px;
    }
    .header-section-menu a {
        font-size: 10px;
    }
}



.main-section {
    padding: 30px 15px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 15px;
}
.main-section-title {
    font-size: 24px;
    line-height: 30px;
}



.footer-section {
    padding: 30px 15px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 15px;
    text-align: left;
}


.copyright {
    padding: 15px 0;
    text-align: center;
}
.copyright a {
    font-size: 13px;
    color: #7c7468;
    text-decoration: none;
}
