@charset "utf-8";




/* CONTAINER */

#formSCT {
	background-color: #f1f1f1;
	padding-top:50px;
	}
#formSCT .cont {
padding: 0 20px 40px 20px;
}
#formSCT .box {
background-color: #fff;
border: solid 1px #e1e1e1;

margin-bottom: 20px;
padding: 19px;
}
#formSCT .box h3 {
margin-bottom: 15px;
font-size: 16px;
font-weight: bold;
color: #0068b7;
}
#formSCT .box .lead {
margin-bottom: 15px;
font-size: 14px;
line-height: 1.73;
}
#formSCT .box .tel {
margin-top: -10px;
font-family: 'Fira Sans', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: bold;
letter-spacing: 0.05em;
}
#formSCT .box .tel span {
position: relative;
top: -6px;
display: block;
font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, Segoe UI, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
font-size: 12px;
letter-spacing: 0.1em;
font-weight: normal;
}
#formSCT .box ul {
padding-left: 2em;
font-size: 12px;
line-height: 1.6;
color: #666666;
}
#formSCT .block {
position: relative;
border-bottom: solid 1px #ddd;
padding: 18px 0;
}
#formSCT .block h4 {
margin-bottom: 10px;
padding-top: 5px;
font-size: 14px;
font-weight: bold;
}
#formSCT .block h4 span {
position: relative;
top: -1px;
display: inline-block;
background-color: #ff0000;
margin-left: 5px;
padding: 0 3px;
font-size: 10px;
color: #fff;
}
#formSCT .block input {
box-sizing: border-box;
border: solid 1px #c9c9c9;
padding: 0 5px;
width: 100%;
height: 30px;
font-size: 12px;
}
#formSCT .block textarea {
box-sizing: border-box;
border: solid 1px #c9c9c9;
width: 100%;
height: 135px;
font-size: 12px;
}
#formSCT button {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
background-color: #0068b7;
margin: 19px auto 0 auto;
border: none;
width: 180px;
height: 40px;
font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, Segoe UI, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #fff;
}
#formSCT button:hover {
opacity: 0.8;
}
@media (min-width: 768px) {
	#formSCT {
	padding: 0 20px;
	}
	#formSCT .cont {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	max-width: 1000px;
	}
	#formSCT .box {
	margin-bottom: 60px;
	padding: 40px 49px 35px 49px;
	margin-top:30px;
	}
	#formSCT .box h3 {
	margin-bottom: 20px;
	font-size: 18px;
	}
	#formSCT .box .lead {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.73;
	}
	#formSCT .box .tel span {
	top: 0;
	display: inline-block;
	}
	#formSCT .box ul {
	font-size: 13px;
	}
	#formSCT .list {
	border-top: solid 1px #ddd;
	margin-top: 40px;
	}
	#formSCT .block h4 {
	margin-bottom: 0;
	float: left;
	}
	#formSCT .block p {
	margin-left: 295px;
	width: 520px;
	}
	#formSCT button {
	margin: 35px auto 0 auto;
	cursor: pointer;
	}
}
form#mail_form dl dt {
clear: both;
float: left;
border-top: 1px solid #cccccc;
padding: 15px 0;
width: 30%;
font-size: 14px;
font-weight: bold;
line-height: 30px;
text-align: left;
overflow: hidden;
}
form#mail_form dl dd {
float: right;
border-top: 1px solid #cccccc;
padding: 15px 0 15px 5%;
width: 65%;
}
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: 85%;
	color: #3377ff;
}


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

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	line-height: 30px;
	margin-right: 1em;
	padding: 0 9px;
	border-radius: 3px;
}

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;
	font-size: 12px;
}


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"] {
-webkit-appearance: none;
border: 1px solid #cccccc;
border-radius: 3px;
background: #fafafa;
margin-top: 0;
padding: 0 2%;
max-width: 100%;
height: 30px;
font-size: 12px;
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 input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

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;
	box-sizing: border-box;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	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,
form#mail_form input#union {
	width: 80%;
}

form#mail_form input#subject,
form#mail_form input#name,
form#mail_form input#fax,
form#mail_form input#position,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

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

form#mail_form input#postal+a {
box-sizing: border-box;
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	text-decoration: none;
	position: relative;
	font-size: 12px;
	line-height: 30px;
}

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

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


form#mail_form p#form_submit {
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#mail_form input[type="button"] {
	border-radius: 3px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
background-color: #0068b7;
margin: 0 auto 0 auto;
border: none;
width: 180px;
height: 40px;
font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, Segoe UI, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #fff;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

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








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

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

form#mail_form {
	width: 95%;
}

form#mail_form dl {
	overflow: visible;
}

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

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

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;
	margin-bottom: 10px;
}


/* -- 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 select {
	margin-top: 0;
}

form#mail_form input#company,
form#mail_form input#union,
form#mail_form input#subject,
form#mail_form input#name,
form#mail_form input#position,
form#mail_form input#schedule,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
box-sizing: border-box;
	width: 100%;
}
form#mail_form input#postal,
form#mail_form input#fax,
form#mail_form input#phone {
box-sizing: border-box;
	width: 50%;
}
form#mail_form textarea {
	width: 100%;
	max-width: 100%;
}

}
/* 1000pixel end */


