@charset "utf-8";

/* 共通候補 */
body {
    font-weight: 500;
}

.title_simple {
    text-align: center;
    font-size: 23px;
    color: #955b91;
}

@media screen and (min-width: 768px) {
    .title_simple {
        font-size: 34px;
    }
}

@media screen and (min-width: 960px) {}

@media screen and (min-width: 1280px) {}







/* 会員特典 */
.member_privilege {
    margin-bottom: 8%;
}

.member_privilege .privilege_item {
    margin-bottom: 8%;
    width: 100%;
    text-align: center;
}

.member_privilege h3 img {
    display: block;
    margin: 0 auto;
    max-width: 65%;
}

.member_privilege .privilege_item .img {
    margin-bottom: 10px;
}


@media screen and (min-width: 768px) {
    .member_privilege h3 img {
        max-width: 85%;
    }

    .member_privilege {
        margin-bottom: 50px;
    }

    .member_privilege .privilege_item {
        margin-bottom: 50px;
        width: 48%;
    }
}

@media screen and (min-width: 960px) {
    .member_privilege .privilege_item {
        width: 23.5%;
    }

    .member_privilege .privilege_item:first-of-type {
        margin-right: 38.5%;
        margin-left: 38.5%;
    }

    .member_privilege .privilege_item:nth-of-type(n + 6) {
        width: 30%;
    }

    .member_privilege .privilege_item:nth-of-type(n + 6) img {
        max-width: 300px
    }

    .member_privilege .privilege_item:nth-of-type(6) {
        margin-left: 3.5%;
    }

    .member_privilege .privilege_item:last-of-type {
        margin-right: 3.5%;
    }
}

@media screen and (min-width: 1280px) {}







/* 会員ステージ */
.member_stage {
    margin-bottom: 12%;
}

.member_stage h3 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #955b91;
}

.member_stage .text {
    margin-bottom: 8px;
    font-size: 115;
}

.member_stage img {
    display: block;
    margin: 0 auto 5px
}

@media screen and (min-width: 768px) {
    .member_stage {
        margin-bottom: 100px;
    }

    .member_stage h3 {
        margin-bottom: 0;
    }

}

@media screen and (min-width: 960px) {}

@media screen and (min-width: 1280px) {}




/* 必ずお読みください */
.member_note {
    margin: 0 auto 55px;
    max-width: 900px
}

.member_note h4 {
    padding: 10px 5px;
    text-align: center;
    font-size: 20px;
    background-color: #955b91;
    color: #fff;
    line-height: 1.2;
}

.member_note ul {
    padding: 1.5em;
    border: 1px solid #955b91;
}

.member_note ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 0.5em;
}

.member_note ul li::before {
    content: "●";
    margin-right: 0.5em;
    color: #955b91;
}

.member_note ul li:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .member_note h4 {
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 960px) {}

@media screen and (min-width: 1280px) {}







/* 会員登録 */
.member_entry h3 {
    margin: 0 auto;
    max-width: 900px;
    border-bottom: 1px dotted #955b91;
}

.fs-c-inputInformation__field .fs-c-requiredMark {
    margin: 0 0 2px 0.25em;
    width: 3.5em;
    height: 1.8em;
    background-color: #f30;
    color: #fff;
    font-size: 70%;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle
}

.fs-c-inputInformation__field .fs-c-requiredMark::before {
    content: "必須";
}
