/* contact/request-------------------*/

#bg-contact{
	background-image: url(../img/header/header-contact.jpg);
}
#bg-request{
	background-image: url(../img/header/header-request.jpg);
}
.requisite{
	color: red;
}
.form-contents{
	position: relative;
/* 	overflow: hidden; */
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 200px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.form-contents .tbl-form{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.tbl-form th,
.tbl-form td{
	padding-bottom: 40px;
	text-align: left;
}
.tbl-form th{
	width: 25%;
	vertical-align: top;
}
.tbl-form td{
	width: 75%;
}
.tbl-form td a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #6ec85a;
}
.tbl-form td a:hover{
	text-decoration: underline;
}
.tbl-form td input,
.tbl-form td textarea{
	width: 100%;
	padding: 20px;
	border: solid 1px #dadada;
	background-color: #fafafa;
}

/* プレースホルダー */
::-webkit-input-placeholder{ color: #cacaca; font-weight: bold; }
:-moz-placeholder{ color: #cacaca; font-weight: bold; }
:-ms-input-placeholder{ color: #cacaca; font-weight: bold; }

/* ボタン */
input,
button{
  border: none;
  border-radius: 0;
  outline: none;
}
.form-contents td label{
	margin: 0;
	padding: 0;
}
.tbl-form td label input{
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

/* 送信ボタン */
.form-contents .send_btn{
	width: 400px;
	height: 80px;
	margin: 0 auto;
}
.form-contents .send_btn input{
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.3em;
	background-color: #3a3a3a;
	font-weight: bold;
}
.form-contents .send_btn input:hover{
	background-color: #000;
}
/* エラー */
/*.screen-reader-response,
span.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors{
	color: red;
}
*/

@media screen and (max-width: 1080px){
	.form-contents{
		width: 90%;
		padding-top: 20px;
	}
	.form-contents .read{
		font-size: 13px;
		font-size: 1.3rem;
		padding-top: 20px;
	}
}
@media screen and (max-width: 650px){
	.form-contents{
		padding: 0 0 100px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.form-contents .read{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.form-contents .tbl-form{
		margin-top: 20px;
	}
	.tbl-form th,
	.tbl-form td{
		display: block;
		width: 100%;
	}
	.tbl-form th{
		border-top: 1px dotted #ddd;
		padding: 20px 0 6px;
	}
	.tbl-form td{
		padding-bottom: 20px;
	}
	.tbl-form td a{
		font-size: 11px;
		font-size: 1.1rem;
	}
	.tbl-form td input,
	.tbl-form td textarea{
		padding: 14px;
	}
	/* 送信ボタン */
	.form-contents .send_btn{
		width: 100%;
		height: 60px;
		margin: 0 auto;
	}
	.form-contents .send_btn input{
		height: 60px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
