@charset "utf-8";
/* ===================================================================
CSS
 file name  :  voice.css
=================================================================== */
.voice{
	padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
	.voice{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.voice{
		padding-bottom: 80px;
	}
}
/* =====================================
お客様の声一覧
======================================== */
.list_navi .all{
	font-size: 2.4rem;
	font-weight: 700;
	color: #202466;
}
.list_navi .current{
	font-size: 1.6rem;
	font-weight: 700;
}
@media print, screen and (min-width: 769px) {
	ul.voice_list{
		display: flex;
		flex-wrap: wrap;
		margin-left: -3%;
	}
	ul.voice_list li{
		width: 22%;
		margin-top: 50px;
		margin-left: 3%;
		border-bottom: 1px solid #9AA0A9;
		padding-bottom: 20px;
	}
}
ul.voice_list li a{
	text-decoration: none;
	color: #333;
}
ul.voice_list li a .photo{
	width: 100%;
	height: 180px;
}
ul.voice_list li a .photo img{
	width: 100%;
	height: 180px;
	object-fit:cover;
}
ul.voice_list li a:hover .photo{
	opacity: 0.7;
}
ul.voice_list li .text{
	margin-top: 1em;
}
ul.voice_list li .date{
	margin-top: 0.5em;
	font-size: 1.2rem;
	color: #405E96;
	
}
@media screen and (max-width: 768px) {
	.list_navi{
		margin: auto;
		max-width: 480px;
	}
	.list_navi .all{
		font-size: 1.4rem;
	}
	.list_navi .current{
		font-size: 1.4rem;
	}
	ul.voice_list{
		margin: auto;
		max-width: 480px;
	}
	ul.voice_list li{
		margin-top: 30px;
	}
	ul.voice_list li a{
		display: flex;
	}
	ul.voice_list li a .photo{
		width: 50%;
		height: 175px;
		padding-right: 10px;
	}
	ul.voice_list li a .photo img{
		height: 175px;
	}
	ul.voice_list li .text{
		width: 50%;
		margin-top: 0;
		padding-left: 10px;
	}
	ul.voice_list li .date{
		font-size: 1.0rem;
		color: #405E96;
	}
}
@media screen and (max-width: 480px) {
	ul.voice_list li a .photo{
		height: 125px;
	}
	ul.voice_list li a .photo img{
		height: 125px;
	}
}
/* =====================================
お客様の声詳細
======================================== */
.voice_detail_head{
	text-align: center;
}
.voice_detail_head > span{
	display: inline-block;
	margin: auto;
	background: #E5ECF6;
	padding: 0.3em 3em;
	border-radius: 50px;
}
.voice_detail_head span.date{
	color: #202466;
	font-weight: 700;
}
.voice span.sub_head{
	color: #202466;
	font-weight: 700;
	margin-right: 1em;
}
.voice_detail_photo{
	margin: 50px auto auto;
	max-width: 640px;
}
@media print, screen and (min-width: 769px) {
	.staff_info{
		margin: 70px auto auto;
		max-width: 880px;
		padding-bottom: 50px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #CCCCCC;
	}
	.staff_info .staff{
		font-size: 1.6rem;
		width: 40%;
	}
	.staff_info .btn_wrap{
		width: 60%;
		display: flex;
		justify-content: space-between;
	}
	.staff_info .btn_wrap .btn{
		width: 47%;
		padding: 0.5em;
		font-size: 1.4rem;
		font-weight: 400;
	}
}
.voice_wrap{
	margin: 50px auto auto;
	max-width: 880px;
}
.voice_wrap h2{
	color: #202466;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1em;
	padding-bottom: 1em;
}
.voice_wrap p,
.staff_comment p{
	margin-top: 1.5em;
}
.staff_comment{
	margin: 50px auto auto;
	max-width: 880px;
	border: 1px solid #CCCCCC;
	padding: 40px 50px;
}
.staff_comment h3{
	color: #202466;
	font-weight: 700;
}
.voice_btn_area{
	margin: 70px auto auto;
	max-width: 460px;
}
@media screen and (max-width: 768px) {
	.voice_detail_photo{
		margin: 30px auto auto;
	}
	.staff_info{
		margin: 30px auto auto;
		padding-bottom: 30px;
		border-bottom: 1px solid #CCCCCC;
	}
	.staff_info .staff{
		text-align: center;
		font-size: 1.4rem;
	}
	.staff_info .btn_wrap .btn{
		margin: 20px auto auto;
		max-width: 260px;
		font-weight: 400;
		font-size: 1.2rem;
		padding: 1em;
	}
	.voice_wrap{
		margin: 30px auto auto;
	}
	.voice_wrap h2{
		font-size: 1.4rem;
	}
	.staff_comment{
		margin: 30px auto auto;
		padding: 20px 20px;
	}
	.voice_btn_area{
		margin: 40px auto auto;
	}
}