@charset "utf-8";

footer {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

small {
	font-size: 14px;
	color: #fff;
}

/* レスポンシブ */

@media screen and (max-width: 767px) {

	footer.sBC.lixilFooter {
        height: 120px;
        padding-bottom: 60px;
	}
	footer.sBC{
        height: 60px;
        background: #E7EEF2;
	}

	small {
        font-size: 12px;
        color: #333;
	}


}