@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts .photo{
    width: 100%;
    margin-bottom: 30px;
}
#conts .photo img{
    width: 100%;
}

#conts .txt{
    margin-bottom: 100px;
}
#conts .txt span{
    color: #CA4545;
    font-weight: bold;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts .txt{
        margin-bottom: 60px;
    }
}