@charset "UTF-8";

.form_wrap {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 66px 94px;
    box-sizing: border-box;
    border-radius: 15px;
}

.form_in {
    margin: 0 0 30px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ECF2F7;
}

.form-ttl {
    width: 300px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
    padding-top: 18px;
    box-sizing: border-box;
}

.form-ttl span {
    position: relative;
    display: block;
    padding: 0 100px 0 0;
}

.form-ttl .is-his,
.form-ttl .is-nini {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 0 15px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    height: 24px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-ttl .is-his {
    background: #DA2159;
}

.form-ttl .is-nini {
    background: #333333;
}

.form_det {
    padding: 18px 0 18px 30px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    box-sizing: border-box;
}

.form_det textarea,
.form_det select,
.form_det input[type="text"],
.form_det input[type="tel"],
.form_det input[type="email"] {
    display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    box-sizing: border-box;
    height: 50px;
    padding: 0 1em;
}

.form_det textarea {
    height: 150px;
}

.form_det select {
    background: url(../svg/arrow_down_fill.svg) no-repeat center right 1em;
    background-size: 12px auto;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
    background: transparent;
}

.form_det input[type="radio"],
.form_det input[type="checkbox"] {
    opacity: 0;
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

input[type=radio]+label,
input[type=checkbox]+label {
    padding: 0 0 0 26px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=checkbox]+label:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    border: 3px solid #BBB;
}

input[type=radio]+label:after,
input[type=checkbox]+label:after {
    border-bottom: 3px solid #4A7AC2;
    border-left: 3px solid #4A7AC2;
    height: 10px;
    width: 18px;
    top: 3px;
    left: 4px;
    transform: rotate(-45deg);
    opacity: 0;
}

.form_det .lst li input[type=radio]+label:before,
.form_det .lst li input[type=checkbox]+label:before {
    top: 6px;
}

.form_det .lst li input[type=radio]+label:after,
.form_det .lst li input[type=checkbox]+label:after {
    top: 6px;
}

input[type=radio]:checked+label:after,
input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.form_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 0 0;
}

.form_flx li {
    margin: 15px 20px 0 0;
}

.form_det .is-wid01 {
    width: 300px;
}

.form_det .is-wid02 {
    width: 100%;
}

.form_det .is-wid03 {
    width: 100px;
}

.form_det_in {
    margin: 0 0 20px 0;
}

.form_det_in:last-child {
    margin: 0;
}

.form-txt {
    font-size: 15px;
    margin: 10px 0 0 0;
}

.is-err {
    color: #DA2159;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.js-detail {
    margin: 30px 0 0;
}

.formbtn_wrap {
    margin: 60px 0 0;
}

.form-btn {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

body.end .form-btn {
    max-width: 300px;
}

.end-txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.form-btn a {
    width: 100%;
    height: 80px;
    background: #01509b url(../svg/arw.svg) no-repeat right 20px center;
    border-radius: 50px;
    background-size: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.formFoot_wrap {
    background: #ECF2F7;
    padding: 30px;
}

.formFoot-txt a {
    color: #2E5898;
    text-decoration: underline;
}

@media (min-width: 896px) {
    .form_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form-btn a:hover {
        opacity: 0.7;
    }

    .formFoot-txt a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 896px) {
    .form_wrap {
        margin: 0 auto;
        padding: 30px 15px 30px;
        box-sizing: border-box;
        border-radius: 15px;
    }

    .form_in {
        margin: 0 0 20px;
        padding: 0 0 20px 0;
    }

    .form-ttl {
        width: auto;
        font-size: 16px;
        line-height: 1.6;
        padding-top: 0;
    }

    .form-ttl span {
        position: relative;
        display: block;
        padding: 0 100px 0 0;
    }

    .form-ttl .is-his,
    .form-ttl .is-nini {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        border-radius: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px 0 15px;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        height: 24px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .form-ttl .is-his {
        background: #DA2159;
    }

    .form-ttl .is-nini {
        background: #333333;
    }

    .form_det {
        padding: 18px 0 0;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 500;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .form_det textarea,
    .form_det select,
    .form_det input[type="text"],
    .form_det input[type="tel"],
    .form_det input[type="email"] {
        display: inline-block;
        font-family: source-han-sans-japanese, sans-serif;
        font-size: 16px;
        font-weight: 400;
        background: #fff;
        border: 1px solid #BBBBBB;
        border-radius: 10px;
        box-sizing: border-box;
        height: 50px;
        padding: 0 1em;
    }

    .form_det textarea {
        height: 150px;
    }

    .form_det select {
        background: url(../svg/arrow_down_fill.svg) no-repeat center right 1em;
        background-size: 12px auto;
    }

    .form_det .is-wid01 {
        width: 48%;
    }

    .js-detail input.is-wid01,
    .form_det select.is-wid01 {
        width: 100%;
    }

    .form_det .is-wid02 {
        width: 100%;
    }

    .form_det .is-wid03 {
        width: 28%;
    }

    .form_det_in {
        margin: 0 0 15px 0;
    }

    .form-txt {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .is-err {
        font-size: 14px;
    }

    .js-detail {
        margin: 30px 0 0;
    }

    .formbtn_wrap {
        margin: 30px 0 0;
    }

    .form-btn {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .form-btn a {
        width: 100%;
        height: 80px;
        background: #01509b url(../svg/arw.svg) no-repeat right 20px center;
        border-radius: 50px;
        background-size: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }

    .formFoot_wrap {
        padding: 15px;
    }

    .end-txt {
        text-align: left;
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 374px) {}