@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#conts .banner {
    margin-bottom: 24px;
}
@media all and (max-width: 897px) {
    #conts {
        margin: 20px 0 40px;
    }
    #conts .banner {
        margin-bottom: 5px;
    }
    #conts h2 {
        margin-bottom: 8px;
        padding: 0 10px 0 10px;
        font-size: 1.4rem;
        line-height: 1.71;
        background: url("../../img/common/icon69.png") no-repeat left top 5px;
        background-size: 4px auto;
    }
}