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

#conts .comImgBox .textBox01{
    width: 390px;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts .text01{
    padding: 0 0 15px;
    margin: 0 auto 15px;
    color: #29b572;
    border-bottom: 1px solid #dedede;
}

#conts .wPhoto{
    margin-bottom: 40px;
    text-align: center;
}
#conts .wPhoto img{
}

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

#conts .txtUl{
    margin-bottom: 60px;
}
#conts .txtUl li{
    padding: 8px 0 0 1.2em;
    text-indent: -1.2em;
}

#conts .txtUl li span{
    font-weight: bold;
}


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

    #conts .wPhoto{
        margin-bottom: 40px;
        text-align: center;
    }
    #conts .wPhoto img{
        width: 170px;
    }

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

#conts .photo01 img{
    width: 100%;
}
#conts .textUl li .txt{
    padding-left: 0;
    line-height: 1.7;
}

}