@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts > .text{
    margin: 0 auto 60px;
}

#conts ul{
    margin: 0 auto 60px;
}

#conts ul li{
    padding: 15px 0 14px 1.3em;
    text-indent: -1.3em;
    border-bottom: 1px solid #dedede;
}
#conts ul li:last-child{
    border: none;
}
#conts ul li span{
    margin-right: 5px;
    color: #29b572;
    font-weight: bold;
}


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

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

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

}