@charset "utf-8";

html {
}

img#loading_proccess_image {
	display: none;
}

@media screen and (max-width: 640px) {
#form-index #form-head h2 {
	display: block;
	background: url(../images/sp/form-head.jpg) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	padding: 28.125% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto 13.2%;
}

#form-index #form-box,
#form-index #thanks-box {
	width: 94%;
	margin: 0 auto;
}
#form-index #form-box-inner {
}

#form-index #form-box #inquiry-head {
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 1.6em;

}


#form-index #form-box #tel-box {
	padding: 0 0 1.4em;
}
#form-index #form-box #tel-box h3 {
	background: #6ba5ba;
	font-size: 1.1em;
	line-height: 1.0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0.8em 0 0.6em;
	margin: 0 auto 1.6em;
}

#form-index #form-box #tel-box #bbhome {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 1.4em;
}
#form-index #form-box #tel-box #bbhome p {
	margin: 0 0 0.3em;
}

#form-index #form-box #tel-box #bbhome a {
	font-size: 1.8em;
	padding: 0 0 0 43px;
	position: relative;
	margin: 0 0 0.4em;
}
#form-index #form-box #tel-box #bbhome a::before {
	position: absolute;
	top: 22.4%;
	left: 0;
	content: "";
	background: url(../images/common/freedial.png) no-repeat;    
	width: 41px;
	height: 22px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#form-index #form-box #tel-box #bbhome span {
	display: block;
	font-size: 0.9em;
}

#form-index #form-box #tel-box #request-link {
	width: 67.5%;
	margin: 0 auto;
}
#form-index #form-box #tel-box #request-link a {
	display: block;
	background: url(../images/common/btn-request.png) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	padding: 19.012% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}


form#mailform input,
form#mailform select,
form#mailform textarea,
#form-index #mfp_phase_confirm {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 16px;
	/* transform: scale(0.8); */
}

#form-index #mailform-box input[type=text],
#form-index #mailform-box textarea {
	width: 100% !important;
	margin: 0;
	padding: 0.6em 0.9em;
	background: #f3f3f3 !important;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form-index #mailform-box select {
	width: 100% !important;
	margin: 0;
	padding: 0.6em 0.9em;
	background: #f3f3f3 !important;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form-index #mailform-box {
	width: 100%;
	background: #fff;
	padding: 0 0 7.2%;
}
#form-index #mailform-box-inner {
}
#form-index #mailform-box h3 {
	background: #6ba5ba;
	font-size: 1.1em;
	line-height: 1.0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0.8em 0 0.6em;
	margin: 0 auto 1.6em;
}

#form-index #mailform-box .attention,
#form-index #mailform-box .send_check {
	width: 100%;
	border: 8px solid #cee1e4;
	line-height: 1.5;
	text-align: center;
	padding: 1.6em 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 1.6em;
}
#form-index #mailform-box .attention span,
#form-index #mailform-box .send_check span {
	color: #e60012;
}

#form-index #mailform-box table.mailform {
	border-top: none;
}
#form-index #mfp_phase_confirm table {
	border-top: none;
	margin: 0 0 1.8em;
}
#form-index #mfp_phase_confirm table th {
	border-top: none;
}
#form-index #mailform-box table.mailform tr,
#form-index #mailform-box div#mfp_phase_confirm .mfp_color {
	background-color: transparent !important;
}
#form-index #mailform-box table.mailform tr:hover {
	background-color: transparent !important;
}
#form-index #mailform-box table th,
#form-index #mailform-box table td {
	border-bottom: none;
}
#form-index #mailform-box table th {
	padding: 3.6% 2.4% 3.6% 2.4%;
}
#form-index #mailform-box div#mfp_phase_confirm tr th {
	font-size: 1.0em;
	padding: 3.6% 2.4% 0 2.4%;
}
#form-index #mailform-box table.mailform tr th span {
	font-size: 1.0em;
	color: #e60012;
	display: inline;
}
#form-index #mailform-box table td {
	padding: 0 2.4% 6.4% 2.4%;
}
#form-index #mailform-box div#mfp_phase_confirm tr td {
	font-size: 1.0em;
	padding: 0 2.4% 0 2.4%;
}
#form-index #mailform-box table.mailform label {
	text-decoration: none;
}
#form-index #mailform-box table.mailform li {
	margin-top: 0.6em;
}
#form-index #mailform-box table.mailform tr#adress td span {
	margin: 0 0 0.6em;
}
#form-index #mailform-box table.mailform tr#adress li {
	margin: 0 0 1.0em;
}

