@charset "UTF-8";
  
.G05_07_2_inner {
	margin:0 auto 30px;
	width:800px;
	text-align:left;
}
.G05_07_2_kome {color:#777;}
.red {color:red;}
.G05_07_form {
	padding:25px 65px 35px;
	background:#dfe7f0;
	color:#666;
	font-size:14px;
}
.G05_07_form dl,
.G05_07_form dt,
.G05_07_form dd {
	margin:0;
	padding:0;
}
.G05_07_form dl {
	margin-top:10px;
}
.G05_07_form input[type=text],
.G05_07_form input[type=tel],
.G05_07_form input[type=email],
.G05_07_form textarea {
	padding:5px;
	font-size:16px;
}
.input_name,
.input_kana {
	width:280px;
	border:1px solid #000;
}
.G05_07_form label {margin-right:10px;}
.G05_07_form_address {
	display:flex;
	justify-content:space-between;
}
.G05_07_form_address_left {
	width:140px;
}
.G05_07_form_address_right {
	width:500px;
}
.input_zip {
	width:140px;
	border:1px solid #000;
}
.input_address {
	width:500px;
	border:1px solid #000;
}
.input_tel {
	width:280px;
	border:1px solid #000;
}
.input_mail {
	width:520px;
	border:1px solid #000;
}
.input_textarea {
	width:670px;
	border:1px solid #000;
}
.input_submit {
	width:320px;
	height:60px;
	border: 0px;
	margin-top:30px;
	background: url(../image/05-07-2b.png) 0 0 no-repeat;
	transition: .2s;
}
.input_submit:hover {
	cursor:pointer;
	background-image: url(../image/05-07-2a.png);
}
.G05_07_3 {text-align:center;}
.table-imq-tel .mds-11 {
    padding: 0.1em 0.3em;
    border-left: 8px solid #008acb;
}
.mt_15 {
	margin-top:15px;
}
.btn_kanri {
	background:url(../image/contact_btn_kanri.png);
}
.btn_kanri-Text1:before {
	background:url(../image/contact_btn_kanri_on.png);
}