/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
#inquiry h1,#inquiry h3{
	font-size:2em;
	font-weight:bold;
}
#inquiry h2{
	color:#c90303;
	font-size:2em;
	font-weight:bold;
	background-color: #e9d16b;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2em;
}
#inquiry h3{
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	background-color: #2a6445;
	border-bottom:2px solid #d90000;
	padding:10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2em;
}
#inquiry .txt_box{
	border:3px solid #ccc;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inquiry table{
	width:100%;
}
#inquiry table tr{
	border-top:1px solid #ccc;
}
#inquiry table tr:last-child{
	border-bottom:1px solid #ccc;
}
#inquiry table th .req_base{
	position:relative;
}
#inquiry table td{
	padding-top:10px;
	padding-bottom:10px;
}
#inquiry .validate3{
	width:60px;
}
/*////////////////サブミットボタン等////////////////*/
#inquiry .submit{
	text-align: center;
}
#inquiry input.submit_button{
    padding: 10px 40px;
    font-size: 1.2em;
    background-color:#6e5e4a;
    color: #fff;
    border-style: none;
	cursor: pointer;
	box-shadow: 0 2px 0	#574938;
	-webkit-appearance: none;
	border-radius: 0;
	transition: background-color .4s;
	position: relative;
}
#inquiry input.submit_button:hover {
	background-color:#FF4040;
	box-shadow: 0 2px 0 #b80404;
}
#inquiry .top_button{
	display: block;
	text-align: center;
}
#inquiry .top_button a{
	display: block;
	width:320px;
	margin:0 auto;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 1.2em;
    background-color:#6e5e4a;
    color: #fff;
	box-shadow: 0 2px 0	#574938;
	transition: background-color .4s;
	position: relative;
}
#inquiry .top_button a:after{
	 background-image: url(../img/index/icon-right.png);
	  background-repeat:no-repeat;
	  background-size: contain;
	  content: "";
	  width: 16px;/*画像の幅*/
	  height: 16px;/*画像の高さ*/
	  position:absolute;
	  top:50%;
	  right:10px;
	  margin-top:-8px;/*画像の高さの半分*/
}
#inquiry .top_button a:hover {
	background-color:#9f9f9f;
	box-shadow: 0 2px 0 #666;
}
#inquiry input.return_button{
	padding: 10px 40px;
    font-size: 1.2em;
    background-color: #b4b4b4;
    color: #000;
    border-style: none;
	cursor: pointer;
	box-shadow: 0 2px 0 #969696;
	-webkit-appearance: none;
	border-radius: 0;
}
#inquiry input.address_button{
	padding: 2px 5px;
	font-size:0.9em;
    background-color: #0D2D6C;
    color: #fff;
    border-style: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
#inquiry .error {
    font-size: 15px;
    font-weight: bold;
    color: #FF4040;
    display: block;
    margin: 0;
}
#inquiry .inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}
#inquiry .req_box,.req_box2{
	background-color: #FF4040;
	color:#fff;
    display: inline-block;
	padding: 0 5px;
}
#inquiry .req_box2{
	position:absolute;
	right:0;
	margin-right:10px;
}
#inquiry .ex{
	color:#6A6A6A;
    display: block;
}
#inquiry .thanks_msg{
	font-weight: bold;
	font-size:1.4em;
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{	
	#inquiry .h_title{
		height:30px;
	}
	#inquiry table th{
		width:25%;
		vertical-align: middle;
	}
	#inquiry table td{
		width:75%;
		vertical-align: middle;
		padding-left:20px;
	}
	#inquiry .validate1{
		width:458px;
	}
	#inquiry .validate2{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Chrome, Safari */
	}
	#inquiry .validate4{
		width:600px;
		height:200px;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	#inquiry h1,#inquiry h3{
		font-size:1.6em;
	}
	#inquiry h2{
		font-size:1.4em;
	}
	#inquiry h3{
		font-size:1.2em;
	}
	#inquiry table th,#inquiry table td{
		display: block;
	}
	#inquiry table th{
		padding-top:5px;
		padding-bottom:5px;
	}
	#inquiry table td{
		padding-right:10px;
		padding-left:10px;
	}
	#inquiry .validate1,#inquiry .validate2{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Chrome, Safari */
	}
	#inquiry .validate4{
		width:100%;
		height:150px;
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Chrome, Safari */
	}
	input.return_button,input.submit_button,#inquiry .top_button a{
		width:100%;
	}
	input.return_button{
		margin-bottom:5px;
	}
	#inquiry .tel_box{
		padding:10px 10px 20px 10px;
	}
}