@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts .text{
    margin-bottom: 15px;
}
#conts .text span{
    color: #29b572;
}

#conts ul{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

#conts ul li{
    margin-right: 8px;
    margin-bottom: 10px;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts ul{
        margin-bottom: 30px;
    }
    #conts ul li.vertical{
        width: 30%;
    }
    #conts ul li.horizontal{
        width: 45%;
    }

    #conts ul li img{
        width:100%;
    }
}