

.kv_area{
	margin: 0 auto 80px;
	padding: 0 0 0 0;
	width: 100%;
	height:320px;
	position:relative;
	text-align:center;
	background:url(../../images/contact/kv.jpg) no-repeat center center ;
	background-size:cover;
}

.kv_inner{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 1020px;
	position:relative;
	text-align:center;
}

.kv_area h2{
	margin: 0 0 0 0;
	padding: 160px 0 0;
	position:relative;
	text-align:center;
}

.kv_area h2 img{
	width:auto;
	height:78px;
	vertical-align:top;
}







.section{
	margin: 0 0 150px 0;
	padding: 0 0;
	position:relative;
}

.section:after, .section:before {
	content: "";
	clear: both;
	display: block;
}



.section_txt {
	margin: 0 0 50px 0px;
	padding: 0 0 0 0;
	position: relative;
	font-size: 16px;
	line-height:2.0;
	font-weight:normal;
	letter-spacing:0px;
	color:#555555;
	text-align:left;
}

.section_txt .tel_txt{
	margin: 0 0 0 20px;
	padding: 0 0;
	text-align:center;
	position:relative;
	font-size:28px;
	line-height: 1.5;
	font-weight:normal;
	color:#555;
	display:inline-block;
	font-family: 'Shippori Mincho', serif;
	letter-spacing:2px;
}
.contact_midashi{
	margin: 0 0 20px;
	padding: 0 0;
	text-align:left;
	position:relative;
	font-size:24px;
	line-height: 1;
	font-weight:normal;
	color:#555;
	letter-spacing:2px;
}



.form_area{
	margin: 0 0 0px;
	padding: 0 0 0 0;
	border:0px solid #000;
}




table.table_form{
	margin: 0 0 50px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	width:100%;
	border-top:1px solid #eeeeee;
}

table.table_form tr{
	border-bottom:0px solid #e5e5e5;
}

table.table_form th{
	margin: 0 0 0 0;
	padding: 15px 0 15px 15px;
	font-size: 16px;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:1px;
	color:#555555;
	text-align:left;
	white-space:nowrap;
	width:250px;
	vertical-align:middle;
	border-bottom:1px solid #eeeeee;
}

table.table_form th.th01{
	padding: 15px 0 15px 55px;
}

table.table_form td{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	font-size: 16px;
	line-height:1.5;
	font-weight:normal;
	letter-spacing:1px;
	color:#555555;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #eeeeee;
}

table.table_form th span{
	display:inline-block;
	margin: 0 10px 0 0;
	padding:3px 10px 2px 10px;
	background:#0071BC;
	color:#fff;
	font-size:12px;
	line-height:1.2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

table.table_form input {
	margin:0 0;
	padding:7px 10px 7px 10px;
	border:0px solid #ccc;
	font-size:17px;
	line-height:1.5;
	background:#f2f2f2;
}

table.table_form input.input_size1{
	margin:0 0 0 0;
	width:60%;
}

table.table_form input.input_size2{
	margin:0 0 0 0;
	width:30%;
}

table.table_form input.input_size3{
	margin:0 0 0 0;
	width:95%;
}

table.table_form td span.mwform-zip-field{
	margin-bottom:10px !important;
	display:block;
}

table.table_form textarea{
	margin:5px 0 0 0;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	font-size:17px;
	line-height:1.5;
	background:#f9f9f9;
	width:95%;
}

.form_area .btn_form {
	text-align:center;
}

.form_area .btn_form .submit_btn{
	font-size:18px;
	line-height: 1.5;
	font-weight:bold;
	margin: 0 10px 0;
	padding: 10px 55px 10px 55px;
	font-family: 'Century Gothic', CenturyGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
	color:#fff;
	background:#0071bc;
	display:inline-block;
}

.form_area .btn_form .submit_btn:hover{
    cursor: pointer;
    opacity:0.7;
}

.form_area .btn_form input {
	border:none;
}

.form_area .btn_form input:hover {

}
