@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
inquiry.css
--------------------------------------------------------------------*/

/*------------Flow------------------------------------*/
div#mail div.Flow {
	width: 830px;
	margin: 30px auto;
}
div#mail div.Flow ol {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#mail div.Flow ol li {
	position: relative;
	width: 33.33%;
	float: left;
}
div#mail div.Flow ol li:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #d4d5d5;
	top: 50%;
	right: -0.25em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
div#mail div.Flow ol li.this:after { border-color: transparent transparent transparent #005c73; }
div#mail div.Flow ol.error li.this:after {
	border-width: 5px 10px 5px 0;
	border-color: transparent #005c73 transparent transparent;
}
div#mail div.Flow ol li:nth-last-of-type(1):after { border: 0 none; }
div#mail div.Flow ol li p {
	width: 85%;
	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: #005c73;
	color: #fff;
}


/*------------mail------------------------------------*/
div#mail a { color: #fff; }
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 { width: 25%; }
div#mail table tr th span {
	display: inline-block;
	float: right;
	font-size: 0.81em;
}
div#mail table tr th strong { color: #ffd400; }
div#mail table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#mail table tr td ul li {
	margin-right: 3em;
	float: left;
}
div#mail table tr td span {
	margin-left: 0.8em;
	font-size: 0.75em;
	color: #ff1d25;
}
div#mail table.form tr td span {
	margin-left: 0;
	font-size: 1rem;
}
div#mail table tr td .Inp01 { width: 100%; }
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-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; }