/* produt 23 */

.voice {
	width: 100vw;
	height: unset;
	padding-top: 8.333vw;
	padding-bottom: 8.333vw;
}

.voice__star {
	width: 5.694vw;
	height: 1.22vw;
	margin: 0 auto 0;
	background: url('../image/common/star.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.voice__title {
	color: #ffffff;
	font-size: 3.333vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}

.voice__box {
	width: 71.111vw;
	height: 52vw;
	margin: 0 auto 0;
	margin-top: 3.333vw;
	position: relative;
}

.voice__item {
	width: 22.222vw;
	height: 27vw;
	padding-top: 2.778vw;
	background: #ffffff;
}

.voice__item1 {
	position: absolute;
	top: 0;
	left: 0.556vw;
}

.voice__item2 {
	position: absolute;
	top: 0;
	left: 24.444vw;
}

.voice__item3 {
	position: absolute;
	top: 0;
	left: 48.333vw;
}

.voice__item4 {
	position: absolute;
	top: 31vw;
	left: 12.5vw;
	height: 20vw;
}

.voice__item5 {
	position: absolute;
	top: 31vw;
	left: 36.389vw;
	height: 20vw;
}

.voice__lead {
	font-size: 1.389vw;
	text-align: center;
	line-height: 1.2;
	margin-top: 0.81vw;
}

.voice__text {
	font-size: 0.903vw;
	width: 19.444vw;
	height: 10.208vw;
	margin: 0 auto 0;
	margin-top: 1.667vw;
	line-height: 1.6;
	height: fit-content;
}

.voice__name {
	font-size: 0.903vw;
	margin-top: 0.278vw;
	padding-right: 1.389vw;
	text-align: right;
	line-height: 1;
	margin-top: 0.4vw;
}


