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

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

#conts .text01{
    width: 380px;
    margin: 0 auto 5px;
    font-size: 20px;
}
#conts .text01 .color01{
    color: #FF3300;
}
#conts .text01 .color02{
    color: #FFCC00;
}

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


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

    #conts .textList{
        padding: 20px 0 8px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: no-wrap;
        flex-direction: column;
    }
    #conts .textList li{
        width: 80%;
        margin: 0 auto 15px;
    }
    #conts .textList li span{
        margin-left: 8px;
    }

    #conts .text01{
        width: 100%;
        margin: 0 auto 5px;
        font-size: 13px;
    }

}