@charset "utf-8";

/* ------------------------------
 ニオイ対策（PC）
------------------------------ */
.productsMainimg {
	background: url(../img/products/deodorize_bg.jpg) no-repeat center center / cover;
}
.lineText::after {
	width: calc(100% - 7em) !important;
}
.whiteBox em {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	border-radius: 100%;
	background-color: #12b6ca;
	color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
	text-align: center;
}
.whiteBox .spec {
	margin-top: 4px;
	margin-bottom: 30px;
	line-height: 1.9;
}
.whiteBox .spec em {
	margin-right: 10px;
}
.whiteBox .spec::after {
	content: "";
	display: block;
	clear: both;
}
.whiteBox img {
	border-radius: 16px;
}
.voice {
	width: 230px;
	margin-bottom: 20px;
	padding: 6px;
	background-color:#717071;
	color:#fff;
	font-size:1.5rem;
	text-align: center;
}
.lightblueBoxIn {
	width: 100%;
	padding: 40px;
	border-radius: 16px;
	background-color: #fff;
}
.whiteBox > *:last-child,
.lightblueBox > *:last-child {
	margin-bottom: 0;
}
.f20.cyan {
	line-height: 1.2em;
}
p.no1,
p.no2,
p.no3,
p.no4,
p.no5,
p.no6 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 57px;
	color: #12b6ca;
	font-size: 2rem;
	line-height: 1.5;
}
p.no1::before,
p.no2::before,
p.no3::before,
p.no4::before,
p.no5::before,
p.no6::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border-radius: 100%;
	background-color: #12b5c9;
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 2rem;
	line-height: 42px;
	font-weight: 400;
	text-align: center;
}
p.no1::before {
	content: "1"
}
p.no2::before {
	content: "2"
}
p.no3::before {
	content: "3"
}
p.no4::before {
	content: "4"
}
p.no5::before {
	content: "5"
}
p.no6::before {
	content: "6"
}
.bg {
	padding: 20px;
	border-radius: 8px;
	background-color:#edf1f5;
}
@media print, screen and (min-width: 768px) {
	.lightblueBox::after {
		content: "";
		display: block;
		clear: both;
	}
	.w325 {
		width:325px;
	}
	.w325 + .w325 {
		margin-left: 32px;
	}
}
/* ------------------------------
 ニオイ対策（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.whiteBox .spec {
		margin-bottom: 20px;
		line-height: 1.7;
	}
	.whiteBox .w540.mb40 + .w540.mb40 {
		margin-top: -10px;
	}
	.voice {
		width: 100%;
		margin-bottom: 10px;
		font-size:1.3rem;
	}
	.lightblueBoxIn {
		padding: 20px;
	}
	p.no1,
	p.no2,
	p.no3,
	p.no4,
	p.no5,
	p.no6 {
		margin-bottom: 10px;
		padding-left: 40px;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	p.no1::before,
	p.no2::before,
	p.no3::before,
	p.no4::before,
	p.no5::before,
	p.no6::before {
		top: 6px;
		width: 30px;
		height: 30px;
		margin-top: -8px;
		font-size: 1.6rem;
		line-height: 30px;
	}
	.w325 {
		margin-bottom:10px;
	}
}
@media screen and (max-width: 479px) {
	.whiteBox em {
		margin-bottom: 10px;
	}
}
