@charset "UTF-8";
body {
    background: #f3ffea;
    color: #000;
}

header {
    text-align: center;
    background: #fff;
}
@media screen and (max-width: 767px) {
    header {
        position: static;
    }
}
header .logo {
    height: 5vh;
    margin: 2.5vh auto;
}

footer {
    background: #117f3b;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 12px;
}

.container {
    padding: 0 20px;
}

a:link,
a:visited,
a:active {
    color: #fff;
    text-decoration: underline;
}

/* ▼▼▼ お問い合わせ
=====================================*/
.title_wrap {
    margin: 0 0 2em 0;
    text-align: center;
}
.title_wrap img {
    width: 50%;
    /* max-width: 750px; */
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .title_wrap img {
        width: 100%;
    }
}
.title_wrap h1 {
    font-size: 32px;
    text-align: center;
}
.title_wrap p {
    font-size: 18px;
    text-align: center;
}

ul.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 40px;
}
ul.step li {
    background: #ccc;
    width: 140px;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    position: relative;
}
ul.step li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ccc;
    border-right: 0;
}
ul.step li.now {
    background: #117f3b;
    color: #fff;
}
ul.step li.now::after {
    border-left: 8px solid #117f3b;
}
ul.step li::after {
    content: "";
    color: #ccc;
    position: absolute;
    top: 10px;
    right: -14px;
}

.read {
    margin-bottom: 30px;
}
.read > span:before {
    content: "必須";
    border: 1px solid #e5012d;
    padding: 2px 8px;
    margin-right: 5px;
    color: #e5012d;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .read {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

table.info {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0 auto 30px;
    font-size: 16px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    table.info {
        max-width: 100%;
    }
}
table.info th,
table.info td {
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    font-weight: normal;
    vertical-align: middle;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    table.info th,
    table.info td {
        /* display: block; */
        padding: 20px 0;
        font-size: 16px;
    }
}
table.info th {
    width: 30%;
    position: relative;
    vertical-align: middle;
    padding: 20px 55px 20px 10px;
}
@media screen and (max-width: 767px) {
    table.info th {
        width: 36.5%;
        border: none;
        padding: 20px 10px 20px 10px;
    }
}
table.info th.required::before {
    content: "必須";
    border: 1px solid #e5012d;
    padding: 2px 8px;
    color: #e5012d;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 35px;
    right: 10px;
}
@media screen and (max-width: 767px) {
    table.info th.required::before {
        position: static;
        display: block;
        /* margin-left: 10px; */
        width: 30px;
    }
}
table.info th.top {
    vertical-align: top;
}
table.info td {
    padding: 20px;
}
@media screen and (max-width: 767px) {
    table.info td {
        padding: 20px 0 20px;
    }
}
table.info td.list {
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    table.info td.list {
        padding: 0 0 20px;
    }
}
table.info td .kome {
    font-size: 12px;
    color: #df0024;
}
@media screen and (max-width: 767px) {
    table.info td .kome {
        padding-top: 5px;
        display: block;
    }
}
table.info td input {
    padding: 15px 10px;
    width: 100%;
}
table.info td input + .kome {
    margin-top: 10px;
}
table.info td input.w01,
table.info td .select_wrap.w01 {
    width: 100%;
}
table.info td input.w02,
table.info td .select_wrap.w02 {
    width: 44%;
    margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
    table.info td input.w02,
    table.info td .select_wrap.w02 {
        width: 10em;
    }
}
@media screen and (max-width: 767px) {
    table.info td .select_wrap.w02.year {
        width: 8em;
    }
}

table.info td input.w03,
table.info td .select_wrap.w03 {
    width: 23%;
}
@media screen and (max-width: 767px) {
    table.info td input.w03,
    table.info td .select_wrap.w03 {
        width: 100%;
    }
}
table.info td .check_list li {
    display: inline-block;
    margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
    table.info td .check_list li {
        float: none;
        font-size: 16px;
        cursor: pointer;
    }
}
table.info td .check_list li:last-child {
    margin-right: 0;
}
table.info td .check_list li label {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    table.info td .check_list li label {
        padding: 0;
    }
}
table.info td .check_list li label {
    padding: 15px 0;
}
@media screen and (max-width: 767px) {
    table.info td .check_list li label {
        padding: 0 0;
    }
}

table.info td .select_wrap {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}
table.info td .select_wrap::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    pointer-events: none;
}
table.info td .select_wrap select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    padding: 18px 15px;
    color: #000;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.disabled {
    background-color: #eeeeee;
}

