.page_main{
	padding: 100px 0;
}
.tbl_form{
	width: 820px;
	margin: 0 auto 20px;
}
.tbl_form th{
	background: #d4d1c0;
	color: #fff;
	padding: 15px 30px;
	width: 230px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.tbl_form tr:last-child th{
	border-bottom: none;
}
.tbl_form td{
	background: #fff;
	padding: 15px 30px;
	text-align: left;
	border-bottom: 1px solid #d4d1c0;
}
.tbl_form tr:last-child td{
	border-bottom: none;
}
.tbl_form td input[type="text"],
.tbl_form td input[type="tel"],
.tbl_form td input[type="email"],
.tbl_form td select{
	border: 1px solid #ddd;
	padding: 3px 5px;
}
.tbl_form td textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;

}

.caution_contact {
	width: 820px;
	margin: 0 auto 20px;
}

.btn_submit{
	text-align: center;
}
.btn_submit input[type="submit"]{
	width: 210px;
	height: 45px;
	color: #fff;
	background: #ff6464;
	font-size: 16px;
	border-radius: 3px;
}
.btn_submit input[type="submit"]:hover{
	cursor: pointer;
	opacity: .85;
}
.btn_submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto!important;
}

.grecaptcha-badge { visibility: hidden; }