#form-index #mailform-box table.mailform #material td {
	padding-bottom: 2.3%;
}
#form-index #mailform-box table.mailform #material ul {
	overflow: hidden;
	position: relative;
	zoom:1;
	width: 100%;
}
#form-index #mailform-box table.mailform #material li {
	padding: 0 1.0em 0 0;
	margin-top: 0;
}

#form-index #mailform-box div.mfp_buttons ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 100%;
}
#form-index #mailform-box div.mfp_buttons ul li:nth-child(odd) {
	float: left;
	width: 48.6%;
}
#form-index #mailform-box div.mfp_buttons ul li:nth-child(even) {
	float: right;
	width: 48.6%;
}
#form-index #mailform-box div.mfp_buttons input[type="button"] {
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
}

#form-index #mailform-box div.mfp_buttons #reset {
	display: block;
	width: 100%;
	background: url(../images/form/btn-reset.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 24.138% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#form-index #mailform-box div.mfp_buttons #confirm {
	display: block;
	width: 100%;
	background: url(../images/form/btn-confirm.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 24.138% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#form-index #mailform-box div.mfp_buttons #back {
	display: block;
	width: 100%;
	background: url(../images/form/btn-back.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 24.138% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;

}
#form-index #mailform-box div.mfp_buttons #send {
	display: block;
	width: 100%;
	background: url(../images/form/btn-send.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 24.138% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;

}

#form-index #policy {
	text-align: center;
	padding: 0 0 12.8%;
}

#form-index #caution {
	width: 94%;
	text-align: left;
	padding: 6.4% 0 0;
	margin: 0 auto;
}

#form-index #top-link  {
	width: 94%;
	text-align: center;
	padding: 12.4% 0 6.4%;
	margin: 0 auto;
}
#form-index #top-link a {
	color: #000;
	text-decoration: underline;
}


#form-index #thanks-box {
	width: 94%;
	padding: 9.6% 0 15.6%;
	margin: 0 auto;
}
#form-index #thanks-box p {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}


div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 2.4em;
	color: #FF0000;
	font-size: 1.0em;
	line-height: normal;
	display: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	position: relative;
}
div.mfp_err::before {
	font-family: FontAwesome;
	content : "\f06a";
	font-size: 1.4em;
	color: #FF0000;
	position: absolute;
	top: 46%;
	left: 0.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
@media print, screen and (min-width: 641px) {
#form-index #form-head h2 {
	display: block;
	background: url(../images/pc/form-head.jpg) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	list-style-type: none;
	width: 1100px;
	height: 156px;
	margin: 0 auto 60px;
}

#form-index #form-box,
#form-index #thanks-box {
	width: 1100px;
	margin: 0 auto;
}
#form-index #form-box-inner {
}

#form-index #form-box #inquiry-head {
	font-size: 30px;
	text-align: center;
	margin: 0 0 32px;
}

#form-index #form-box #tel-box {
	padding: 0 0 54px;
}
#form-index #form-box #tel-box h3 {
	background: #6ba5ba;
	font-size: 22px;
	line-height: 1.0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 14px 0 12px;
	margin: 0 auto 42px;
}

#form-index #form-box #tel-box #bbhome {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}
#form-index #form-box #tel-box #bbhome p {
	margin: 0 0 0.3em;
}
#form-index #form-box #tel-box #bbhome a {
	font-size: 56px;
	padding: 0 0 0 55px;
	position: relative;
}
#form-index #form-box #tel-box #bbhome a::before {
	position: absolute;
	top: 29.6%;
	left: 0;
	content: "";
	background: url(../images/common/freedial.png) no-repeat;    
	width: 52px;
	height: 28px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#form-index #form-box #tel-box #bbhome span {
	display: block;
	font-size: 20px;
	padding: 0.3em 0 0;
}


form#mailform input,
form#mailform select,
form#mailform textarea,
#form-index #mfp_phase_confirm {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}
#form-index #mailform-box input[type=text],
#form-index #mailform-box textarea {
	width: 100% !important;
	margin: 0;
	padding: 0.6em 0.9em;
	background: #f3f3f3 !important;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form-index #mailform-box select {
	width: 100% !important;
	margin: 0;
	padding: 0.6em 0.9em;
	background: #f3f3f3 !important;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form-index #mailform-box {
}
#form-index #mailform-box-inner {
}
#form-index #mailform-box h3 {
	background: #6ba5ba;
	font-size: 22px;
	line-height: 1.0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 14px 0 12px;
	margin: 0 auto 74px;
}

