@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts > .text{
    margin: 0 auto 80px;
}
#conts > .text span{
    color: #29b572;
    font-weight: bold;
}

#conts .text01{
    padding: 0 0 15px;
    margin: 0 auto 15px;
    color: #29b572;
}

#conts .photo01{
    margin-bottom: 25px;
}



@media all and (min-width: 0) and (max-width: 767px) {
    #conts .wPhoto{
        margin-bottom: 40px;
        text-align: center;
    }
    #conts .wPhoto img{
        width: 170px;
    }

    #conts .text01{
        font-size: 13px;
    }

#conts .photo01 img{
    width: 100%;
}

}