@charset "UTF-8";
body {
    padding: 0;
}
.header_huge {
    position: static;
}
footer {
    padding-top: 20px;
}
.page_mainIn {
    margin: 0 auto;
}
.inquiry_txt {
    font-size: 16px;
    line-height: 1.7
}
.inquiry_txt a {
    color: #2389a3;
    text-decoration: underline;
}
.inquiry_desk {
    display: flex;
    line-height: 1;
    align-items: flex-end;
    margin-bottom: 50px;
}
.inquiry_desk dt {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.inquiry_desk dd {
    font-size: 16px;
}
.inquiry_desk dd span {
    font-size: 18px;
}
.inquiry_desk dd a {
    color: #3cbd70;
    font-weight: bold;
    font-size: 24px;
}
.form_wrap {
    padding: 30px 0 70px;
    box-sizing: border-box;
}
.form_ttl {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 23px;
    border-bottom: solid 1px #d9e0e4;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 70px;
}
.form_ttl::before {
    position: absolute;
    content: "";
    border: solid 3px #3cbd70;
    width: 16px;
    height: 16px;
    left: 0;
    top: 9px;
    border-radius: 9999px;
    box-sizing: border-box;
}
.form_dtl {
    border-bottom: solid 1px #d9e0e4;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.form_dtl.is-lt {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.form_dtl dt {
    font-weight: bold;
    font-size: 18px;
    padding-right: 50px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.form_dtl dt .his,.form_dtl dt .nin {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 8px;
    top: 4px;
}
.form_dtl dt .his {
    background: #3cbd70;
}
.form_dtl dt .nin {
    background: #949494;
}
.form_dtl dd {
    font-size: 18px;

}
.form_dtl dd .txt {
    font-size: 16px;
    margin-bottom: 5px;
}
.form_dtl dd .txt a {
    color: #2389a3;
    font-weight: bold;
    text-decoration: underline;
}
.form_dtl dd select {
    cursor: pointer;
    padding: 15px 35px 15px 15px;
    border-radius: 6px;
    border: solid 1px #d9e0e4;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../svg/select_arw_g.svg) no-repeat right 15px center / 12px auto;
}
input[type="text"],
input[type="email"] {
    padding: 15px;
    border-radius: 6px;
    border: solid 1px #d9e0e4;
}
select.sml,
input[type="text"].sml,
input[type="email"].sml {
    width: 100px;
    margin-right: 10px;
}
select.sml2,
input[type="text"].sml2,
input[type="email"].sml2 {
    width: 200px;
    margin-right: 10px;
}
input[type="radio"],input[type="checkbox"] {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    top: 1rem;
    left: .5rem;
}
input[type="radio"] + label,input[type="checkbox"] + label {
    padding-left: 24px;
    position: relative;
    cursor: pointer;
}
input[type="radio"] + label::before,input[type="checkbox"] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    border: solid 1px #d9e0e4;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
}
input[type="radio"]:checked + label:after,input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 5px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 3px solid #3cbd70;
    border-right: 3px solid #3cbd70;
}
.attent {
    font-size: 14px;
    margin-top: 10px;
}
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 1px #d9e0e4;
    line-height: 1.6;
}
.txt-num {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-left: -7px;
    margin-top: -5px;
}
.page_main {
    margin-bottom: 160px;
}
.form_btn.is-bor {
    border-bottom: solid 1px #d9e0e4;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.form_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    margin: 0 auto;
    background: #3cbd70;
    color: #fff;
    font-size: 20px;
    height: 60px;
}
.form_btn.ver2 a {
    background: #f0f0f0;
    color: #000;
}
.form_btn_flx {
    display: flex;
    justify-content: space-between;
    width: 520px;
    margin: 50px auto 0;
}
.form_btn_flx .form_btn a {
    width: 250px;
}
.confirm .form_dtl {
    display: flex;
}
.confirm .form_dtl dt {
    padding-right: 0;
    width: 250px;
}
.inq_end {
    text-align: center;
    line-height:2;
    margin-bottom: 50px;
}
.inq_end span {
    display: block;
    color: #3cbd70;
    font-weight: bold;
    margin-bottom: 10px;
}
.inq_link {
    display: flex;
    margin-bottom: 50px;
}
.inq_link.ver2 {
    margin-top: 20px;
}
.inq_link dt {
    margin-right: 20px;
    color: #3cbd70;
    font-weight: bold;
}
.inq_link_lst li a {
    text-decoration: underline;
}
.inq_link_lst li a.tel {
    pointer-events: none;
    text-decoration: none;
}
.inq_link.ver2 .inq_link_lst li a {
    text-decoration: none;
}
.end .form_btn a {
    font-size: 18px;
}
.end .form_btn {
    margin-top: 20px;
}
input[type="text"].form-error,
input[type="email"].form-error,
input[type="radio"].form-error + label::before,
input[type="checkbox"].form-error + label::before,
select.form-error,
textarea.form-error {
    background-color: #fee !important;
}
input[type="text"].form-group-error,
input[type="email"].form-group-error,
input[type="radio"].form-group-error + label::before,
input[type="checkbox"].form-group-error + label::before,
select.form-group-error,
textarea.form-group-error {
    background-color: #fee !important;
}
.error {
    color: #ee0101;
    font-size: 14px;
}
.s_fac_btn a {
    width: 320px;
    height: 50px;
    background: #3cbd70;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(37,149,82,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}
.s_fac_btn.is-line {
    margin-left: 30px;
}
.s_fac_btn.is-line a {
    padding-left: 30px;
    background: #fff url(/cmn/img/icn_line.png) no-repeat center left 55px / 26px auto;
    color: #000;
    border: solid 2px #06c755;
    box-shadow: 0 4px 0 rgba(6,199,85,1);
    height: 55px;
}
.fc_info_dtl.ver2 {
    padding: 40px 0 30px;
    margin: 20px 0;
}
@media (min-width: 896px) {
    .form_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .form_dtl dd .txt a:hover {
        text-decoration: none;
    }
    .inq_link_lst li a:hover {
        text-decoration: none;
    }
    .inq_link_lst li a.tel {
        pointer-events: none;
        text-decoration: none;
    }
    .inq_link.ver2 .inq_link_lst li a:hover{
        text-decoration: underline;
    }
    .inquiry_desk dd a {
       pointer-events: none;
    }
    .inq_sp_tel {
        display: none;
    }
    .s_fac_btn.is-line a:hover {
        border: solid 2px #06c755;
        text-decoration: none;
        transform: translateY(4px);
        box-shadow: none;
    }
    .inquiry_txt a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 896px) {
    .header_top {
        padding-right: 15px;
    }
    .page_main {
        margin-bottom: 60px;
    }
    .inquiry_desk {
        display: block;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .form_wrap {
        padding: 20px 0;
    }
    .form_btn a {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
    .form_ttl {
        position: relative;
        padding-left: 18px;
        font-size: 17px;
        padding-bottom: 20px;
        margin-bottom: 25px;
        margin-top: 50px;
    }
    .form_ttl::before {
        width: 14px;
        height: 14px;
        top: 7px;
        border: solid 2px #3cbd70;
    }
    .form_dtl dt {
        font-size: 16px;
    }
    .form_dtl dd {
        font-size: 14px;
    }
    .form_dtl dt .his, .form_dtl dt .nin {
        top: 0;
    }
    input[type="radio"] + label::before, input[type="checkbox"] + label::before {
        top: 3px;
    }
    input[type="radio"]:checked + label:after,input[type="checkbox"]:checked + label:after {
        top: 3px;
    }
    .confirm .form_dtl {
        display: block;
    }
    .confirm .form_dtl dt {
       width: auto;
    }
    .form_btn_flx {
        width: 100%;
        margin: 30px auto 0;
    }
    .form_btn_flx .form_btn {
        width: 48%;
    }
    .form_btn_flx .form_btn a {
        width: 100%;
    }
    .inq_link {
        display: block;
    }
    .inq_link.ver2 {
        font-size: 16px;
    }
    .end .form_btn a {
        font-size: 16px;
    }
    .inq_end {
        margin-bottom: 20px;
    }
    .inq_link {
        margin-bottom: 20px;
    }
    .s_fac_btn {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 17px;
    }
    .s_fac_btn.is-line {
        margin-left: 0;
        margin-top: 20px;
    }
    .s_fac_btn.is-line a {
        background: #fff url(../img/sp/icn_line.png) no-repeat center left 65px / 23px auto;
        padding-left: 25px;
        border: solid 2px #06c755;
        box-shadow: 0 4px 0 rgba(6,199,85,1);
        height: 55px;
        width: 100%;
        font-size: 17px;
    }
    .fc_info_dtl.ver2 {
        padding: 30px 0 35px;
    }
    .h_tel.is-cv3 {
        margin-bottom: 0;
    }
    .fc_info_dtl01 {
        margin-bottom: 20px;
    }
    .fc_info_dtl01 {
        display: block;
        margin-bottom: 0;
    }
    .fc_info_dtl.ver2 {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 374px) {
    .s_fac_btn.is-line a {
        background: #fff url(../img/sp/icn_line.png) no-repeat center left 35px / 23px auto;
    }
}