@charset "UTF-8";
.contact_wrap {
    padding: 43px 0 213px;
    box-sizing: border-box;
}
.contact .c-page_ttl {
    margin-bottom: 70px;
}
.read-txt {
    font-size: 16px;
    text-align: center;
    line-height: 2.25;
    margin-bottom: 38px;
}
.tel_wrap {
    width: 100%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 26px 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 59px;
    margin-bottom: 74px;
    color: #1C476E;
    font-weight: 500;
}
.tel-txt {
    font-size: 20px;
    line-height: 1.4;
}
.num_wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 8px;
}
.num_wrap .num {
    position: relative;
    padding-left: 32px;
    font-size: 36px;
    line-height: 1.333;
    text-decoration: none;
    color: #1C476E;
    font-weight: 500;
}
.num_wrap .num::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/cmn/svg/tel-b.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.num_wrap .hours {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 6px;
    box-sizing: border-box;
}
.formdtl_wrap {
    display: flex;
    justify-content: left;
    gap: 0 46px;
}
.formdtl_wrap:not(:last-child) {
    margin-bottom: 40px;
}
.formdtl_wrap:first-child {
    margin-bottom: 33px;
}
.formdtl_wrap .cate {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 54px;
    box-sizing: border-box;
}
.formdtl_wrap .input {
    max-width: 867px;
    width: 100%;
}
.formdtl_wrap .input .txtbox_lst {
    display: flex;
    justify-content: space-between;
}
.formdtl_wrap .input .txtbox_lst li {
    width: calc(50% - 13px);
}
.is-his {
    position: relative;
}
.is-his::after {
    content: "必須";
    width: 44px;
    height: 24px;
    border-radius: 6px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 9;
    font-weight: 500;
    background: #1C476E;
}
input[type=text] {
    padding: 13px 18px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #F4F4F5;
}
input[type=checkbox] + label.checkbox {
    padding-left: 29px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}
