@charset "UTF-8";

/*-----------------------------------サブナビゲーション個別指定*/

#tableInquiry {
	width: 100%;
	border-left: 1px solid #fff;
}
#tableInquiry th{
	width: 150px;
	padding: 5px 10px;
	text-align: center;
	background-color: #fff2de;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: top;
}
#tableInquiry td{
	padding: 5px 10px;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
}
#tableInquiry td textarea{
	width: 500px;
	height: 200px;
}
#inquiry .class_err_box,#inquiry .error{ color: #c00;}
#inquiry .btn-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
}
#inquiry .btn-area a,#inquiry .btn-area input{
	display: block;
	border: 1px solid #8f8f9d;
	border-radius: 5px;
	min-width: 160px;
	box-sizing: border-box;
	padding: 3px;
	margin: 0 20px 10px;
}
#inquiry .btn-area a{
	color: #3a3533;
	text-align: center;
	background: #e9e9ed;
	text-decoration: none;
	display: inline-block;
}
@media screen and (max-width: 767px){
	#tableInquiry th{
		width: 130px;
		padding: 5px 10px;
		text-align: center;
		background-color: #fff2de;
		border-bottom: 5px solid #fff;
		border-right: 1px solid #fff;
		vertical-align: top;
	}
	#tableInquiry td input[type="text"]{
		width: 100%;
		box-sizing: border-box;
	}
	#tableInquiry td textarea{
		width: 100%;
		height: 200px;
		box-sizing: border-box;
	}
	#inquiry .btn-area a,#inquiry .btn-area input{ margin-bottom: 10px;}
}
