@charset "utf-8";
/* ------------------------------
 製品情報トップ（PC）
------------------------------ */
/* 製品情報トップH2 */
.productsIndex h2 {
	text-align: left;
}
.productsIndex h2 a {
	display: block;
	position: relative;
	padding-left: 36px;
	font-size: 2.1rem;
	font-weight: bold;
}
.productsIndex h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	border: 1px solid #693;
	border-radius: 100%;
	background-color: #fff;
	vertical-align: middle;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.productsIndex h2 a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-right: solid 3px #693;
	border-bottom: solid 3px #693;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* 製品情報メニュー */
.productsMenu {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.productsMenu li {
	width: 258px;
	margin-bottom: 30px;
}
.productsMenu li a {
	text-decoration: none;
}
.productsMenu li div {
	margin-bottom: 10px;
}
.productsMenu li div img {
	border: 1px solid #d9d0bd;
	border-radius: 10px;
}
.productsMenu li h3 {
	position: relative;
	margin-bottom: 0;
	padding-left: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.productsMenu li h3::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 0;
	border: 0;
	border-top: solid 3px #693;
	border-right: solid 3px #693;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
	/* 製品情報トップH2 */
	.productsIndex h2 a:hover::before {
		background-color: #693;
	}
	.productsIndex h2 a:hover::after {
		border-right: solid 3px #fff;
		border-bottom: solid 3px #fff;
	}
	/* 製品情報メニュー */
	.productsMenu li:not(:nth-child(4n+1)) {
		margin-left: 36px;
	}
	/* お客様の声 */
	#cv .cms_image {
		width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 製品情報トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 製品情報メニュー */
	.productsIndex h2 {
	}
	.productsIndex h2 a {
		padding-left: 26px;
		font-size: 1.8rem;
	}
	.productsIndex h2 a::before {
		width: 20px;
		height: 20px;
		margin: auto;
	}
	.productsIndex h2 a::after {
		width: 5px;
		height: 5px;
		border-right: solid 2px #693;
		border-bottom: solid 2px #693;
	}
	/* 製品情報メニュー */
	.productsMenu li {
		width: 47.5%;
		margin-bottom: 20px;
	}
	.productsMenu li:not(:nth-child(2n+1)) {
		margin-left: 5%;
	}
	.productsMenu li div {
		margin-bottom: 5px;
	}
	.productsMenu li div img {
		border: 1px solid #d9d0bd;
		border-radius: 5px;
	}
	.productsMenu li h3 {
		padding-left: 13px;
		font-size: 1.4rem;
	}
	.productsMenu li h3::before {
		width: 5px;
		height: 5px;
		border-top: solid 2px #693;
		border-right: solid 2px #693;
	}
	/* お客様の声 */
}

/* ------------------------------
 製品カテゴリー（PC）
------------------------------ */
/* 製品情報メニュー画像にライン */
.productsMenu.category .cms_text img {
	border: 1px solid #d9d0bd;
	border-bottom: 6px solid #693;
}
/* ------------------------------
 製品カテゴリー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 製品情報メニュー画像にライン */
	.productsMenu.category .cms_text img {
		border-bottom: 4px solid #693;
	}
}

/* ------------------------------
一覧の説明文
------------------------------ */
.contentsMenu p {font-size:1.4rem; line-height:1.75;}
.contentsMenu p span {font-size:1.0rem; color:#693;}
