@charset "utf-8";


form#mail_form{
	width : 1000px;
}

form#mail_form dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
	border-top:solid 2px #B4B4B4;
	padding-top:19px;
	padding-bottom:19px;
}

form#mail_form dl dt{
	clear : both;
	width : 200px;
	float : left;
	text-align : left;
	overflow : hidden;
	font-size:15px;
	font-weight:bold;
	padding-right:20px;
}

form#mail_form dl dd{
	width : 800px;
	float : right;
	text-align : left;
	overflow:hidden;
}

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

form#mail_form dl dt span.required{
	display : block;
	float : right;
	color : #ffffff;
	line-height : 1;
	padding : 1px 2px;
}

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

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}


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


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 100%;
	height : 2.6em;
	padding : 3px 2%;
	border : 1px solid #B4B4B4;
	background : #F3EBDA;
	-webkit-appearance : none;
	font-size : 15px;
	font-family : inherit;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li {
	float:left;
	font-weight:bold;
	font-size:15px;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	
}

form#mail_form input[type=checkbox] {
	opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="checkbox"] + span::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: .5rem;
    border-radius:1px;
}

input[type="checkbox"]:checked + span::before {
  background-color:#75431F;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.contactkibo li {
	margin-right:30px;
}

.contactsyurui li {
	margin-right:90px;
}

form#mail_form select{
	font-size : 100%;
	font-family : inherit;
	margin-top : 10px;
}

form#mail_form textarea{
	display : block;
	width : 100%;
	height : 240px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #B4B4B4;
	background : #F3EBDA;
	-webkit-appearance : none;
	font-size : 15px;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

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


form#mail_form input#company{
	width : 100%;
}

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#postal,
form#mail_form input#phone,
form#mail_form input#nichiji{
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 13px;
	vertical-align : middle;
	line-height : 1;
	background : #EA9725;
	border : 1px solid #B4B4B4;
	color : #ffffff;
	font-size:15px;
	font-weight:bold;
	text-decoration : none;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #ffffff;
	border : 1px solid #EA9725;
	color : #EA9725;
}

form#mail_form input#address{
	width : 80%;
}


form#mail_form p#form_submit{
	width : 100%;
	margin : 0 auto;
	padding : 20px 0;
}

form#mail_form input[type="button"]{
	padding : 15px 89px;
	vertical-align : middle;
	line-height : 1;
	background : #75431F;
	border-radius : 25px;
	color : #ffffff;
	-webkit-appearance : none;
	font-size : 18px;
	letter-spacing:3px;
	font-weight:bold;
	
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #B2805F;
}

form#mail_form input#form_submit_button{
	
}








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

/* 640pixel start */
@media screen and ( max-width : 640px ){

form#mail_form{
	width : 95%;
}

form#mail_form dl{
	overflow : visible;
}

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;
}

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

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#postal,
form#mail_form input#phone,
form#mail_form input#nichiji{
	width : 45%;
}	
	
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */


	
form#mail_form dl dt span.required{
	display : inline-block!important;
	float : left!important;
	color : #ffffff!important;
	line-height : 1!important;
	padding : 3px 2px!important;
}


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

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	margin-top : 0px;
}

form#mail_form input#form_submit_button{
	margin-left : 0;
}
	
form#mail_form input[type="button"]{
	padding : 15px 50px;
	vertical-align : middle;
	line-height : 1;
	background : #75431F;
	border-radius : 25px;
	color : #ffffff;
	letter-spacing:3px;
	-webkit-appearance : none;
	font-size : 18px;
	font-weight:bold;
}
	
form#mail_form select{
	margin-top : 0;
}

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

}
/* 640pixel end */




