@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
estimate.html
inquiry.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title h2#Inquiry { background-image: url(../../img/sp/title/inquiry.png); }
div#Title h2#Estimate {
	height: 100px;
	background-image: url(../../img/sp/title/estimate.png);
}
div#Title h2#Leaving {
	height: 100px;
	background-image: url(../../img/sp/title/leaving.png);
}

div#Title h2#Check { background-image: url(../../img/sp/title/check.png); }
div#Title h2#Error { background-image: url(../../img/sp/title/error.png); }
div#Title h2#End   { background-image: url(../../img/sp/title/end.png); }


/*------------LeavingTxt---------------------------------------------------------------*/
div#LeavingTxt h3 {
	margin-bottom: 40px;
	padding: 0;
	border-bottom: 0 none;
	line-height: 1.2;
	text-align: center;
	font-size: 2em;
}
div#LeavingTxt ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.16em;
}
div#LeavingTxt ul li:before { content: "・"; }
div#LeavingTxt ul li + li { margin-top: 0.3em; }
div#FormBox {
	display: none;
	margin-top: 40px;
}
body.win .winter { display: none; }


/*------------Consent---------------------------------------------------------------*/
div#Consent {
	width: 70%;
	margin: 40px auto 0;
	padding: 20px;
	border: 1px solid #2a2b2b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
div#Consent div#ConsBtn input {
  display: inline-block;
	margin-top: 20px;
  padding: 0.5em 2em;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%);
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border: 1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: .4s;
	font-size: 1.26em;
	cursor: pointer;
}
div#Consent div#ConsBtn input:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*------------MailBox---------------------------------------------------------------*/
div#MailBox div.Flow {
	height: 120px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}
div#MailBox ul + div.Flow { margin-top: 30px; }
div#MailBox div.Flow * { display: none; }
div#MailBox div#Flow01 { background-image: url(../../img/sp/inquiry/flow_p01.png); }
div#MailBox div#Flow02 { background-image: url(../../img/sp/inquiry/flow_p02.png); }
div#MailBox div#Flow03 { background-image: url(../../img/sp/inquiry/flow_p03.png); }
div#MailBox div#Flow04 { background-image: url(../../img/sp/inquiry/flow_p04.png); }

div#MailBox strong { color: #ff1d25; }
div#MailBox a { color: #00479c; }
div#MailBox p { margin-bottom: 0.8em; }
div#MailBox ul#Note {
	list-style: none;
	margin: -0.7em 0 0.8em;
}
div#MailBox ul#Note li {
	padding-left: 1em;
	text-indent: -1em;
}
div#MailBox ul#Note li:before { content: "※"; }

div#MailBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div#MailBox table tr th,
div#MailBox table tr td { display: block; }
div#MailBox table tr th {
	width: auto;
	padding: 10px;
	background: #f4f4f4;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div#MailBox table tr th span { float: right; }
div#MailBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: middle;
}
div#MailBox table tr td span {
	display: block;
	margin-left: 0.3em;
	font-size: 85.71428571428571%;
	color: #ff1d25;
}
div#MailBox table tr td em { color: #ff1d25; }
div#MailBox table tr td p { margin: 0.4em 0 0; }
div#MailBox table tr td ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
}
div#MailBox table tr td ul li input { vertical-align: -0.15em; }
div#MailBox table tr td .Inp01 { width: 99%; }
div#MailBox table tr td .Inp02 { width: 68%; }
div#MailBox table tr td .Inp03 { width: 38%; }
div#MailBox table tr td textarea { height: 150px; }
div#MailBox table tr td .TopSp { margin-top: 0.4em; }
div#MailBox div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
div#MailBox div#SubmitBtn input { margin: 0 1em; }


/*------------TelBox---------------------------------------------------------------*/
div#TelBox table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	border-top: 1px solid #d4d5d5;
}
div#TelBox table tr th {
	width: auto;
	padding: 10px 20px;
	background: #eaeaea;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: top;
}
div#TelBox table tr:nth-of-type(1) th {
	border-left: 1px solid #d4d5d5;
	text-align: center;
}
div#TelBox table tr:nth-of-type(1) th:nth-of-type(1) { border-left: 0 none; }
div#TelBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-left: 1px solid #d4d5d5;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: middle;
}
div#TelBox div#TelNum {
	height: 33px;
	margin: 30px auto 0;
	background: url(../../img/pc/inquiry/telephone.gif) no-repeat center top;
}
div#TelBox div#TelNum * { display: none; }