@charset "UTF-8";
.only_pc {
    display: block;
}

.only_sp {
    display: none;
}

.only_800 {
    display: none;
}

.only_400 {
    display: none;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0;
    background: #F47F98;
    text-align: center;
    height: 68px;
    box-sizing: border-box;
}

h2 img {
    width: 68% !important;
    max-width: 514px;
}

#target h2 {
    background: #555555;
}

h3 {
    margin: 1em 0;
    font-size: 20px;
}

h3::before {
    content: '■';
    color: #bf1d38;
}

.mB20 {
    margin-bottom: 20px !important;
}

.ttl_text {
    padding: 3% 0 2% !important;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.condition_inner {
    background: #fff;
    padding: 0 5% 5% 5%;
}

.condition_inner .desc:not(:first-child) {
    border-top: 2px solid #dbdbdb;
}

.desc {
    padding: 5% 0;
}

.desc p {
    font-size: 20px;
}

.txtBold {
    font-weight: bold !important;
}

.redBold {
    font-weight: bold !important;
    color: #bf1d38 !important;
}

.grey_box {
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #f3f3f3;
}

/* list
-------------------------------------*/
.numList,
.noteList,
.numList_small {
    padding-left: 1em;
    text-indent: -1em;
}

.numList_small {
    font-size: 16px;
}

.numList,
.cautionList,
.cautionList_02 {
    font-size: 20px;
}

.cautionList {
    padding-left: 1.62em;
    text-indent: -1.62em;
}

.cautionList a {
    display: inline;
    text-decoration: underline;
    color: #2c82f1;
}

.cautionList a:hover {
    text-decoration: none;
}

.cautionList_02 {
    padding-left: 2.62em;
    text-indent: -2.62em;
}

.noteList {
    margin-top: 1em;
    font-size: 20px;
}

.noteList+p {
    margin-top: 1em;
}

.grey_box .cautionList_02 {
    font-size: 16px;
    padding-left: 2.2em;
    text-indent: -2.2em;
}

.cautionList_02 a {
    display: unset;
    text-decoration: underline;
    color: #2c82f1;
}

.grey_box .numList {
    font-size: 16px;
}

.grey_box a {
    font-size: 16px;
}

/* btn
-------------------------------------*/
input[type=checkbox] {
    -webkit-appearance: button;
}

.btnCheck {
    padding-top: 3%;
    text-align: center;
    background: #fff;
}

.btnCheck .checkBtn.off,
#enquete .checkBtn.off {
    pointer-events: none;
    cursor: default;
}

.btnCheck .checkBtn.off {
    filter: grayscale(1) brightness(1.1) contrast(100%);
}

#enquete .checkBtn.off {
    background-color: #777777;
}

/* label */
.btnCheck .labelText {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btnCheck .labelText label {
    cursor: pointer;
    font-weight: bold;
}

.btnCheck .lT_01 {
    margin: 2.5% auto 0 auto;
}


.btnCheck .lT_02 {
    margin: 2.5% auto;
}

/* checkbox */
.btnCheck input[type="checkbox"] {
    display: none;
}

.btnCheck input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #707070;
    background: #fff;
}

.btnCheck input[id="checkbox"]:checked+label::after,
.btnCheck input[id="checkbox_02"]:checked+label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/ico_check.png) no-repeat center center;
    background-size: 80%;
    transform: translate(-50%, -50%);
}

/* text */
.btnCheck .labelText p:last-of-type {
    margin-left: 0.5em;
    text-align: left;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px 0 13px;
    border-radius: 34px;
    background-color: #555;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.link02._02 {
    background-color: #bf1d38;
}

.link02._03 {
    max-width: 420px;
    margin: 25px auto;
    background-color: #6c8bc5;
    border-radius: 38px;
}

.ico-arrow {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: -7px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.ico-arrow:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
}

.ico-arrow:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}

.grey_box .ico-arrow {
    width: 16px;
    height: 16px;
}

/* condition & questAcoordion
-------------------------------------*/
#condition,
#questAcoordion,
#target,
#enquete {
    padding: 5%;
    background: #fff0f4;
}

#questAcoordion,
#target,
#enquete {
    padding-top: 0;
}

