@charset "utf-8";
/* CSS Document */
#voice{
	padding: 0 5%;
}
#voice #voice_wrap{}
#voice #voice_wrap .box{
	margin-bottom: 100px;
	padding-bottom: 100px;
	display: table;
	border-bottom: 1px solid #bf9b46;
}
#voice #voice_wrap .box .box_photo{
	width: 50%;
	margin-bottom: 30px;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}
#voice #voice_wrap .box .box_photo span{
	background-color:rgba(255,247,242,1.00);
	display: inline-block;
	padding: 3%;
}
#voice #voice_wrap .box .txt_wrap{
	display: table-cell;
	width: 50%;
	padding: 3%;
	vertical-align: top;
}
#voice #voice_wrap .box .box_title{
	padding: 2%;
	position: relative;
	background: #71b97f;
	margin-bottom: 30px;
	color: #fff;
}

#voice #voice_wrap .box .box_title:after {
	position: absolute;
	content: '';
	top: 10%;
	left: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #71b97f;
	width: 0;
	height: 0;
}
#voice #voice_wrap .box .box_txt{
	padding: 3%;
}
#voice #voice_list{
	text-align: center;
	margin-bottom: 50px;
}
#voice #voice_list li{
	display: inline-block;
	margin: 0 10px;
}
#voice #voice_list li a{
	display: block;
	padding: 10px;
	color: #a63c3f;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#voice #voice_wrap .box .box_photo{
	width: 50%;
	padding: 3%;
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#voice{
	padding: 0 3%;
}
#voice #voice_wrap{}
#voice #voice_wrap .box{
	margin-bottom: 50px;
	padding-bottom: 50px;
	display:block;
	border-bottom: 1px solid #bf9b46;
}
#voice #voice_wrap .box .box_photo{
	width: 90%;
	text-align:center;
	display:block;
	margin: 0 auto;
}
#voice #voice_wrap .box .txt_wrap{
	display:block;
	width: 90%;
	padding: 5%;
	vertical-align: top;
}
#voice #voice_wrap .box .box_title{
	margin-bottom: 10px;
}
#voice #voice_wrap .box .box_title:after {
	position: absolute;
	content: '';
	top: -30px;
	left: 10px;
	border: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #71b97f;
	width: 0;
	height: 0;
}
#voice #voice_wrap .box .box_txt{
	padding: 3%;
	font-size: 14px;
}
}
@media  screen and (max-width: 321px){
}