@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/voice/head_img.png) no-repeat center center;
	background-size: 100%;
}

.head_ttl_box .head_ttl{
	color: #000;
	text-shadow: none;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/voice/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.voice
------------------------------ */
.voice{
	padding: 75px 0 155px;
}

.voice .sec_ttl{
	margin-bottom: 40px;
}

.voice .lead{
	margin-bottom: 80px;
	line-height: 2;
	font-size: 1.5rem;
	text-align: center;
}

.voice_list{
	width: 100%;
	padding: 25px 6%;
	border: 1px solid #a1925d;
	border-radius: 20px;
}

.voice_list li{
	display: flex;
	padding: 50px 0;
}

.voice_list li + li{
	border-top: 1px solid #dcd7c4;
}

.voice_list .voice_img{
	width: 156px;
	flex-shrink: 0;
	margin-right: 30px;
	border: 4px solid #fff;
	box-shadow: 5px 5px 10px #aaa;
}
.voice_list .voice_img img{
	vertical-align: middle;
}

.voice_box .voice_ttl{
	margin: 10px 0 10px;
	color: #a1925d;
	font-size: 2.2rem;
	font-weight: bold;
}

.voice_box .voice_ttl + p{
	font-size: 1.8rem;
	font-weight: bold;
}

.voice_box .txt{
	margin-top: 20px;
	line-height: 2;
	font-size: 1.5rem;
}

.voice_pager{
	margin-top: 70px;
}

.voice_pager ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.voice_pager li + li{
	margin-left: 15px;
}

.voice_pager li.current,
.voice_pager li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	font-size: 2.2rem;
	font-weight: bold;
}

.voice_pager li.current,
.voice_pager li.current a{
	background-color: #a1925d;
	color: #fff;
}

.voice_pager li.current a{
	padding-top: 5px;
}

.voice_pager li a{
	background-color: rgba(161, 146, 93, 0.3);
	color: #a1925d;
	padding-top: 5px;
}

.voice_pager li.page_prev{
	background: url(../img/voice/ico_prev.png) no-repeat center center;
	background-size: 12px;
}
.voice_pager li.page_next{
	background: url(../img/voice/ico_next.png) no-repeat center center;
	background-size: 12px;
}


@media screen and (max-width: 768px){
	.voice{
		padding: 25px 0 60px;
	}

	.voice .sec_ttl{
		margin-bottom: 20px;
	}

	.voice .lead{
		margin-bottom: 30px;
		line-height: 1.6;
		text-align: left;
	}

	.voice_list{
		padding: 2px 0;
		border: 0;
		border-radius: 0;
	}

	.voice_list li{
		flex-wrap: wrap;
		height: 100%;
		padding: 25px 5vw;
		border: 1px solid #a1925d;
		border-radius: 10px;
		outline: 0;
	}

	.voice_list li + li{
		margin-top: 25px;
		border: 1px solid #a1925d;
	}

	.voice_list .voice_img{
		width: 50%;
		margin: 0 auto;
	}

	.voice_box .voice_ttl{
		width: 100%;
		margin: 30px 0 7px;
		font-size: 1.8rem;
	}

	.voice_box .voice_ttl + p{
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.voice_box .txt{
		margin-top: 7px;
		line-height: 1.6;
	}

	.voice_pager{
		margin-top: 25px;
	}

	.voice_pager li + li{
		margin-left: 10px;
	}

	.voice_pager li.current,
	.voice_pager li a{
		width: 35px;
		height: 35px;
		border-radius: 8px;
		font-size: 1.5rem;
		padding-top: 0;
	}

	.voice_pager li.current a{
		padding-top: 0;
	}

	.voice_pager li.page_prev,
	.voice_pager li.page_next{
		background-size: 8px;
	}
}