@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	background-image: url(../img/voice/voice_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:767px) {
	.contents01{
		background-image: url(../img/voice/voice_bg_sp.jpg);
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: 267px;
	text-align: center;
	margin: 0 auto 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		height: 200px;
	}
}
.contents01 .contents01_01 h2{
	width: 421px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2{
		width: 288px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02{
	width: 100%;
	height: auto;
	text-align: center;
}
.contents02_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 81px;
}
@media only screen and (max-width:767px) {
	.contents02_01{
		width: 90%;
		padding-top: 50px;
	}
}
.contents02_01 h3{
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.004em;
	padding-bottom: 81px;
}
@media only screen and (max-width:767px) {
	.contents02_01 h3 {
		font-size: 24px;
		line-height: 34px;
	}
}
.contents02_01_01{
	width: 100%;
	height: auto;
	padding-bottom: 49px;
	margin-bottom: 49px;
	border-bottom: 2px dotted #909090;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width:767px) {
	.contents02_01_01{
		max-width: 320px;
		padding-bottom: 0;
		margin: 0 auto 50px;
		border-bottom: 0;
		display: block;
	}
}
.contents02_01_01:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contents02_01_01_01{
	width: 150px;
	height: auto;
	display: block;
	text-align: left;
	margin: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_01{
		width: 100%;
	}
}
.contents02_01_01_01 img{
	width: 96px;
	height: auto;
	display: block;
	margin-bottom: 8px;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_01 img{
		margin: 0 auto 10px;
	}
}
.contents02_01_01_01 p{
	font-size: 14px;
	line-height: 20px;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_01 p{
		text-align: center;
	}
}
.contents02_01_01_02{
	flex-grow: 1;
	height: auto;
	text-align: left;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_02{
		width: 100%;
		height: auto;
		margin-top: 16px;
	}
}
.contents02_01_01_02 .text01{
	font-size: 16px;
	line-height: 26px;
	color: #CB453D;
	text-decoration: underline;
}
.contents02_01_01_02 h3{
	display: none;
}
.contents02_01_01_02 .review_rate{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents02_01_01_02 .review_rate i{
	font-size: 14px;
	line-height: 24px;
	color: #EBA60B;
}
.contents02_01_01_02 p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_02 p{
		margin-top: 3px;
	}
}
.contents02_01_01_02 .btn{
	width: 150px;
	height: auto;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	display: block;
	margin-top: 16px;
	transition: all .5s;
}
@media only screen and (max-width:767px) {
	.contents02_01_01_02 .btn{
		width: 100%;
		max-width: 320px;
		line-height: 50px;
		margin: 21px auto 0;
	}
}
.contents02_01_01_02 .btn:hover{
	color: #ffffff;
	border: 1px solid #919191;
	background-color: #919191;
	opacity: 1;
	transition: all .5s;

}
