/*---------------導入施設様の声*/
#voice.page-title-out .page-title-text h3 {
	background-image: url("../img/case/ic_pagetitle.png");
}
.voice {
	overflow: hidden;
}
.voice .achievement {
	max-width: 1200px;
	margin: 0 auto 80px;
	position: relative;
}
.voice .achievement .garland {
	position: absolute;
	width: 26%;
	z-index: -1;
}
.voice .achievement .garland.img_left {
	left: 3%;
	top: 0;
}
.voice .achievement .garland.img_right {
	right: 3%;
	top: 0;
}
.voice .achievement figure.achievement_catch {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 50px;
}
.voice .achievement figure.star {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.voice .achievement ul.img_achievement {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .achievement ul.img_achievement li {
	width: 30%;
}
.voice .achievement .chart {
	max-width: 800px;
	margin: 40px auto 0;
}
.voice .achievement .bg_img {
	position: absolute;
	left: 50%;
	top: 28%;
	width: 200%;
	height: 70px;
	background-image: url("../img/voice/bg_achievement.png");
	background-repeat: repeat-x;
	background-size: auto 70px;
	background-position: center center;
	transform: translateX(-50%);
	z-index: -2;
	opacity: .5;
}
.voice .commentbox_wrap {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.voice .commentbox_wrap .commentbox {
	width: 100%;
	margin: 0 auto 20px;
	padding: 30px;
	border: 2px dashed #ffe60a;
	border-radius: 30px;
}
.voice .commentbox_wrap .commentbox .commentbox_inner {
	display: flex;
	flex-wrap: wrap;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .imagebox {
	width: 200px;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .imagebox .voice_img {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fffab4;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .textbox {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .textbox .facility_type {
	font-size: 1.3rem;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .textbox .facility_name {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 17px;
	margin-bottom: 20px;
	position: relative;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .textbox .facility_name::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option {
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option.sp_only {
	display: none;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li {
	width: 48%;
	margin: 0 1% 10px;
}
.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li img {
	border-radius: 10px;
	width: 100%;
	height: 96px;
	object-fit: cover;
	object-position: center center;
}
.voice .commentbox_wrap .return {
	text-align: right;
}
.voice .commentbox_wrap .return a {
	position: relative;
	padding-left: 30px;
}
.voice .commentbox_wrap .return a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffe000 url("../img/common/arrow_top.png");
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: -3px;
}
@media screen and (max-width: 768px) {
	.voice .achievement .garland {
		position: absolute;
		width: 35%;
		z-index: -1;
	}
	.voice .achievement .garland.img_left {
		left: 0;
		top: 0;
	}
	.voice .achievement .garland.img_right {
		right: 0;
		top: 0;
	}
	.voice .achievement figure.achievement_catch {
		padding-top: 30px;
	}
	.voice .achievement figure.star {
		width: 100%;
		margin: 0 auto 30px;
	}
	.voice .achievement ul.img_achievement {
		justify-content: center;
	}
	.voice .achievement ul.img_achievement li {
		width: 46%;
		margin: 0 2% 30px;
	}
	.voice .achievement .chart {
		max-width: 800px;
		margin: 20px auto 0;
	}
	.voice .achievement .bg_img {
		position: absolute;
		height: 60px;
		background-size: auto 60px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .imagebox {
		width: 120px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .textbox {
		width: calc(100% - 120px);
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .textbox .facility_name {
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option.pc_only {
		display: none;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option.sp_only {
		display: block;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li {
		width: 23%;
		margin: 0 1% 10px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li img {
		height: 120px;
	}
}
@media screen and (max-width: 480px) {
	.voice .achievement {
		margin: 0 auto 50px;
	}
	.voice .achievement figure.achievement_catch {
		margin: 0 auto 30px;
	}
	.voice .achievement ul.img_achievement {
		flex-direction: column;
	}
	.voice .achievement ul.img_achievement li {
		width: 80%;
		margin: 0 auto 30px;
	}
	.voice .achievement .bg_img {
		display: none;
	}
	.voice .commentbox_wrap .commentbox {
		padding: 20px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner {
		flex-direction: column;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .imagebox {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .textbox {
		width: 100%;
		padding-left: 0;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li {
		width: 48%;
		margin: 0 1% 10px;
	}
	.voice .commentbox_wrap .commentbox .commentbox_inner .option ul.flex_img li img {
		height: 120px;
	}
}