@charset "utf-8";
/* ------------------------------
メイン画像
------------------------------ */
@media screen and (max-width: 768px) {
	.mainimg{
		height: 150px;
		background: url(/img/features_main.jpg) no-repeat;
		background-size: auto 150px;
		background-position: -29% 0;
	}
}

