@charset "utf-8"; 

.scroll_link { top: 35%;}
.page-title .ttl span:before{
    top: -48px;
    left: -102px;
    background: url("../img/message/img_ttl_before.png") no-repeat center center;
    width: 92px;
    height: 124px;
}
.page-title .ttl span:after{
    top: -43px;
    right: -70px;
    background: url("../img/message/img_ttl_after.png") no-repeat center center;
    width: 46px;
    height: 119px;
}

@media screen and (max-width : 767px){
    .scroll_link { top: 54%;}
    .page-title .ttl span:before{
        top: -9vw;
        left: -13vw;
        width: 13vw;
        height: 19vw;
    }
    .page-title .ttl span:after{
        top: -7vw;
        right: -9vw;
        background: url("../img/message/img_ttl_after.png") no-repeat center center;
        width: 7vw;
        height: 18vw;
    }

}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding-top: 68px;
}

.sec01 h2{
    text-align: center;
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: .18rem;
    color: #00823e;
    margin-bottom: 65px;
}
.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.777;
}
.sec01 p+p{ margin-top: 30px;}

.recommend_contents_wrap{ margin-top: 120px;}

@media screen and (max-width : 767px){
    .sec01{
        padding-top: 10%;
    }

    .sec01 h2{
        font-size: 4.667vw;
        letter-spacing: .16rem;
        margin-bottom: 6%;
    }
    .sec01 p{
        font-size: 3.467vw;
    }
    .sec01 p+p{ margin-top: 4%;}
    .recommend_contents_wrap{ margin-top: 16vw;}
}


