@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.bg-gray {
	background: #a0a0a0;
	color: #fff;
}

.gray-label {
	background: #aaa;
	color: #fff;
}

.gray-label {
	display: inline-block;
	padding: 0 1em;
}

.gray-label sup {
	color: #fff;
}

.sub-sub-title .title-bold {
	font-size: 2rem;
	font-weight: 700;
}

.img-container.has-cap {
	position: relative;
}

.img-container.has-cap sup {
    position: absolute;
    top: 58%;
    right: 18%;
}

.mt4em {
	margin-top: 4rem;
}

.right {
	text-align: right;
}
/* 花粉 */
.kafun .ttl {
	padding: 0.5em 0;
	font-size: 1.1em;
	line-height: 1.4;
	background: #006bb3;
	color: #fff;
	text-align: center;
}

.kafun .ttl sup {
	color: #fff;
}

.kafun .text {
	margin-top: 0.5em;
}

.kouka .title {
	background: #00558f;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.flex-item-img .half {
		font-size: 1.4rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.half .half-item {
		width: 47.4%;
		margin-top: 0.5rem;
		text-align: center;
	}
	ul.list-figures.col5 {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-figures.col5 li {
		width: 33.3%;
		margin-top: 1em;
	}
	ul.list-figures.col5 li:nth-child(-n+3) {
		margin-top: 0;
	}
	ul.list-figures.col5 li .title {
		text-align: center;
		font-size: 1.3rem;
	}

	/* air プラズマクラスター循環気流*/
	ul.flex-container.col3 li .text {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.allergyuk.flex-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.allergyuk.flex-container .flex-item-text {
		margin-left: 1em;
		width: 50%;
	}
	.allergyuk.flex-container .flex-item-img {
		width: 40%;
	}
	ul.flex-container.col3 li {
		width: 100%;
	}

	/* air 消臭・除菌☆☆効果*/
	.sub-title.has-star img {
		width: 1.8rem;
	}
	.sub-title.has-star .img {
		padding-left: 0.2rem;
		position: relative;
		top: -0.3rem;
		right: 0;
	}
	.kouka .sub-sub-title.has-star img {
		width: 1.6rem;
	}
	.kouka .sub-sub-title.has-star .img {
		padding-left: 0.2rem;
		position: relative;
		top: -0.3rem;
		right: 0;
	}
	.kouka .img-container {
		margin-top: 2rem;
		text-align: center;
	}
	.kouka .kouka-img {
		padding-bottom: 4rem;
	}

	#sub03 ul.list-figures li {
		margin-top: 0;
	}
	#sub05 .sub-sub-item .flex-container .flex-item {
		margin-top: 0;
	}
}
/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	.flex-container.fix-bottom-img .img-container {
		min-height: 0%; /* IE対応 */
		margin-top: auto;
	}
	.fix-bottom-img .add-caption-padding {
		padding-bottom: 3.8rem;
	}
	ul.list-figures.col5 li {
		width: 20%;
		margin-left: 0;
	}
	ul.list-figures.col5 li:nth-child(5n-4) {
		margin-left: 0;
	}
	ul.list-figures.col5 li .title {
		text-align: center;
		font-size: 1.4rem;
	}

	/* air プラズマクラスター循環気流*/
	ul.flex-container.col3 li {
		width: calc(94%/ 3);
	}
	ul.flex-container.col3 li .text {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.allergyuk.flex-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.allergyuk.flex-container .flex-item-text {
		margin-left: 1em;
		width: 50%;
	}
	.allergyuk.flex-container .flex-item-img {
		width: 230px;
	}

	/* air 消臭・除菌☆☆効果*/
	.sub-title.has-star img {
		width: 2.4rem;
	}
	.sub-title.has-star .img {
		padding-left: 0.2rem;
		position: relative;
		top: -0.3rem;
		right: 0;
	}
	.kouka  .sub-sub-title.has-star img {
		width: 1.8rem;
	}
	.kouka  .sub-sub-title.has-star .img {
		padding-left: 0.2rem;
		position: relative;
		top: -0.3rem;
		right: 0;
	}
	.kouka-img {
		padding-bottom: 4rem;
	}
	/* リストコンテナ・画像下揃え */
	.list-figures.fix-bottom-img li {
		display: flex;
		flex-direction: column;
	}
}
/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.pc-only {
		display: none;
	}
}
/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}
}