@charset "UTF-8";

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


/*------------TelNumber------------------------------------*/
div#TelNumber div#FreeTel {
	width: 450px;
	margin: 0 auto;
}
div#TelNumber div#FreeTel dl dt { display: none; }
div#TelNumber div#FreeTel dl dd span {
	display: block;
	margin: 0 auto;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#TelNumber div#FreeTel dl dd#Free span {
	width: 450px;
	height: 60px;
	background-image: url(../../img/contact/free_tel.png);
}
div#TelNumber div#FreeTel dl dd#TelNum { margin-top: 15px; }
div#TelNumber div#FreeTel dl dd#TelNum span {
	width: 334px;
	height: 40px;
	background-image: url(../../img/contact/tel.png);
}
div#TelNumber div#FreeTel p {
	margin-top: 15px;
	text-align: center;
}


/*------------EMail------------------------------------*/
div#EMail dl {
	width: 444px;
	margin: 0 auto;
}
div#EMail dl dt { display: none; }
div#EMail dl dd a {
	display: block;
	height: 35px;
	background: url(../../img/contact/mail.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}


/*------------Privacy------------------------------------*/
div#mail div#Privacy {
	padding: 20px;
	background-color: #eaeaea;
}
div#mail div#Privacy ul { list-style: none; }
div#mail div#Privacy ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#mail div#Privacy ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}
div#mail div#Privacy h4 {
	margin: 20px 0 10px;
	font-size: 1.28em;
	color: #6e2775;
}


/*------------Flow------------------------------------*/
div#mail div.Flow {
	width: 690px;
	height: 40px;
	margin: 30px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
div#mail div.Flow * { display: none; }
div#mail div#Flow01 { background-image: url(../../img/contact/flow_pc_p01.png); }
div#mail div#Flow02 { background-image: url(../../img/contact/flow_pc_p02.png); }
div#mail div#Flow03 { background-image: url(../../img/contact/flow_pc_p03.png); }
div#mail div#Flow04 { background-image: url(../../img/contact/flow_pc_p04.png); }


/*------------mail------------------------------------*/
div#mail a { color: #6e2775; }
div#mail>div.about-mail{
	padding: 15px;
	background: #eaeaea;
	margin-top: 20px;
}
div#mail>div.about-mail>p {
	font-weight: bold;
}
div#mail>div.about-mail>a { color: #2a2b2b; }
div#mail>div.about-mail>a>span {
	color: #6e2775;
	font-weight: bold;
}
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 { margin-top: 20px; }
div#mail table tr th {
	width: 25%;
	padding-top: 0.75em;
}
div#mail table tr td { vertical-align: middle; }
div#mail table tr th span {
	display: inline-block;
	float: right;
	font-size: 0.81em;
}
div#mail table tr th strong { color: #6e2775; }
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: #6e2775;
}
div#mail table tr td strong {
	display: inline-block;
	margin: 0 0.8em 0 0.5em;
	font-size: 1em;
}
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 .Inp04 { width: 10%; }
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 select,
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 select:focus,
div#mail table tr td textarea:focus { border-color: #ab4d00; }
div#mail table tr td textarea { height: 330px; }
div#mail table + p {
	margin-top: 0.8em;
	color: #6e2775;
}
div#mail div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
div#mail div#SubmitBtn input { margin: 0 1em; }