<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #006e00 transparent transparent transparent; }
div#mail div.Flow ol.error li.this:after {
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #006e00 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: #006e00;
	color: #fff;
}


/*------------mail------------------------------------*/
div#mail a { color: #30387d; }
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 th strong { color: #ff1d25; }
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.75em;
	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; }</pre></body></html>