@charset "utf-8";
.page_title{
	background: #F3F0EB;
	padding: 40px 0 35px;
	text-align: center;
}
.pageBody{
	margin: 35px auto 50px;
	max-width: 1000px;
}
.contents{
}
/*　FORM
--------------------------------------------------------------------------------------- */

#form{
	width: 100%;
}
.form_inner{
	background: #fff;
	padding: 25px 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_inner p.form_inner_text{
	margin-bottom: 30px;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
}
#form table{
	border-top: dashed 1px #aaa;
	width: 100%;
}
#form table tr{
	border-bottom: dashed 1px #aaa;
}
#form table th{
	padding: 20px 30px;
	width: 30%;
	font-weight: normal;
	line-height: 1.8;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table th.v_top{
	vertical-align: top;
}
#form table th span.req{
	display: inline-block;
	float: right;
	background: #CD302A;
	color: #fff;
	padding: 4px 7px;
	font-size: 12px;
	line-height: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#form table th span.req.line2{
	position: relative;
	top:-1em;
}
#form table td{
	padding: 20px 10px;
	width: 70%;
	line-height: 1.8;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table td span.red{
	color: #CD302A;
}
#form label{
	display: inline-block;
	margin-right: 1.5em;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form textarea{
	border: solid 2px #ddd;
	background: #fff;
	padding: 5px 10px;
	width: 70%;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1em;
	text-overflow: '';
	background:#fff url(../img/contact/arw01.png) no-repeat right 10px center;
	height: 30px;
	line-height: 28px;
	margin:5px 0;
	padding: 0;
	width: 30%;
	border: solid 2px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select::-ms-expand {
  display: none;
}
#form .short{
	width: 30% !important;
}
input#submit_button,
.page_back a {
	font-family: FontAwesome /*FontAwesomeをフォント指定*/;
	transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: background 0.3s ease-in;
	display: block;
	background: #008D91;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-decoration:none;
	letter-spacing: 0.1em;
}

input#submit_button:focus,
.page_back a:focus {
  outline: 0;
}

input#submit_button:active,
input#submit_button:hover,
.page_back a:active,
.page_back a:hover {
  outline: 0;
	text-decoration:none;
}
input#submit_button:hover,
.page_back a:hover {
	  filter: alpha(opacity=75);
	  -moz-opacity:0.75;
	  opacity:0.75;
}
#form p.note{
	padding: 20px 10px 0;
	font-size: 12px;
}
/*　/ FORM end
--------------------------------------------------------------------------------------- */
/* All SP & Tablet */
@media screen and (max-width: 999px) {
	.pageBody{
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/*　FORM
	--------------------------------------------------------------------------------------- */
	#form table th{
		padding: 20px 10px;
		width: 40%;
	}
	#form table td{
		width: 60%;
	}
	#form select {
		width: 40%;
	}
	#form .short{
		width: 35% !important;
	}
	

	/*　/ FORM end
	--------------------------------------------------------------------------------------- */
}
/* All SP */
@media screen and (max-width: 639px) {
	.page_title{
		padding: 30px 0;
	}
	.page_title img{
		height: 18px;
	}
	/*　FORM
	--------------------------------------------------------------------------------------- */
	.form_inner{
		padding: 25px 20px;
	}
	#form table th,
	#form table td{
		display: block;
		width: 100%;
	}
	#form table th{
		padding: 20px 5px 0 5px;
	}
	#form table th span.req{
		font-size: 10px;
	}
	#form table td{
		padding: 20px 5px;
	}
	#form input[type="text"],
	#form input[type="email"],
	#form input[type="tel"],
	#form select,
	#form textarea{
		width: 90%;
	}
	input#submit_button,
	.page_back a {
		font-size: 14px;
	}
	#form p.note{
		font-size: 11px;
	}
}

/* Portrait */
@media screen and (max-width:479px) {
}