@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
estimation.html
form.css
--------------------------------------------------------------------*/


/*------------mail---------------------------------------------------------------*/
div#mail div.Flow {
	height: 40px;
	margin: 30px 0;
	background-repeat: no-repeat;
	background-position: center top;
}
div#mail div.Flow * { display: none; }
div#mail div#Flow01 { background-image: url(../../img/pc/form/flow_p01.png); }
div#mail div#Flow02 { background-image: url(../../img/pc/form/flow_p02.png); }
div#mail div#Flow03 { background-image: url(../../img/pc/form/flow_p03.png); }
div#mail div#Flow04 { background-image: url(../../img/pc/form/flow_p04.png); }

div#mail strong { color: #ff1d25; }
div#mail a { color: #001f96; }
div#mail p { margin-bottom: 0.8em; }
div#mail ul#Note {
	list-style: none;
	margin: 0;
}
div#mail ul#Note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#mail ul#Note li:before {
	margin-right: 0.3em;
	content: "\00203b";
}

div#mail table tr th { width: 24%; }
div#mail table tr th span { float: right; }
div#mail table tr td span {
	margin-left: 0.8em;
	font-size: 0.75em;
	color: #ff1d25;
}
div#mail table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#mail table tr td ul li {
	float: left;
	margin-right: 2em;
}
div#mail table tr td ul li input { vertical-align: -0.05em; }
div#mail table tr td .Inp01 { width: 99%; }
div#mail table tr td .Inp02 { width: 44%; }
div#mail table tr td .Inp03 { width: 19%; }
div#mail table tr td input[type="text"],
div#mail table tr td input[type="tel"],
div#mail table tr td input[type="email"],
div#mail table tr td textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0.4em;
	transition: 0.3s;
	border: 1px solid #5d83a4;
	outline: none;
}
div#mail table tr td input[type="text"]:focus,
div#mail table tr td input[type="tel"]:focus,
div#mail table tr td input[type="email"]:focus,
div#mail table tr td textarea:focus { border-color: #1b874d; }
div#mail table tr td textarea { height: 330px; }
div#mail div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
div#mail div#SubmitBtn input { margin: 0 1em; }


/*------------tel---------------------------------------------------------------*/
div#tel div#TelNumber {
	width: 950px;
	margin: 30px auto 0;
	overflow: hidden;
}
div#tel div#TelNumber dl dt { display: none; }
div#tel div#free {
	width: 364px;
	float: left;
}
div#tel div#free dl dd {
	width: 330px;
	margin-top: 17px;
}
div#tel div#free dl dd span,
div#tel div#free dl dd a {
	display: block;
	height: 0;
	padding-top: 12.42424242424242%;
	background: url(../../img/pc/form/free_txt.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#tel div#telfax {
	width: 286px;
	float: left;
}
div#tel div#telfax dl dd { width: 252px; }
div#tel div#telfax dl dd span,
div#tel div#telfax dl dd a {
	display: block;
	height: 0;
	padding-top: 13.0952380952381%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#tel div#telfax dl dd#tel { margin-top: 2px; }
div#tel div#telfax dl dd#tel span,
div#tel div#telfax dl dd#tel a { background-image: url(../../img/pc/form/tel_txt.png); }
div#tel div#telfax dl dd#fax { margin-top: 5px; }
div#tel div#telfax dl dd#fax span { background-image: url(../../img/pc/form/fax_txt.png); }
div#tel div#time {
	width: 300px;
	height: 74px;
	float: right;
	background: url(../../img/pc/form/time_txt.png) no-repeat center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}