@charset "utf-8";
/* CSS Document */

.c-mv__title > small {
	font-size: clamp(2.4rem,5vw,5rem);
	@media (max-width: 767.98px) {
		font-size: 2rem;
	}
}

section {
	margin-top: clamp(50px, 10vw, 10rem);

}

.p-dustproof__inner {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
	display: grid;
	@media (max-width: 767.98px) {
		display: block;
	}
}

.p-products_download {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
	padding-block: 10rem 0;
	@media (max-width: 767.98px) {
		padding-block: 5rem 0;
	}
}

.p-products_download > dl {
	display: grid;
	grid-template-columns: minmax(200px, 3fr) 2fr;
	gap: 4vw;
	@media (max-width: 767.98px) {
		grid-template-columns: repeat(1,1fr);
	}
}

.p-products_download > dl > dt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 160%;
	text-align: justify;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.download_box {
	background: #F8F8F8;
	display: grid;
	place-items: center;
	gap: 2rem;
	padding: 3rem 2rem;
}

.download_ttl {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	font-weight: 600;
	color: #0075C2;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.download_btn {
	background: #FFF;
	border-radius: 100px;
	border: 1px solid #CCCCCC;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	max-width: 367px;
	width: 100%;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.download_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	position: relative;
	@media (max-width: 767.98px) {
		padding: 10px 20px;
	}
}

.download_btn a::after {
	content: '';
	background: url("../img/products/icon_download.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 18px;
	position: relative;
	margin-left: 20px;
}

.products_feature {
	margin-top: 10rem;
}

.products_feature > dl {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	display: grid;
	row-gap: 2rem;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.products_feature > dl:nth-of-type(n+2) {
	margin-top: 4rem;
}

.products_feature > dl > dt {
	color: #0075C2;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	font-weight: bold;
	padding: 7px 0px 7px 25px;
	border-left: 8px solid #0075C2;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.products_feature > dl > dd {
	padding-left: 30px;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.c-product_ttl {
    color: #0075C2;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 600;
    position: relative;
    padding-bottom: clamp(10px,2vw,20px);
    border-bottom: 3px solid #CCCCCC;
	@media (max-width: 767.98px) {
		font-size: 2rem;
	}
}

.c-product_ttl::after {
	content: '';
	background: #0075C2;
	display: inline-block;
	max-width: 250px;
	width: 30%;
	height: 3px;
	left: 0px;
	bottom: -3px;
	position: absolute;
}

.feature_list li p {
	letter-spacing: 0.08em;
}

.products_feature > dl.feature .feature_list {
	display: grid;
	row-gap: 3rem;
}

.products_feature > dl.feature .feature_list li {
	text-align: left;
}

.products_feature > dl.feature .feature_list li .feature_ttl {
	color: #0075C2;
	font-weight: bold;
	text-indent: -1em;
	letter-spacing: 0.08em;
	margin-left: 1em;
	@media (max-width: 767.98px) {
		margin-bottom: 10px;
	}
}

.l-gray_box_ttl {
	max-width: 460px;
	margin-right: auto;
}

.c-dustproof_txt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 200%;
	padding-top: clamp(15px,3vw,30px);
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.c-dustproof_img {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	gap: 2rem;
	max-width: 900px;
	margin: 0px auto;
	padding-top: clamp(15px,3vw,50px);
	@media (max-width: 767.98px) {
		gap: 3rem;
	}
}

.c-dustproof_img > dl > dd {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	text-align: center;
	margin-top: 20px;
	@media (max-width: 767.98px) {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}

.c-packaging_img {
	display: flex;
	justify-content: center;
	gap: 20rem;
	@media (max-width: 767.98px) {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 0rem;
	}
}


