@charset "utf-8";


form#mail_form * {
	margin: 0;
	padding: 0;
}

form#mail_form {
	width: 100%;
	margin: 0 auto 50px;
	background: #ffffff;
	font-size: 95%;
	line-height: 1.8;
}

form#mail_form dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 32%;
	float: left;
	padding: 15px 5%;
	line-height: 2.8;
}

form#mail_form dl dd {
	width: 68%;
	padding: 15px 0;
	margin-left: 32%;
}

form#mail_form dl dd:last-child {
	line-height: 2.8;
}




form#mail_form dl dt:nth-child(1),
form#mail_form dl dd:nth-child(2),
form#mail_form dl dt:nth-child(3),
form#mail_form dl dd:nth-child(4),
form#mail_form dl dt:nth-child(23),
form#mail_form dl dd:nth-child(24){
	border-top: 1px solid #bbb;
	margin-top: 20px;
	padding-top: 40px;
}

form#mail_form dl dt:nth-child(23),
form#mail_form dl dd:nth-child(24){
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

form#mail_form dl dd:last-child label {
	position: relative;
	display: block;
}

input.privacy-policy {
	width: 20px;
	height: 20px;
}

input.privacy-policy + span {
	position: absolute;
	top: -1.2px;
}


form#mail_form dl dt:nth-child(23) {
	line-height: 3.4;
}

form#mail_form dl dd:nth-child(24){
	line-height: 2.8;
	font-size: 120%;
}


form#mail_form dl dt span {
	font-size: 100%;
	color: #e60012;
	vertical-align: top;
	padding-right: 5px;
}


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

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {	
	display: none !important;
}

form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

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: -30px;
	margin-left: -30px;
}

@-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: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #f2f5e8;
	-webkit-appearance: none;
	font-size: 100%;
	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: #f2f5e8;
}

form#mail_form input[type="radio"],
form#mail_form input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

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

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 250px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #f2f5e8;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


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

form#mail_form ul.name , form#mail_form ul.read {
	overflow: hidden;
}


form#mail_form ul.name li , form#mail_form ul.read li  {
	float: left;
	width: 50%;
}

form#mail_form ul li span {
	padding-right: 10px;
}

form#mail_form dd labell , form#mail_form ul li label {
	font-size: 120%;
}

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


form#mail_form input#company {
}

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

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


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#schedule {
	width: 70%;
}

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

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address , form#mail_form input#department {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	border-top: 1px solid #cccccc;
	text-align: center;
}

form#mail_form input[type="button"] {
	padding: 10px 20px;
	border: 1px solid transparent;
	background: #01947f;
	font-size: 100%;
	color: #ffffff;
	width: 50%;
	font-weight: 600;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #FFF;
	border: 1px solid #01947f;
	color: #01947f;
}

form#mail_form input#form_submit_button {
}









@media screen and ( max-width:767px ) {
	
	form#mail_form {
		margin: 0 auto;
		width: 100%;
	}
	
	form#mail_form dl dt {
		padding: 10px 0 0 !important;
		width: 100%;
		float: none;
	}
	
	form#mail_form dl dd {
		width: 100%;
		margin-left: 0;
		padding: 0px !important;
	}
	
	form#mail_form dl dd:nth-child(24) {
		line-height: normal;
	}
	
	form#mail_form dl dd:nth-child(2) , form#mail_form dl dd:nth-child(4) , form#mail_form dl dd:nth-child(24) {
		border-top: none;
	}
	
	form#mail_form dl dd:nth-child(2) , form#mail_form dl dd:nth-child(4) , form#mail_form dl dd:nth-child(24) {
		margin-top: 0;
	}
	
	form#mail_form dd labell, form#mail_form ul li label {
		font-size: 110%;
	}
	
	
	
	
	form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
		max-width: 100%;
	}
	
	form#mail_form input#address , form#mail_form input#department {
		width: 100%;
	}
	
	form#mail_form textarea {
		width: 100%;
		max-width: 100%;
	}
	
	form#mail_form p#form_submit {
		padding-top: 30px;
		margin-top: 20px;
	}
	
	form#mail_form input[type="button"] {
		width: 90%;
		font-size: 100%;
	}
	
	
	form#mail_form input[type="radio"], form#mail_form input[type="checkbox"] {
		margin-top: 5px;
		margin-right: 5px;
	}
	
	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#schedule {
		width: 80%;
	}
	
}








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

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

form#mail_form {
	font-size: 95%;
	margin: 0;
}

form#mail_form dl {
}

form#mail_form dl dt {
	padding: 15px 3%;
	font-size: 95%;
}

form#mail_form dl dd {
	
}

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


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

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


/* -- 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#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

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

}
/* 1000pixel end */




