@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
inquiry.css
--------------------------------------------------------------------*/

/*------------contact------------------------------------*/
div#contact {
	padding: 10px;
	background-color: #673b00;
	color: #fff;
}
div#InContact {
	padding: 20px 0;
	border: 1px solid #fff;
}
div#InContact h2 {
	width: 500px;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-bottom: 5px solid #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 1.56em;
}
div#InContact h2 ruby > rt {
	margin-bottom: -0.8em;
	font-size: 0.8rem;
}
div#InContact p {
	width: 480px;
	margin: 0 auto 15px;
}
div#InContact div#InAdd {
	width: 480px;
	margin: 0 auto 15px;
	text-align: center;
}
div#InContact div#InAdd h3 a {
	width: 500px;
	margin: 0 auto 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.56em;
	font-weight: bolder;
	color: #fff;
}
div#InContact div#InAdd h3 ruby > rt {
	margin-bottom: -0.8em;
	font-size: 0.8rem;
}
div#InContact div#InAdd p {
	margin: 0;
	line-height: 1.2;
	font-size: 1.46em;
}
div#InContact div#InAdd div {
	line-height: 1.2;
	font-size: 1.33em;
}
div#InContact div#InAdd div a {
	line-height: 1.2;
	color: #fff;
}
div#InContact div#InAdd div:before {
	display: inline-block;
	content: "";
	width: 32px;
	height: 19px;
	margin-right: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
div#InContact div#InAdd div.mail:before { background-image: url(../../img/icon_mail.png); }
div#InContact div#InAdd div.tel:before { background-image: url(../../img/icon_tel.png); }

/*------------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 #2a2b2b; }
div#mail div.Flow ol.error li.this:after {
	border-width: 5px 10px 5px 0;
	border-color: transparent #2a2b2b 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 {
	position: relative;
	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: #2a2b2b;
	color: #fff;
}



/*------------mail------------------------------------*/
div#mail h3 {
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-bottom: 5px solid #959595;
	line-height: 1.2;
	font-size: 1.56em;
	color: #f08000;
}
div#mail ul#note {
	list-style: none;
	margin-top: 1em;
}
div#mail ul#note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#mail ul#note li:before {
	padding-right: 0.3em;
	content: "※";
}
div#mail table {
	width: 100%;
	border-collapse: collapse;
}
div#mail table tr th,
div#mail table tr td {
	width: auto;
	padding: 10px 20px;
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
}
div#mail table tr th {
	width: 25%;
	background-color: #eaeaea;
}
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 {
	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; }