@charset "utf-8";


body.inquiry #contact{padding-top:170px;}
table{}
table th{}
table th span{display:block;font-size:75%;color:#0152a3;10px 0 20px 0;}
table td{width:75%;}


form#mail_form{
	border-top:3px solid #000;
	width : auto;
	margin : 50px auto 0;
	padding : 40px 0 0 0;
}

form#mail_form dl{
	width:100%;
	font-family:Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	vertical-align:top;
	overflow : hidden;
	border-bottom : 1px dotted #cccccc;
}

form#mail_form dl dt{
	line-height:1.4;
	clear : both;
	width : 25%;
	float : left;
	border-top : 1px dotted #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 75%;
	float : right;
	border-top : 1px dotted #cccccc;
	padding : 20px 0 15px 5%;
	box-sizing: border-box;
	margin:0;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}

form#mail_form dl dt span{
	display : block;
	font-size : 75%;
	color : #0b4a91;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required{
	display : inline-block;
	float : left;
	font-size:70%;
	font-weight : bold;
	color : #ffffff;
	padding : 2px 5px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #ff543a;
}

form#mail_form dl dt span.optional{
	/*background : rgba(3, 44, 158, 0.8);*/
	display:none;
}

form#mail_form dl dd span{
	display : block;
	color : #ff0000;
}



/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input{
	height : 2em;
	padding : 2px 2%;
	border : 2px solid #dac1a2;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form textarea{
	width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 2px solid #dac1a2;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 3px #074999;
	border : 2px solid #074999;
	background : #ffffff;
}

form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 40%;
}

form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 90%;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#mail_form input#postal{
	width : 30%;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 90%;
	margin-bottom : 7px;
}

form#mail_form input#phone{
	width : 50%;
}

form#mail_form input#schedule{
	width : 30%;
}


form#mail_form dl+p{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
}

form#mail_form input#mail_submit_button{
	margin:60px 0 0;
	width : auto;
	height : auto;
	padding : 20px 130px;
	text-align:center;
	color : #fff;
	border:none;
	background:#000;
	border-radius : 10px;
	font-size:150%;
	font-weight:bold;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}


form#mail_form input#mail_submit_button:hover{
	background:url(/common/img/bg_blue.gif) repeat;
	cursor : pointer;
	color : #fff;
}





/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 768px){
body.inquiry #contact{padding-top:50px;}
body.inquiry #contact h2{margin:0 auto 20px;}

form#mail_form{
	width : 95%;
}

form#mail_form dl{
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
	margin:0;
}

form#mail_form dl dt span{
	font-weight : normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form input#phone,
form#mail_form input#schedule,
form#mail_form textarea{
	max-width : 90%;
	-webkit-appearance : none;
}
form#mail_form input#mail_submit_button{
	padding : 7px 15px;
	margin-left : 0;
	-webkit-appearance : none;
}


}
/* 640pixel end */
