@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
inquiry.css
--------------------------------------------------------------------*/

/*------------Flow------------------------------------*/
div.mail div.Flow {
	width: 90%;
	margin: 30px auto;
}
div.mail div.Flow ol {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.mail div.Flow ol li {
	position: relative;
	padding-bottom: 20px;
	width: 100%;
}
div.mail div.Flow ol li:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #d4d5d5 transparent transparent transparent;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}
div.mail div.Flow ol li.this:after { border-color: #8fc433 transparent transparent transparent; }
div.mail div.Flow ol.error li.this:after {
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #8fc433 transparent;
}
div.mail div.Flow ol li:nth-last-of-type(1):after { border: 0 none; }
div.mail div.Flow ol li p {
	width: 93%;
	margin: 0 auto;
	color: #fff;
}
div.mail div.Flow ol li p span {
	display: block;
	padding: 0.5em 0;
	background-color: #d4d5d5;
	text-align: center;
	font-size: 1em;
}
div.mail div.Flow ol.error li.this p span { background-color: #d4d5d5; }
div.mail div.Flow ol li.error p span,
div.mail div.Flow ol li.this p span {
	background-color: #8fc433;
	color: #fff;
}


/*------------mail------------------------------------*/
div.mail a { color: #29abe2; }
div.mail strong { color: #ff1d25; }
div.mail ul#Note {
	width: 100%;
	margin-top: 0.8em;
	list-style: none;
}
div.mail ul#Note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div.mail ul#Note li:before {
	padding-right: 0.3em;
	content: "\00203b";
}

div.mail table tr th {}
div.mail table tr th span {
	display: inline-block;
	float: right;
	font-size: 0.81em;
}
div.mail table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.mail table tr td ul li + li { margin-top: 0.35em; }
div.mail table tr td span {
	display: block;
	margin-top: 0.35em;
	font-size: 0.86em;
	color: #ff1d25;
}
div.mail table.form tr td span {
	margin: 0;
	font-size: 1rem;
}
div.mail table tr td .Inp01 { width: 100%; }
div.mail table tr td .Inp02 { width: 65%; }
div.mail table tr td .Inp03 { width: 40%; }
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-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: #ab4d00; }
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; }


/*------------TelNumber------------------------------------*/
div#TelNumber {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#TelNumber dl#telfaxNum {
	width: 264px;
	margin: 0 auto 20px;
}
div#TelNumber dl#telfaxNum dt { display: none; }
div#TelNumber dl#telfaxNum dd { margin-bottom: 10px; }
div#TelNumber dl#telfaxNum dd span,
div#TelNumber dl#telfaxNum dd a,
div#TelNumber dl#telfaxNum dd em {
	display: block;
	padding-top: 11.36363636363636%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#TelNumber dl#telfaxNum dd#telNum span { background-image: url(../../img/parts/tel.png); }
div#TelNumber dl#telfaxNum dd#faxNum em { background-image: url(../../img/parts/fax.png); }
div#TelNumber dl#reception {
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #2a2b2b;
	line-height: 1.2;
	font-size: 1.25em;
	color: #fff;
}
div#TelNumber dl#reception dt { float: left; }
div#TelNumber dl#reception dt:after {
	padding: 0 0.5em;
	content: "\00ff0f";
}