*{
	box-sizing:border-box;
}

.voice{
	margin-bottom: 90px;
}

.main_title{
	margin-top:90px;
}

.contents_box_text2{
	margin:30px auto;
	line-height:1.8;
	font-size: 17px;
}

.voice_box{
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.voice_box li{
	/*width:32%;*/
	width: 49%;
	border:1px solid #676666;
	padding:10px;
	margin:10px;
	margin-left:0;
}

.box_top{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 10px;
	min-height: 155px;
}

.box_top img{
	align-self: flex-start;
	/*width:40%;*/
	width:100%;
	/*margin-right:10px;*/
	max-height: 295px;
	object-fit: contain;
}

.box_top div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0px 10px;
}

.voice_tit{
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rental{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.box_bottom {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
	background-size: 100% 2.5em; /* 行の高さ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.voice_tit2{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: normal;
}

.more{
	width:300px;
	text-align:center;
	margin:0 auto;
	padding:10px 20px;
	border:#525151 1px solid;
	margin-top:40px;
	margin-bottom: 200px;
	font-weight:bold;
}

@media screen and (max-width:1200px) {
	.voice_box li{
		width: 48%;
	}
}

@media screen and (max-width:600px) {
	.voice_box{
		display:block;
		padding-top:0;
	}

	.voice_box li{
		width:100%;
	}

	.main_title{
		padding: 8vw 0 5vw;
		margin:0;
	}

}
@media screen and (max-width:480px) {
	.contents_box_text2 {
		line-height: 1.6;
		font-size: 14px;
	}
	.voice_box .box_bottom p{
		font-size: 3.2vw;
		line-height: 25px;
	}

	/*お客様の声*/
	.u_voice_ttl{
		text-align: left;
		line-height: normal;
	}
	.voice_tit{
		font-size: 3.7vw;
		padding-top: 2vw;
	}
	.rental{
		font-size: 2.6vw;
	}
	.user_voice_box{
		margin-top: 20vw;
		margin-bottom: 17vw;
	}
	.box_bottom{
		background-size: 100% 25px;
		line-height: 25px;
	}
	.box_bottom p{
		font-size: 3.2vw;
		line-height: 25px;
	}
	.voice_tit2{
		margin-top: 3vw;
		margin-bottom: 1.5vw;
		font-size: 3.3vw;
		line-height: normal;
	}
	.box_top{
		min-height: 29vw;
	}
}