@charset "UTF-8";
/* CSS Document */
#contact h2.page_title{
	margin-bottom:88px;
}

.form_txt{
	font-size:14px;
}

/*--contact_form--*/
.contact_form{
	width:960px;
	margin:0 auto;
	margin-bottom:100px;
	text-align:left;
	padding:0 95px;
	box-sizing:border-box;
}

#contact .contact_form h3{
	text-align:center;
	width:100%;
	margin-bottom:50px;
}

.mb8{
	margin-bottom:8px;
}

.mb86{
	margin-bottom:86px;
}

.form_txt{
	text-align:left;
	margin-bottom:46px;
}

.form_inner{
	width:770px;
	margin: 0 auto;
}

form{
	font-size:14px;
}

label{
	font-weight:normal;
	width:200px;
}

table{
	width:770px;
	margin:0 auto;
	margin-bottom:41px;
}

tr{
	border-bottom: 1px dotted #c5c4c4;
	box-sizing:border-box;
}

tr.tr_first{
	border-top: 1px dotted #c5c4c4;
	box-sizing:border-box;
}

th{
    width: 192px;
    text-align: left;
	padding:20px 0 20px 15px;
	box-sizing:border-box;
	margin-right:10px;
	vertical-align:center;
	vertical-align: middle;
	font-weight:normal;
}

th.pt34{
	padding-top:34px;
	vertical-align:baseline;
	background: url(../../img/contact/red.png) right 34px no-repeat;
}

th.need{
    width: 192px;
    text-align: left;
	background:url(../../img/contact/red.png) right center no-repeat;
	padding:20px 0 20px 15px;
	box-sizing:border-box;
	vertical-align: middle;
}

td{
	padding:24px 10px 24px 48px;
	text-align:left;
	box-sizing:border-box;
	vertical-align: middle;
	width:578px;
}

table small {
	display: block;
	color: #A50000;
	font-size: 12px;
	margin-top: 5px;
}

table tr.last{
	border-bottom:none!important;
	height:170px;
}

input, textarea{
	width:520px;
	height:40px;
	border:none;
	padding:10px 10px;
	box-sizing:border-box;
	border-radius:4px;
	background-color:#f2f2f2;
}

input#radioBtn1,
input#radioBtn2,
input#radioBtn3{
	width:15px;
}

 label.radio_btn{
	margin-right:35px;
}

form table tr.last textarea{
	height:140px;
	border:none;
}

form .button input{
	width:290px;
	height:60px;
	padding:0;
	margin-right:0;
	border:none;
	margin-bottom:120px;
	text-align:center;
}

.kakunin{
	padding-left:240px;
	text-align:left;
}

.kakunin input{
	width:220px;
	height:50px;
	padding:0;
	margin-right:0;
	color:#fff;
	background-color:#00309b;
	font-size:22px;
	border-radius:4px;
}

.kakunin input:hover{
	opacity:0.7;
}

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
button{
  cursor: pointer;
}

#contact .page_top {
    position: absolute;
    top: -57px;
    left: 50%;
    margin-left: 522px;
}

.box {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 110px;
}
