/* TOP お客様の声 */
.voice-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	width: 100%;
	justify-content: space-between;
}
.voice-list li {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin-bottom: 2% !important;
	border: 2px solid #f18d00;
}
.voice-list li:nth-child(2n) {
	margin-right: 0;
}
.voice-list li:last-child {
	position: relative;
}
.voice-list li:last-child::after {
	content: "";
	width: 31%;
	height: 0;
	margin: 5% 0 0 0;
}
.voice-list li .thumbnail {
	position: relative;
	margin-bottom: 10px;
}
.voice-list li .thumbnail::after {
	content: "";
	position: absolute;
	background: url(https://bigoasis-test-ver8.site/takaya/wp-content/uploads/2023/05/tap-1.png);
	background-size: cover;
	bottom: -10px;
	right: 5px;
	width: 35px;
	height: 65px;
}
.voice-list li .cat {
	background: #f18d00;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12.5px;
	letter-spacing: .025em;
	line-height: 1.6em;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
}
.voice-list li .ttl {
	font-size: 12.5px;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1.8em;
	margin-bottom: 20px !important;
	padding: 0 4%;
}
.voice-list li .ttl a {
	color: #000;
	text-decoration: none;
}
.voice-list li .ttl a:hover {
	color: #746a43;
}
.voice-list li .excerpt {
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 1.8em;
	display: none;
}
.voice-list li .bottom {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: auto;
	display: none;
}
.voice-list li .bottom .date {
	color: #adadad;
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 1.6em;
}
.voice-list li .bottom .more {
	color: #505050;
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 1.6em;
	text-decoration: none;
}
.voice-btn {
	text-align: center;
	margin-top: 10px;
}
.voice-btn button {
	background: #f18d00;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 20px;
}
.voice-btn a,
.voice-btn a:hover {
	color: white;
}
.voice-set {
	margin-bottom: 25px;
}
@media (max-width: 768px) {
	.voice-list li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 4% !important;
	}
	.voice-list li .ttl {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .025em;
		line-height: 1.8em;
		margin-bottom: 0;
	}
}