@charset "utf-8";

/*-------------------*/
/*　FORM
-------------------- */
#form{
	width: 100%;
}
#form .red{
	color: #E60012;
}
#form .form_inner{
	margin: 0 0 10px;
}
#form .form_inner h2{
	color: #232323;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#form .form_inner ul li{
	margin-left: 1em;
	text-indent: -1em;
}
#form table{
	border: solid 1px #7F7F7F;
	width: 100%;
	font-size: 14px;
}
#form table tr{
	border-bottom: solid 1px #7F7F7F;
}
#form table th{
	background: #F6F6F6;
	padding: 10px 20px;
	width: 200px;
	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: 10px 20px;
	line-height: 1.8;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table textarea {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka;
}
#form table td span.inlineBlock{
	display: inline-block;
	padding-top: .6em;
}
#form label{
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form textarea{
	border: solid 1px #ccc;
	background: #fff;
	padding: 5px 10px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#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 .large{
	width: 70% !important;
}
#form .mid{
	width: 50% !important;
}
#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;
}
ul#btnArea {
	width: 220px;
	margin: 10px auto 0;
	text-align: center;
}
ul#btnArea li {
	display: inline-block;
	width: 100px;
	height: 35px;
}
ul#btnArea li input {
  cursor: pointer;
}
ul#btnArea li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 .4em;
  font-size: 11px;
  box-shadow: .2px .2px 0 #ccc;
}
/*-------------------*/

.areaBox {
	margin: 0 0 30px;
	padding: 20px 0 0;
	font-size: 12px;
}
.areaBox dt {
	position: absolute;
	margin: -0.2em 0 0;
	width: 6.2em;
	font-weight: bold;
}
.areaBox dt span {
	color: #009DDA;
	font-size: 120%;
	vertical-align: middle;
}
.areaBox dt:after {
	content: '／';
	display: inline-block;
	font-weight: normal;
}
.areaBox dd {
	padding-left: 6.2em;
}

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
#form table th{
}
#form table td{
}
#form select {
}
#form .short{
}
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
/*　FORM
-------------------- */
.form_inner{
	padding: 25px 0 25px;
}
#form table{
	font-size: 13px;
}
#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{
}
#form .large{
}
#form .mid{
	width: 70% !important;
}
#form .short{
}
input#submit_button,
.page_back a {
	font-size: 14px;
}
#form p.note{
	font-size: 11px;
}
/*-------------------*/

.areaBox {
	margin: 0 0 30px;
}
.areaBox dt {
	margin: 0;
	width: 6.5em;
}
.areaBox dt span {
}
.areaBox dt:after {
}
.areaBox dd {
	padding-left: 6.5em;
}
}

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

}

