@charset "utf-8";

/* 愛用者の声・治験例報告
============================ */

/* インデックス
----------------------------------------------------*/
.voices-report .wrap {
	width: min(86%, 1240px);
}
.voices-report .boxArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.voices-report .box {
	flex-basis: 30%;
	text-align: center;
	border: 1px solid #252525;
	padding: 35px 40px 30px;
	margin-bottom: 50px;
}
.voices-report .box:last-of-type {
	margin-bottom: 0;
}
.voices-report .box figure {
	width: min(80%, 204px);
	margin: 0 auto;
}
.voices-report .box .category {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	font-size: clamp(1.375rem, 1.232rem + 0.61vw, 1.75rem); /* 22px-28px */
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 2px;
	margin-top: 21px;
	position: relative;
}
.voices-report .box .category::before,
.voices-report .box .category::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 18px;
	height: 29px;
}
.voices-report .box .category::before {
	left: -19px;
	background: url("../images/voice_icon.svg") center center no-repeat;
	background-size: 100%;
}
.voices-report .box .category::after {
	right: -19px;
	background: url("../images/voice_icon.svg") center center no-repeat;
	background-size: 100%;
	transform: rotate(180deg);
}
.voices-report .box .tagList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
}
.voices-report .box .tagList li {
	margin-right: 11px;
	margin-bottom: 10px;
}
.voices-report .box .tagList li a {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(0.844rem, 0.808rem + 0.15vw, 0.938rem); /* 13.5px-15.3px */
	text-align: center;
	background: #ededed;
	color: #252525;
	padding: 2px 1em;
	border-radius: 100px;
	white-space: nowrap;
	transition: 0.2s;
}
.voices-report .box .tagList li a:hover {
	background: #252525;
	color: #fff;
	}
	@media screen and (max-width:1024px) {
	.voices-report .txtC {
		text-align: left;
	}
	.voices-report .boxArea {
		display: block;
		margin-top: 40px;
	}
	.voices-report .box {
		padding: 32px 30px 25px;
		margin-bottom: 25px;
	}
	.voices-report .box figure {
		width: min(60%, 204px);
	}
	.voices-report .box .category {
		margin-top: 15px;
	}
	.voices-report .box .category::before {
		background: url("../images/voice_icon.svg") center right no-repeat;
		background-size: 80%;
	}
	.voices-report .box .category::after {
		background: url("../images/voice_icon.svg") center right no-repeat;
		background-size: 80%;
	}
	.voices-report .box .tagList {
		margin-top: 24px;
	}
}
