.section.voice-message{
	padding: 140px 0;
}
.voice-message p{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7;
	text-align: center;
	position: relative;
}
.voice-message p::before{
	content: url("../img/voice/img_01.png");
	position: absolute;
	height: 249px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.voice-message p span{
	font-weight: 600;
	display: block;
	color: #577ca2;
	margin-top: 10px;
}
.section.voice-list{
	padding-top: 0;
}
.voice-list .inner{
	max-width: 1000px;
}
#voice .wpcr3_review_item{
	box-sizing: border-box;
	width: 100%;
	padding: 20px 25px;
	border: solid 3px #577ca2;
	border-radius: 20px;
	background-image: url(../img/experience/img_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
#voice  div[data-wpcr3-content="15"]{
	display: none;
}



@media screen and (max-width:767px){

	.section.voice-message{
		padding: 60px 0;
	}
	.voice-message p{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7;
		text-align: center;
		position: relative;
	}
	.voice-message p::before{
		content: url("../img/voice/img_01_sp.png");
		position: absolute;
		height: 309px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.voice-message p span{
		font-weight: 600;
		display: block;
		color: #577ca2;
		margin-top: 10px;
	}
	.section.voice-list{
		padding-top: 0;
	}
	#voice .wpcr3_reviews_holder{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	#voice .wpcr3_review_item{
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		border: solid 2px #577ca2;
		border-radius: 10px;
		background-image: url(../img/experience/img_bg.jpg);
		background-size: cover;
		background-position: center;
		margin-bottom: 20px;
	}
	#voice .wpcr3_review_ratingValue{
		display: none!important;
	}
	#voice .wpcr3_review_datePublished{
		display: none!important;
	}
	#voice .wpcr3_review_author{
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 0;
	}
	#voice .wpcr3_caps{
		width: 100%;
		order: 2;
	}
	#voice .wpcr3_item_name{
		width: 100%;
		order: 1;
		background-color: #779ac3;
		color: white;
		padding: 0 15px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#voice .wpcr3_item_name a{
		font-size: 1.6rem;
		color: white;
	}
	#voice div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline{
		display: none!important;
	}
	#voice  div[data-wpcr3-content="15"]{
		display: none;
	}

}
