h2,h3,p{
    font-family:fot-tsukubrdgothic-std,sans-serif;
    font-weight:700;
    font-style:normal;
}
li{
    font-family: 游ゴシック;
}

/*面会交流支援・メンタルケア共通*/
.body-fixed-header{
    background-color: #f5f5f5;
}
.container{
    position: relative;
    margin: 0 auto;
    width:76%;
}
@media screen and (max-width:959px){
    .container{
        width: 83%;
    }
}
@media screen and (max-width:559px){
    .container{
        width: 90%;
    }
}
@media screen and (max-width:319px){
    .container{
        width: 95%;
    }
}


/*キービジュアル*/
.kv-mental{
    position: relative;
}
.kv-mental img{
    width:100%;
    height:580px;
    overflow:hidden;
    object-fit:cover;
    opacity: 0.6;
}
.kv-mental h2{
    position: absolute;
    top:120px;
    left:12%;
    font-size:35px;
    border-radius: 2px;
    line-height:1.5;
}
.kv-mental p{
    position: absolute;
    top:220px;
    left:12%;
    font-size:20px;
}
.br-re{
    display: none;
}
@media screen and (max-width:1279px){
    .kv-mental h2{
        top:100px;
    }
    .kv-mental p{
        top: 200px;
    }
    .br-re{
        display: block;
    }
}
@media screen and (max-width:959px){
    .kv-mental h2{
        top:105px;
        left:9%;
        margin-right: 8%;
    }
    .kv-mental p{
        top:195px;
        left:9%;
        margin-right: 8%;
    }
}
@media screen and (max-width:729px){
    .br-re{
        display: none;
    }
    .kv-mental h2{
        top:85px;
    }
    .kv-mental p{
        top:175px;
    }
}
@media screen and (max-width:572px){
    .kv-mental img{
        height:500px;
        overflow:hidden;
    }
    .kv-mental h2{
        top:35px;
        line-height: 1.5;
    }
    .kv-mental p{
        top:175px;
        font-size: 16px;
    }
    .sp-br{
        display:block;
    }
}
@media screen and (max-width:559px){
    .kv-mental h2{
        left:5%;
    }
    .kv-mental p{
        left:5%;
        margin-right: 5%;
    }
}
@media screen and (max-width:319px){
    .kv-mental img{
        height:470px;
        overflow:hidden;
    }
    .kv-mental h2{
        font-size: 30px;
        top:10px;
        left: 3%;
    }
    .kv-mental p{
        top:155px;
        left: 3%;
        margin-right: 1em;
        line-height: 1.5;
    }
}


/*詳細*/
.feature{
    background-color: #ffffff;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-top: -110px;
}
.feature h3{
    position: relative;
    margin:0 2em;
    font-size: 25px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.feature h3::before{
    content:'';
    position: absolute;
    top:80px;
    left:0;
    display: inline-block;
    width:40px;
    height: 2px;
    background-color: #66ad34;
    border-radius: 2px;
}
.feature ul{
    margin-top: 40px;
    margin-left: 2em;
    margin-right: 2em;
    word-wrap: break-word;
    line-height: 2;
    list-style: none;
}

.price{
    margin-top: 3em;
    background-color: #ffffff;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-bottom: 6em;
}
.price h3{
    position: relative;
    margin:0 2em;
    font-size: 25px;
    line-height: 3;
}
.price h3::before{
    content:'';
    position: absolute;
    top:80px;
    left:0;
    display: inline-block;
    width:40px;
    height: 2px;
    background-color: #66ad34;
    border-radius: 2px;
}
.price ul{
    margin-top: 40px;
    margin-left: 2em;
    margin-right: 2em;
    word-wrap: break-word;
    line-height: 2;
    list-style: none;
}

.other{
    background-image:url(../img/grass.jpg);
    background-size:cover;
    width:100%;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 6em;
}
.wrap{
    text-align: center;
    background-color: #ffffff; 
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    width:76%;
    margin: 0 auto;
}
.wrap h3{
    position: relative;
    margin:0 2em;
    font-size: 25px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrap p{
    margin-top: 40px;
    margin-left: 2em;
    margin-right: 2em;
    word-wrap: break-word;
    line-height: 2;
    list-style: none;
}
@media screen and (max-width:1210px){
    .feature h3:first-of-type::before{
        top:120px;
    }
}
@media screen and (max-width:1074px){
    .feature h3:last-of-type::before{
        top:120px;
    }
}
@media screen and (max-width:959px){
    .wrap{
        width: 83%;
    }
    .wrap p{
        display: inline-block;
        text-align: left;
    }
}
@media screen and (max-width:750px){
    .feature h3::before{
        top:120px;
    }
}
@media screen and (max-width:627px){
    .feature h3:first-of-type::before{
        top:150px;
    }
}
@media screen and (max-width:564px){
    .feature h3:last-of-type::before{
        top:150px;
    }
}
@media screen and (max-width:559px){
    .feature h3,.price h3,.wrap h3{
        font-size: 22px;
        margin: 0 1em;
    }
    .feature h3:first-of-type::before{
        top:110px;
    }
    .feature h3:nth-of-type(2)::before{
        top:110px;
    }
    .feature h3:last-of-type::before{
        top:110px;
    }
    .price h3::before{
        top:78px;
    }
    .feature ul,.price ul{
        margin-left: 0;
    }
    .wrap{
        width: 90%;
    }
}
@media screen and (max-width:460px){
    .feature h3:first-of-type::before{
        top:140px;
    }
}
@media screen and (max-width:409px){
    .feature h3:last-of-type::before{
        top:140px;
    }
}
@media screen and (max-width:338px){
    .feature h3:first-of-type::before{
        top:170px;
    }
}
@media screen and (max-width:319px){
    .feature ul,.price ul{
        padding-left: 1.5em;
        margin-right: 1em;
    }
    .wrap{
        width: 95%;
    }
}
@media screen and (max-width:300px){
    .feature h3:nth-of-type(2)::before{
        top:140px;
    }
}
@media screen and (max-width:276px){
    .feature h3:last-of-type::before{
        top:170px;
    }
}
@media screen and (max-width:251px){
    .feature h3:first-of-type::before{
        top:200px;
    }
}