#condition h2 {
    background: white;
    border: solid 4px #F47F98;
}

#condition .condition_inner {
    border: solid 4px #F47F98;
    border-top: unset;
}

#condition .ttl_text {
    color: #F47F98;
}

#questAcoordion .accordion_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0;
    background: #F47F98;
    text-align: center;
    height: unset;
    box-sizing: border-box;
    background-image: url('../img/ico_on.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
}

#questAcoordion .accordion_ttl.off {
    background-image: url('../img/ico_off.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

#questAcoordion .accordion_ttl img {
    width: 68% !important;
    max-width: 514px;
}

#questAcoordion .desc {
    background: white;
    padding: 5%;
}

#enquete .condition_inner {
    padding: 0 5%;
    background-color: unset;
}

#enquete .condition_inner .desc {
    margin-top: 3%;
    padding: unset;
    border-top: unset;
}

#enquete .condition_inner .desc .noteList {
    margin-top: 0;
}

#enquete .anchor_condition {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    text-align: center;
}

#enquete .anchor_condition a {
    display: inline-flex;
    min-width: 225px;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
}

#enquete .anchor_condition a::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/btn_up.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 640px) {
    #enquete .anchor_condition a {
        min-width: 140px;
        font-size: 16px;
    }

    #enquete .anchor_condition a::before {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 800px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: none;
    }

    .only_400 {
        display: none;
    }
}



@media only screen and (max-width: 640px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: block;
    }

    .only_400 {
        display: none;
    }
    h2 {
        height: unset;
    }

    h3 {
        font-size: 14px;
    }
    .ttl_text {
        font-size: 24px;
    }
    .desc p {
        font-size: 14px
    }

    .numList,
    .cautionList,
    .cautionList_02 {
        font-size: 14px
    }
    .numList_small {
        font-size: 12px;
    }
    .noteList {
        font-size: 14px;
    }

    .grey_box .cautionList_02 {
        font-size: 13px;
        padding-left: 1.8em;
        text-indent: -1.8em;
    }

    .grey_box .numList {
        font-size: 13px;
    }

    .grey_box a {
        font-size: 13px;
    }

    .grey_box .ico-arrow {
        width: 13px;
        height: 13px;
    }

    .btnCheck .labelText {
        width: 100%;
    }

    .btnCheck .lT_01,
    .btnCheck .lT_02 {
        margin-top: 15px;
    }

    .btnCheck input[type="checkbox"]+label {
        width: 20px;
        height: 20px;
    }

    .btnCheck .labelText p:last-of-type {
        font-size: 20px;
    }

    .link02 {
        padding: 10px 0 8px;
        border-radius: 50px;
        font-size: 16px;
    }

    .link02._03 {
        margin: 15px auto;
    }

    .ico-arrow {
        display: block;
        position: relative;
        width: 14px;
        height: 14px;
        margin-top: -1px;
        margin-left: 10px;
        transform: rotate(-45deg);
    }

    .ico-arrow:before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 2px;
        background-color: #fff;
        width: 3px;
        height: 100%;
        top: 0;
        right: 0;
    }

    .ico-arrow:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 2px;
        background-color: #fff;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
    }

    #questAcoordion .accordion_ttl {
        height: unset;
        background-image: url('../img/ico_on.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 3.5vw;
        cursor: pointer;
    }
}

@media only screen and (max-width: 400px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: block;
    }

    .only_400 {
        display: block;
    }
    .link02._03 {
        padding: 10px 7px 10px;
        margin-left: 2px;
    }
}

@media only screen and (min-width: 361px) {
    .fsXXS {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

/* banner
-------------------------------------*/
#banner {
    padding: 5% 5% 0 5%;
    background: #fff0f4;
    text-align: center;
}

#banner .banner_inner {
    background: #fff;
    padding: 5%;
}

#banner p {
    font-size: 28px;
    font-weight: 700;
    color: #ef3232;
}

#banner a {
    max-width: 540px;
    margin-top: 2.5%;
}

@media only screen and (max-width: 640px) {
    #banner p {
        font-size: 20px;
    }

    #banner a {
        max-width: 80%;
    }
}