@charset "UTF-8";
/* CMSエリア　カスタマイズ */
.block-category-list--header-img {
	margin: 0 0 10px;
}

@media only screen and (max-width: 780px) {
	.page-category .block-category-list--header-img img {
	    width: 100%;
	    height: 172px;
	    object-fit: cover;
	    object-position: center center;
	}
	.block-category-list--header {
	    margin: 10px 0 20px;
	}
	.block-category-list--header-img {
	    margin: 0 -20px;
	}
}