#form-index #mailform-box .attention,
#form-index #mailform-box .send_check {
	width: 750px;
	border: 10px solid #cee1e4;
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
	padding: 32px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 72px;
}
#form-index #mailform-box .attention span,
#form-index #mailform-box .send_check span {
	color: #e60012;
}

#form-index #mailform-box table.mailform {
	width: 750px;
	background: #fff;
	border-top: none;
	padding: 0;
	margin: 0 auto;
}
#form-index #mailform-box table.mailform tr,
#form-index #mailform-box div#mfp_phase_confirm .mfp_color {
	background-color: transparent !important;
}
#form-index #mailform-box table.mailform tr:hover {
	background-color: transparent !important;
}
#form-index #mailform-box table.mailform tr th {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 12px 40px 12px 30px;
	border-bottom: none;
	vertical-align: middle;
	text-align: left;
	width: 210px;
}
#form-index #mailform-box table.mailform tr th span {
	font-size: 16px;
	color: #e60012;
	display: inline;
}
#form-index #mailform-box table.mailform tr td {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 12px 30px 12px 0;
	border-bottom: none;
	vertical-align: middle;
}
#form-index #mailform-box div#mfp_phase_confirm tr th {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 12px 40px 12px 30px;
	border-bottom: none;
	vertical-align: middle;
	text-align: right;
	width: 210px;
}
#form-index #mailform-box div#mfp_phase_confirm tr td {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 12px 30px 12px 0;
	border-bottom: none;
	vertical-align: middle;
}

#form-index #mailform-box table.mailform label {
	text-decoration: none;
}
#form-index #mailform-box table.mailform #material li {
	padding: 0 32px 0 0;
}
#form-index #mailform-box table.mailform input[type=radio],
#form-index #mailform-box table.mailform input[type=checkbox] {
	transform-origin: right bottom;
	transform: scale( 1.2 , 1.2 );
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.2 , 1.2 );
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.2 , 1.2 );
}
#form-index #mailform-box table.mailform tr#adress li {
	margin: 0 0 0.8em;
}
#form-index #mailform-box table.mailform tr#adress select {
	width: 100% !important;
}
#form-index #mailform-box table.mailform tr#adress td span {
	display: inline-block;
	margin: 0 0.6em;
}

#form-index #mailform-box div.mfp_buttons ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 520px;
}
#form-index #mailform-box div.mfp_buttons ul li:nth-child(odd) {
	float: left;
	width: 224px;
}
#form-index #mailform-box div.mfp_buttons ul li:nth-child(even) {
	float: right;
	width: 224px;
}
#form-index #mailform-box div.mfp_buttons input[type="button"] {
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
}

#form-index #mailform-box div.mfp_buttons #reset {
	display: block;
	background: url(../images/form/btn-reset.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 224px;
	height: 54px;
}
#form-index #mailform-box div.mfp_buttons #confirm {
	display: block;
	background: url(../images/form/btn-confirm.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 224px;
	height: 54px;
}
#form-index #mailform-box div.mfp_buttons #back {
	display: block;
	background: url(../images/form/btn-back.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 224px;
	height: 54px;
}
#form-index #mailform-box div.mfp_buttons #send {
	display: block;
	background: url(../images/form/btn-send.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 224px;
	height: 54px;
}
input[type="button"] {  
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
input[type="button"]:hover {  
	opacity: 0.7;
	filter: alpha(opacity=7);
}


#form-index #policy {
	width: 750px;
	font-size: 16px;
	text-align: center;
	padding: 36px 0 72px;
	margin: 0 auto;
}

#form-index #caution {
	width: 750px;
	font-size: 16px;
	text-align: left;
	padding: 1.8em 0 0;
	margin: 0 auto;
}

#form-index #mfp_phase_confirm table {
	width: 700px;
	border: none;
	margin: 0 auto 1.8em;
}
#form-index #mfp_phase_confirm table th,
#form-index #mfp_phase_confirm table td {
	font-size: 14px;
	line-height: 1.2em;
	border: none;
}

#form-index #thanks-box {
	width: 750px;
	padding: 72px 0 156px;
	margin: 0 auto;
}
#form-index #thanks-box p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#form-index #top-link  {
	width: 750px;
	text-align: center;
	padding: 64px 0 0;
	margin: 0 auto;
}
#form-index #top-link a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}


div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 2.4em;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	position: relative;
}
#policy div.mfp_err {
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 1.0em;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	position: relative;
}
div.mfp_err::before {
	font-family: FontAwesome;
	content : "\f06a";
	font-size: 1.4em;
	color: #FF0000;
	position: absolute;
	top: 46%;
	left: 0.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#policy div.mfp_err::before {
	left: 27.2%;
}
}
