@charset "utf-8";
/* ------------------------------------------------------------

	products style

------------------------------------------------------------ */
/* main visual title */
.u-indexmv .u-title__page {
	color: #fff;
}
/* image size auto */
img.img_auto {
	width: auto;
	max-width: 100%;
}
/* heading */
.u-cate_title {
	color: #000;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 100px;
	margin-bottom: 50px;
}
.u-cate_title + .u-title__hi {
	margin-top: 1.5em;
}
/* note */
.u-note__indent_num:lang(en) {
	padding-left: 1.5em;
}
/* table */
.u-table-cornerHead th.border_left, th.border_left, td.border_left {
	border-left: 1px solid #c2c7c7;
}
.va_middle {
	vertical-align: middle !important;
}
/* gray column */
.u-box--grayBorder {
	border-color: #eaeaea;
}
/* flexbox */
.u-flex__column--1-2 > *:nth-child(1) {
	width: calc(100% / 3);
}
.u-flex__column--1-2 > *:nth-child(2) {
	width: calc((100% / 3) * 2);
}
/* gray column */
body.products .u-box--grayBorder .u-title__mid {
	border-left: 5px solid #DC000C;
	padding-left: 10px;
}
/* number */
.num_square {
	display: inline-block;
	border: 1px solid #333;
	margin-right: 2px;
	padding: 2px 3px 1px;
	font-size: 75%;
	line-height: 1;
	vertical-align: 20%;
}
/* ------------------------------------------------------------
	unit style
------------------------------------------------------------ */
/* ---------- filter ---------- */
table.filter_table div.cell_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
table.filter_table div.cell_icon figure {
	width: 60px;
}
table.filter_table div.cell_icon figure img {
	width: 100%;
}
/*air-filter*/
.c-development-airfilter-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.c-development-airfilter-icon__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 340px;
	margin-right: 2em;
}
.c-development-airfilter-icon__item {
	width: 31%;
	margin-bottom: 2%;
}
.c-development-airfilter-package img {
	max-width: 320px;
	margin-left: 5%;
}
.c-development-airfilter-box--border {
	border: 1px solid #C2C7C7;
	padding: 0.8em;
}
.c-development-airfilter-ttl {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 5px;
}
.c-development-airfilter-data {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	width: 100%;
	font-size: 13px;
}
.c-development-airfilter-data__dt {
	padding: 0.2em;
	/* 各セルに余白を取る */
	width: 90px;
	vertical-align: middle;
	line-height: 1.5;
}
.c-development-airfilter-data__dt:lang(en) {
	width: 10em;
}
.c-development-airfilter-data__dd {
	padding: 0.2em;
	/* 各セルに余白を取る */
	width: calc(100% - 90px);
	vertical-align: middle;
	text-align: left;
	line-height: 1.5;
	letter-spacing: -0;
}
.c-development-airfilter-data__dd:lang(en) {
	width: calc(100% - 10em);
}
.c-development-airfilter-data__dd dl {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-development-airfilter-data__dd dt {}
.c-development-airfilter-data__dd dd {}
/* note */
.u-list__item--decimal.air-filter_list:before {
	color: #666;
	font-weight: normal;
}
