/*-----------------------------------

	benefits_block

-----------------------------------*/
#benefits_block {
    padding: 50px 0;
    text-align: center;
}

#benefits_block h2 {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}

#benefits_block h3 {
    padding-bottom: 30px;
    position: relative;
}

#benefits_block h3:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: url(../../images/h3_line.png) no-repeat;
    background-size: cover;
    height: 3px;
    z-index: -1;
}

#benefits_block h4 {
    max-width: 100%;
    margin: 0 auto 20px;
}



/*section01*/
#benefits_block .section01 {
    margin-bottom: 50px;
}

#benefits_block .section01 ul {
    margin: 30px 0 auto;
}

#benefits_block .section01 ul li {
    width: 20%;
}

/*section02*/
#benefits_block .section02 {
    margin-bottom: 50px;
}

#benefits_block .section02 h4 img {
    width: 788px;
}

#benefits_block .section02 ul {
    margin: 50px 0 auto;
}

#benefits_block .section02 ul li {
    width: 352px;
}

#benefits_block .section02 ul li p {
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
}

#benefits_block .section02 ul li:nth-child(3n) {
    position: relative;
}

#benefits_block .section02 .exercise_img03_txt {
    position: absolute;
    right: 0;
    top: -55px;
    width: 133px;
}

#benefits_block .section02 .row_box .p_txt {
    color: #eb6ea5;
    text-decoration: underline;
    float: right;
}

/*section_gacha*/
#benefits_block .section_gacha {
    margin-bottom: 20px;
}

#benefits_block .section_gacha .benefits_img_gacha {
    margin-bottom: 20px;
}

/*section03*/
#benefits_block .section03 .rankup_box {
    width: 996px;
    max-width: 100%;
    margin: 0 auto;
}

#benefits_block .section03 h4 img {
    width: 706px;
}

#benefits_block .section03 .rankup_ttl {
    width: 444px;
    margin-top: 30px;
}

#benefits_block .section03 .rankup_img {
    margin-top: 30px;
}

#benefits_block .section03 .rankup_box p {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

/*section04*/
#benefits_block .section04 {
    margin-bottom: 50px;
}

#benefits_block .section04 ul {
    margin: 50px 0 auto;
}

#benefits_block .section04 ul li {
    width: 49%;
}

#benefits_block .section04 ul li:first-child h4 {
    width: 310px;
}

#benefits_block .section04 ul li:last-child h4 {
    width: 280px;
}

#benefits_block .section04 ul li p {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

#benefits_block .section04 ul li p span {
    display: block;
    font-size: 12px;
}

#benefits_block .section04 .link_btn {
    width: 260px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid black;
    color: #000;
    margin: 30px auto 0;
    border-radius: 3px;
    font-weight: 500;
}

@media screen and (max-width: 640px) {
    #benefits_block .section04 .link_btn {
        font-size: 14px;
    }
}

/*section05*/
#benefits_block .section05 {
    background: #eb6ea5;
    padding: 0 40px;
    position: relative;
}

#benefits_block .section05:before {
    content: "";
    width: 40px;
    height: 70px;
    background: url(../../images/icon_faq.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 70px;
    top: 45px;
}

#benefits_block .section05 h4 {
    width: 186px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 1;
}

#benefits_block .section05 .row_box {
    align-items: center;
    height: 160px;
}

#benefits_block .section05 ul {
    align-items: center;
}

#benefits_block .section05 .link_btn {
    width: 260px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #000;
    border: none;
    margin: 0;
    border-radius: 3px;
}

.benefits_img05,
.benefits_img06,
.benefits_img_gacha {
    width: 76px;
}

@media screen and (max-width: 1400px) {

    #benefits_block .section02 ul li {
        width: 32%;
    }

}

@media screen and (max-width: 840px) {

    #benefits_block .section02 ul li {
        width: 48%;
        margin-bottom: 80px;
    }

    #benefits_block .section02 ul li:nth-child(3n) {
        margin-bottom: 0;
    }

    /*section05*/
    #benefits_block .section05 {
        padding: 40px;
    }

    #benefits_block .section05 .row_box {
        display: block;
        margin-top: 90px;
        height: auto;
    }

    #benefits_block .section05:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #benefits_block .section05 .link_btn {
        margin: 0 auto;
    }

    #benefits_block .section05 h4 {
        margin-left: auto;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 640px) {

    #benefits_block {
        padding: 40px 0;
    }

    #benefits_block h2 {
        width: 60vw;
    }

    #benefits_block h3 {
        margin: 0 calc(50% - 50vw);
    }

    #benefits_block p {
        font-size: 14px;
        text-align: left;
    }

    #benefits_block .section01 ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    /*section01*/
    #benefits_block .section01 {
        margin-bottom: 20px;
    }

    #benefits_block .section01 ul {
        margin: 20px 0 auto;
    }

    #benefits_block .section01 ul li:last-child {
        margin: 0 auto;
    }

    /*section02*/
    #benefits_block .section02 h4 img {
        width: 60vw;
    }

    #benefits_block .section02 ul {
        margin: 20px 5% auto;
    }

    #benefits_block .section02 ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    #benefits_block .section02 ul li:nth-child(3n) {
        margin-bottom: 0;
    }

    #benefits_block .section02 ul li:nth-child(3n) img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #benefits_block .section02 .exercise_img03_txt {
        top: 0;
        width: 20vw;
    }

    #benefits_block .section02 .row_box .p_txt {
        float: none;
        padding-top: 10px;
        display: block;
    }

    /*section_gacha*/
    #benefits_block .section_gacha .benefits_img_gacha {
        margin-bottom: 40px;
    }

    /*section03*/
    #benefits_block .section03 h4 img {
        width: 55vw;
    }

    /*section04*/
    #benefits_block .section04 {
        margin-bottom: 0;
    }

    #benefits_block .section04 ul li:first-child h4 {
        width: 55vw;
    }

    #benefits_block .section04 ul li:last-child h4 {
        width: 53vw;
    }

    #benefits_block .section04 ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    #benefits_block .section04 ul li p {
        width: 100%;
    }

    /*section05*/
    #benefits_block .section05 {
        margin: 0 calc(50% - 50vw);
    }

    #benefits_block .section05 h4 {
        width: 30vw;
    }

    #benefits_block .section05 .row_box {
        margin-top: 45px;
    }

    #benefits_block .section05:before {
        width: 22px;
        height: 40px;
        top: 30px;
    }

}