@charset "utf-8";
@media screen and (max-width: 1099px) {} /* END Responsive */
@media screen and (max-width: 767px) {
	.u-text .u-icon__arrow-basic:before, .u-text .u-icon__arrow-basic:after {
		margin-top: .25em;
	}
	/* image size auto */
	img.img_auto {
		width: 100%;
	}
	.sp_img1_2 {
		width: 50% !important;
		margin-right: auto;
		margin-left: auto;
	}
	/* anchor */
	.u-anchormenu__item {
		white-space: normal;
	}
	/* ------------------------------------------------------------
unit style
------------------------------------------------------------ */
	/* ---------- filter ---------- */
	table.filter_table div.cell_icon {
		display: block;
	}
	/*air-filter*/
	.c-development-airfilter-icon {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-development-airfilter-icon__list {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 2em;
	}
	.c-development-airfilter-icon__item {}
	.c-development-airfilter-package img {
		margin: 0 auto;
		display: block;
	}
	.c-development-airfilter-data__dt {}
	.c-development-airfilter-data__dd {}
} /* END Responsive */