input[type=checkbox] + label.checkbox::before,
input[type=checkbox]:checked + label.checkbox::after {
    content: "";
    position: absolute;
    z-index: 9;
}
input[type=checkbox] + label.checkbox::before {
    width: 16px;
    height: 16px;
    border: 1px solid #888888;
    box-sizing: border-box;
    left: 0;
    top: 0;
}
input[type=checkbox]:checked + label.checkbox::after {
    width: 9px;
    height: 5px;
    border-left: 2px solid #1C476E;
    border-bottom: 2px solid #1C476E;
    transform: rotate(-45deg);
    top: 3px;
    left: 3px;
}
.formdtl_wrap .check_lst {
    margin-top: 1px;
}
.formdtl_wrap .check_lst li {
    line-height: 1;
}
.formdtl_wrap .check_lst li:not(:last-child) {
    margin-bottom: 23px;
}
textarea {
    height: 240px;
    box-sizing: border-box;
    padding: 18px 13px;
    width: 100%;
    background: #F4F4F5;
    max-width: 100%;
}
input::placeholder {
    color: #999999;
    font-size: 16px;
}
.form_wrap {
    margin-bottom: 73px;
}
.privacy_wrap {
    text-align: center;
}
.privacy_wrap .lnk {
    color: #073F99;
    font-size: 14px;
    line-height: 1.429;
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: none;
}
.privacy_wrap input[type=checkbox] + label.checkbox {
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.429;
}
.privacy_wrap input[type=checkbox] + label.checkbox::before {
    border: 3px solid #BBBBBB;
    top: 2px;
}
.privacy_wrap input[type=checkbox]:checked + label.checkbox::after {
    top: 5px;
}
.cnfm-btn.c-btn {
    max-width: 368px;
    height: 60px;
    margin: 26px auto 0;
}
.cnfm-btn.c-btn a {
    font-weight: 400;
    border: 1px solid #004C8D;
    color: #fff;
    background: #004C8D;
    border-radius: 35px;
}
.contact.is-confirm  .c-page_ttl {
    margin-bottom: 40px;
}
.is-confirm .read-txt {
    margin-bottom: 70px;
}
.is-confirm .formdtl_wrap .check_lst {
    margin-top: 5px;
}
.is-confirm .formdtl_wrap .input {
    line-height: 1.5;
}
.error-txt {
    font-weight: 500;
    color: #F2382B;
    padding-top: 10px;
}
@media only screen and (min-width:767px) {
    .cnfm-btn.c-btn a:hover {
        background: #fff;
        color: #004C8D;
    }
    .privacy_wrap a.lnk:hover {
        text-decoration: underline;
    }
    .formdtl_wrap .cate {
        width: 200px;
    }
    .formdtl_wrap .cate.ver-c {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .formdtl_wrap .cate.ver-c.is-his::after {
        top: 50%;
        margin-top: -12px;
    }
    .is-confirm .formdtl_wrap {
        padding: 12px 0;
        box-sizing: border-box;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .contact .page_wrap {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .formdtl_wrap .input {
        max-width: calc(100% - 246px);
    }
    .tel_wrap {
        padding: 26px 20px 28px;
        gap: 5px 59px;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width:767px) {
    .contact_wrap {
        padding: 12.051vw 5.128vw 20.513vw;
    }
    .contact .c-page_ttl {
        margin-bottom: 7.692vw;
    }
    .read-txt {
        font-size: 3.59vw;
        text-align: left;
        line-height: 2;
        margin-bottom: 10.256vw;
    }
    .tel_wrap {
        padding: 7.436vw 5.128vw 5.641vw;
        gap: 1.026vw 0;
        margin-bottom: 11.026vw;
        flex-direction: column;
    }
    .tel-txt {
        font-size: 4.615vw;
        line-height: 1.444;
        text-align: center;
    }
    .num_wrap {
        display: block;
        text-align: center;
    }
    .num_wrap .num {
        padding-left: 8.205vw;
        font-size: 9.231vw;
    }
    .num_wrap .num::before {
        width: 6.154vw;
        height: 6.154vw;
        margin-top: -3.077vw;
    }
    .num_wrap .hours {
        font-size: 4.103vw;
        line-height: 1.5;
        padding-top: 0;
    }
    .formdtl_wrap {
        display: block;
    }
    .formdtl_wrap:not(:last-child) {
        margin-bottom: 10.769vw;
    }
    .formdtl_wrap:first-child {
        margin-bottom: 10.769vw;
    }
    .formdtl_wrap .cate {
        font-size: 4.103vw;
        padding-right: 12.821vw;
        display: inline-block;
        margin-bottom: 4.103vw;
    }
    .formdtl_wrap .input {
        max-width: 100%;
    }
    .formdtl_wrap .input .txtbox_lst {
        display: block;
    }
    .formdtl_wrap .input .txtbox_lst li:not(:last-child) {
        margin-bottom: 3.333vw;
    }
    .formdtl_wrap .input .txtbox_lst li {
        width: 100%;
    }
    .is-his::after {
        width: 11.282vw;
        height: 6.154vw;
        font-size: 3.077vw;
        top: 0.256vw;
    }
    input[type=text] {
        padding: 3.333vw 4.615vw;
        height: 12.821vw;
        font-size: 4.103vw;
    }
    input[type=checkbox] + label.checkbox {
        padding-left: 7.436vw;
        font-size: 4.103vw;
    }
    input[type=checkbox] + label.checkbox::before {
        width: 4.103vw;
        height: 4.103vw;
        border: 0.256vw solid #888888;
    }
    input[type=checkbox]:checked + label.checkbox::after {
        width: 2.308vw;
        height: 1.282vw;
        border-left: 0.513vw solid #1C476E;
        border-bottom: 0.513vw solid #1C476E;
        top: 0.769vw;
        left: 0.769vw;
    }
    .formdtl_wrap .check_lst {
        margin-top: 0;
    }
    .formdtl_wrap .check_lst li:not(:last-child) {
        margin-bottom: 5.128vw;
    }
    textarea {
        height: 69.231vw;
        padding: 4.615vw 3.333vw;
    }
    input::placeholder {
        font-size: 4.103vw;
    }
    .form_wrap {
        margin-bottom: 8.974vw;
    }
    .privacy_wrap .lnk {
        font-size: 3.59vw;
        line-height: 1.4;
        margin-bottom: 3.846vw;
    }
    .privacy_wrap input[type=checkbox] + label.checkbox {
        padding-left: 6.667vw;
        font-size: 3.59vw;
        line-height: 1.429;
    }
    .privacy_wrap input[type=checkbox] + label.checkbox::before {
        border: 0.769vw solid #BBBBBB;
        top: 0.513vw;
    }
    .privacy_wrap input[type=checkbox]:checked + label.checkbox::after {
        top: 1.282vw;
    }
    .cnfm-btn.c-btn {
        max-width: 94.359vw;
        width: 100%;
        height: 15.385vw;
        margin: 6.667vw auto 0;
    }
    .cnfm-btn.c-btn a {
        border-radius: 8.974vw;
        font-size: 4.615vw;
    }
    .contact.is-confirm  .c-page_ttl {
        margin-bottom: 7.692vw;
    }
    .is-confirm .read-txt {
        margin-bottom: 10.256vw;
    }
    .is-confirm .formdtl_wrap .check_lst {
        margin-top: 0;
    }
    .is-confirm .formdtl_wrap .input {
        font-size: 4.103vw;
    }
    .is-confirm .formdtl_wrap .check_lst li:not(:last-child) {
        margin-bottom: 3.846vw;
    }
    .error-txt {
        padding-top: 2.564vw;
    }
}
@media only screen and (max-width: 340px) {
}