@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts > .text{
    margin: 0 auto 60px;
}
#conts > .text span.ttl{
    padding-top: 8px;
    display: block;
    color: #29b572;
    font-weight: bold;
    font-size: 20px;
}


#conts .wPhoto{
    margin-bottom: 60px;
}
#conts .wPhoto img{
    width: 100%;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01 {
        width: 95% !important;
    }

    #conts .wPhoto{
        margin-bottom: 30px;
    }

    #conts > .text span.ttl{
        font-size: 17px;
    }
}