table.info td .select_wrap select:disabled {
    background-color: #eeeeee;
    color: light-dark(graytext, rgb(170, 170, 170));
    opacity: 1;
}

input:disabled {
    background-color: #eeeeee !important;
    -webkit-appearance: none;
    appearance: none;
    color: light-dark(graytext, rgb(170, 170, 170));
    opacity: 1;
}
table.info td .select_wrap select::-ms-expand {
    display: none;
}
table.info td textarea {
    height: auto;
    background: #fafafa;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
table.info td textarea::-webkit-input-placeholder {
    color: #999;
}
table.info td textarea::-moz-placeholder {
    color: #999;
}
table.info td textarea:-ms-input-placeholder {
    color: #999;
}
table.info td textarea::-ms-input-placeholder {
    color: #999;
}
table.info td textarea::placeholder {
    color: #999;
}
@media screen and (max-width: 767px) {
    table.info td textarea {
        padding: 15px 10px;
    }
}
table.info td input[type="text"],
table.info td textarea {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
table.info.confirm_info td {
    vertical-align: middle;
}
table.info div p:first-child {
    margin-bottom: 10px;
}
table.info .error_wrap {
    color: #f00;
}

.postal_code {
    margin-bottom: 20px;
}
.postal_code li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/* 住所自動入力ボタン */
#code_btn {
    display: inline-block;
    padding: 14px 10px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

/* チェックボックス、ラジオボタンカスタム */
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + .check-parts,
input[type="radio"] + .check-parts {
    padding-left: 25px;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}
input[type="checkbox"] + .check-parts::before,
input[type="radio"] + .check-parts::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #999;
    position: absolute;
    top: 4px;
    left: 0;
}
input[type="checkbox"] + .check-parts::before {
    border-radius: 4px;
}
input[type="checkbox"]:checked + .check-parts::before {
    border: none;
    border: 1px solid #e5012d;
}
input[type="checkbox"]:checked + .check-parts::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 3px;
    height: 8px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 1px solid #e5012d;
    border-right: 1px solid #e5012d;
}
input[type="radio"] + .check-parts::before {
    border-radius: 50%;
}
input[type="radio"]:checked + .check-parts::before {
    border: 1px solid #e5012d;
}
input[type="radio"]:checked + .check-parts::after {
    content: "";
    display: block;
    background: #e5012d;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/* ▼ プライバシー */
.privacy_read {
    margin-bottom: 10px;
    font-size: 16px;
}

#privacy {
    background: #fff;
    height: 210px;
    border: 1px solid #ccd1d5;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {
    #privacy {
        height: 150px;
    }
}
#privacy .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}
#privacy dl.privacy {
    margin-bottom: 15px;
}
#privacy ol.privacy {
    margin-bottom: 20px;
    overflow: hidden;
    counter-reset: number;
}
#privacy ol.privacy > li {
    margin-bottom: 15px;
    counter-increment: number;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 15px;
}
#privacy ol.privacy:before {
    content: counter(number, decimal) ".";
    margin-right: 0.5em;
}
#privacy ol.privacy:last-child {
    margin: 0;
}
#privacy ol.privacy li .privacy_care {
    margin: 5px 0 0 1.5em;
}
#privacy .supervisor {
    overflow: hidden;
    margin-bottom: 20px;
}
#privacy .supervisor dt {
    font-weight: bold;
}

.btn_box {
    overflow: hidden;
    position: relative;
}
.btn_box .agree {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.btn_box #btnArea li {
    text-align: center;
}
.btn_box #btnArea li button {
    width: min(100%, 300px);
    background: #117f3b;
    border: none;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.btn_box #btnArea li button:hover {
    opacity: 0.7;
}

.t_right {
    text-align: right;
}

.error {
    margin-top: 5px;
}

.tip_message {
    width: fit-content;
    min-width: 80px;
    box-sizing: border-box;
    position: absolute;
    margin-top: 4px;
    border-radius: 3px;
    background-color: #d8d8d8;
    display: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .tip_message {
        max-width: 137px;
    }
}

.tip_active {
    display: block;
}

.ui-datepicker {
    font-size: 110%;
}
