@charset "UTF-8";

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


/*------------TelNumber------------------------------------*/
div#TelNumber div#FreeTel {
	width: 90%;
	margin: 0 auto;
}
div#TelNumber div#FreeTel dl dt { display: none; }
div#TelNumber div#FreeTel dl dd span,
div#TelNumber div#FreeTel dl dd a {
	display: block;
	margin: 0 auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#TelNumber div#FreeTel dl dd#Free span,
div#TelNumber div#FreeTel dl dd#Free a {
	width: 100%;
	height: 0;
	padding-top: 13.33333333333333%;
	background-image: url(../../img/contact/free_tel.png);
}
div#TelNumber div#FreeTel dl dd#TelNum {
	width: 85%;
	margin: 15px auto 0;
}
div#TelNumber div#FreeTel dl dd#TelNum span,
div#TelNumber div#FreeTel dl dd#TelNum a {
	width: 100%;
	height: 0;
	padding-top: 11.97604790419162%;
	background-image: url(../../img/contact/tel.png);
}
div#TelNumber div#FreeTel p {
	margin-top: 15px;
	text-align: center;
}


/*------------EMail------------------------------------*/
div#EMail dl {
	width: 90%;
	margin: 0 auto;
}
div#EMail dl dt { display: none; }
div#EMail dl dd a {
	display: block;
	height: 0;
	padding-top: 7.882882882882883%;
	background: url(../../img/contact/mail.png) no-repeat left top;
	background-size: cover;
	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: 100%;
	max-width: 300px;
	height: 164px;
	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_sp_p01.png); }
div#mail div#Flow02 { background-image: url(../../img/contact/flow_sp_p02.png); }
div#mail div#Flow03 { background-image: url(../../img/contact/flow_sp_p03.png); }
div#mail div#Flow04 { background-image: url(../../img/contact/flow_sp_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,
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 + li { margin-top: 0.35em; }
div#mail table tr td span {
	display: block;
	margin-top: 0.35em;
	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: 0;
	font-size: 1rem;
}
div#mail table.form tr td label.Birth { display: block; }
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 .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;
	padding-left: 1em;
	text-indent: -1em;
	color: #6e2775;
}
div#mail div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
div#mail div#SubmitBtn input { margin: 0 1em; }