@charset "UTF-8";
#guide{
    color: #231815;
    line-height: 1.6;
}

#guideInfo .top{
    padding: 60px 20px 0 20px;
}

#guideInfo .top .text{
    color: #266db6;
}

#guideInfo .top .top-text{
    font-size: 2.0rem;
    padding-bottom: 6px;
}

#guideInfo .top .top-text span{
    padding-right: 4px;
}

#guideInfo .top .bottom-text{
    padding-bottom: 20px;
}

#guideInfo .top .flow-title{
    font-size: 2.4rem;
    padding-top: 50px;
}

#guideInfo .bottom{
    background-color: #ffffff;
    padding: 30px 0;
}

#guideInfo .bottom .flow__block{
    padding: 0 0 0 120px;
}

#guideInfo .bottom .flow__box{
    position: relative;
    padding-bottom: 30px;
}

#guideInfo .bottom .flow__box>span{
    position: absolute;
}

#guideInfo .bottom .flow__box .tama{
    font-size: 2.0rem;
    top: 2px;
    left: -40px;
    border-radius: 50%;
}

#guideInfo .bottom .flow__box .tama1{
    color: #f0b052;
}

#guideInfo .bottom .flow__box .bou{
    width: 1px;
    top: 40px;
    left: -31px;
    background-color: #266db6;
}

#guideInfo .bottom .flow__box .bou1{
    height: 95%;
}

#guideInfo .bottom .flow__box .bou2{
    height: 66%;
}

#guideInfo .bottom .flow-title{
    font-size: 2.0rem;
    color: #266db6;
    padding-bottom: 20px;
}

#guideInfo .bottom .flow-title span{
    font-size: 1.8rem;
}

#guideInfo .bottom .link-box{
    padding: 50px 0;
}

#guideInfo .bottom .link-box a{
    display: block;
    text-decoration: underline;
    padding: 2px 0;
}

#guideInfo .bottom img{
    max-width: 700px;
    margin: 30px 0 0 0;
}

#benefits .title-under-bar,
#taikai .title-under-bar{
    padding-top: 30px;
}

#benefits .benefits__box{
    background-color: #ffffff;
    width: 48%;
    padding: 30px;
    margin-bottom: 30px;
}

#benefits .benefits__box--img{
    width: 180px;
    margin-bottom: 10px;
    align-self: center;
    height: 180px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#benefits .benefits__box:nth-last-of-type(1) .benefits__box--img{
    background-image: url('../../../img/benefits-img1.jpg');
}
#benefits .benefits__box:nth-last-of-type(2) .benefits__box--img{
    background-image: url('../../../img/benefits-img2.jpg');
}
#benefits .benefits__box:nth-last-of-type(3) .benefits__box--img{
    background-image: url('../../../img/benefits-img3.jpg');
}
#benefits .benefits__box:nth-last-of-type(4) .benefits__box--img{
    background-image: url('../../../img/benefits-img4.jpg');
}
#benefits .benefits__box:nth-last-of-type(5) .benefits__box--img{
    background-image: url('../../../img/benefits-img5.jpg');
}
#benefits .benefits__box:nth-last-of-type(6) .benefits__box--img{
    background-image: url('../../../img/benefits-img6.jpg');
}
#benefits .benefits__box:nth-last-of-type(7) .benefits__box--img{
    background-image: url('../../../img/benefits-img7.jpg');
}
#benefits .benefits__box:nth-last-of-type(8) .benefits__box--img{
    background-image: url('../../../img/benefits-img8.jpg');
}


#benefits .benefits__box .benefits__box--title .number{
    font-size: 3.2rem;
    text-align: center;
}

#benefits .benefits__box .benefits__box--title .title{
    font-size: 1.8rem;
    text-align: center;
}

#benefits .benefits__box .middle-line{
    width: 100%;
    height: 1px;
    background-color: #266db6;
    margin: 14px 0;
}

#taikai{
    margin-bottom: 50px;
}

#taikai .taikai__box{
    padding: 30px;
    border: 1px solid #266db6;
    margin-bottom: 30px;
}

#taikai .ban__box{
    padding: 20px 0;
    border-bottom: 2px solid #727271;
}

#taikai .ban__box .ban__box--title{
    font-size: 2.2rem;
    padding: 6px 0;
    background-color: #727271;
    color: #ffffff;
    text-align: center;
}

#taikai .ban__box .ban--list{
    padding: 20px 0;
}

#taikai .ban__box .ban--list p{
    line-height: 1.8;
    padding-left: 8px;
    padding-bottom: 30px;
}

#taikai .ban__box .ban--list .list-title{
    font-size: 1.8rem;
    padding-left: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px){
    #guideInfo .top{
        padding: 30px 0 0 0;
    }

    #guideInfo .top .flow-title{
        font-size: 2.2rem;
        padding-top: 20px;
    }

    #guideInfo .bottom{
        padding: 20px 0;
    }

    #guideInfo .bottom .flow__block{
        padding: 0 10px 0 40px;
    }

    #guideInfo .bottom .flow-title{
        font-size: 1.8rem;
        padding-bottom: 10px;
    }

    #guideInfo .bottom .flow-title span{
        font-size: 1.6rem;
    }

    #guideInfo .bottom .link-box{
        padding: 30px 0;
    }

    #guideInfo .bottom img{
        max-width: 700px;
        margin: 20px 0 0 0;
    }

    #benefits .title-under-bar,
    #taikai .title-under-bar{
        padding-top: 20px;
    }

    #taikai{
        margin-bottom: 30px;
    }

    #taikai .taikai__box{
        padding: 20px;
    }
}

@media screen and (max-width: 580px){
    #benefits .benefits__box{
        width: 100%;
        padding: 20px 0;
    }
}