@charset "UTF-8";
/* CSS Document form */

/*-- page 1col --*/

.inquiry{
	margin: 20px 0 0 0;
	padding: 24px 90px;
	background: #fff;
}

.inquiry h2{
	padding: 1em 0.7em;
	/*border-bottom: 1px solid #ccc;*/
	border-left: 7px solid #ccc;
	background: url(../images/page_title_bg2_1.jpg) no-repeat center 0;
	color: #184157;
}

.inquiry h3{
	margin: 1.5em 0 0 0;
	padding: 0 0 0 0.4em;
	border-left: 5px solid #1da4dd;
	line-height: 1.2;
}

.inquiry p{
	margin: 1em 0 0 0;
}

.inquiry dl{
	margin: 15px 0;
	padding: 10px 20px 10px 85px;
	background: #e7f0ee;
}

.inquiry dl.tel{
	background: url(../images/icon_tel_i.png) no-repeat 20px center #e7f0ee;
}

.inquiry dl.fax{
	background: url(../images/icon_fax_i.png) no-repeat 20px center #e7f0ee;
}

.inquiry dt{
	font-weight: bold;
	font-size: 1.5em;
	color: #C32E30;
}

.form table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 15px 0;
}

.form th, .form td{
	padding: 0.7em 1.5em;
	vertical-align: middle;
}

.form th{
	width: 34%;
	text-align: left;
	background: #E7F0EE;
}

.form td{
	background: #f0f0f0;
}

.form input{
	padding: 0.5em;
	border: 1px solid #ccc;
}

.form textarea{
	border: 1px solid #ccc;
}

.form input:focus{
	background: #f0f8ff;
}

.form .button{
	display: block;
	margin: 30px 0;
	text-align: center;
}

.info{
	font-size: 0.8em;
}

.element_all{
	width: 120px;
	margin: 10px 0 0 0;
	padding: 0.3em 1em;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.element_all:hover{
	cursor: pointer;
}

.element_reset , #mfp_button_cancel{
	background: #FFD4D5;
	text-shadow: none;
}

.element_reset:hover , #mfp_button_cancel:hover{
	background: #f99;
	box-shadow: none;
	color: #fff;
}

.element_submit , #mfp_button_send{
	background: #D1F1B4;
	text-shadow: none;
}

.element_submit:hover , #mfp_button_send:hover{
	background: #8bf;
	box-shadow: none;
	color: #fff;
}

.element_submit , .element_reset , .mfp_element_button{
-moz-transition: background 0.2s, color 0.2s;
	-webkit-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

ul.aim{
	list-style: disc;
	margin: 0 0 0 2.4em;
	font-size: 0.9em;
}

.thanks{
	min-height: 300px;
	text-align: center;
}

.thanks h1{
	margin: 2em 0 1em 0;
	font-size: 1.7em;
}

@media screen and (max-width: 640px){
	
	.form input , .form textarea{
		font-size: 16px;
}

}