@charset "utf-8";
/* CSS Document */

.voice_bnr{
	margin: 10px 0;
}
.voice_h2{
    color: #FF6666;
	font-size: 16px;
}
.voice_txt_middle{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	margin: 10px 0;
}
.voice_present_txt-box{
	margin: 20px 0;
}
.voice_present_last-p{
	margin: 10px 0 20px;
}
.voice_review-link{
	text-align: right;
	margin-bottom: 15px;
}
.voice_form_table{
	border: 1px solid gray; 
	border-collapse: collapse;
	width:100%; 
	table-layout: fixed;
}
.voice_form_label{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	background-color: #EEEEEE;
	padding-left: 10px;
}
.voice_form_area{
	padding: 15px;
}
.voice_form_name,.voice_form_select{
	height:40px; 
	font-size:20px;	
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'sans-serif';
}
.voice_form_name{
	width:150px;
}
.voice_form_select{
	padding-left: 10px;
	width: 225px;
}
.voice_form_txt{
	min-width: 300px;
	min-height: 90px; 
	max-width:  500px; 
	max-height: 200px;
	font-size:16px;
}
.voice_form_btn_area{
	display: flex;
	width: 340px;
	margin: 20px auto;
}
.voice_form_submit-btn{
		   text-align:center;
		   padding: 15px 25px;
		   font-size: 15px;
           background: #EF6208;
           border:1px solid #ffffff;
		   color:#fff;
		   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif,FontAwesome !important ;
	margin-right: 20px;
}
.voice_form_reset-btn{
		   padding: 15px 25px;
		   font-size: 15px;
           background: #BDBDBD;
           border:1px solid #ffffff;
		   color:#fff;
		   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif,FontAwesome !important ;
}


