@charset "utf-8";

/* ========================================================
	contact.css => お問合せCSS
======================================================== */

/* title
============================================================================================================ */
#title {
	padding-bottom: 60px;
}
#title h1 {
	float: left;
}
@media screen and (max-width: 680px) {
	#title {
		padding-bottom: 25px;
	}
	#title h1 {
		float: none;
	}
}

/* contents
============================================================================================================ */
#contents {
	padding-bottom: 185px;
}
@media screen and (max-width: 680px) {
	#contents {
		padding-bottom: 95px;
	}
}

/* form
------------------------------------------------------------- */
#form	{
	font-size:1.6rem;
	color:#000000;
}
#form > .faq	{
	width:370px;
	margin-top:15px;
}
#form > .faq a	{
	display:block;
	border:2px solid #000000;
	font-size:1.6rem;
	font-weight:bold;
	padding:10px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}
#form > .faq a:hover	{
	opacity:0.3;
}
#form > dl	{
	margin:50px 0;
	color:#555555;
}
#form > dl:after	{
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#form > dl dt	{
	width:260px;
	float:left;
	margin-bottom:30px;
}
#form > dl dd	{
	width:640px;
	float:left;
	margin-bottom:30px;
}
#form > dl dd > input[type="text"],
#form > dl dd > textarea	{
	width:55%;
	border:1px solid #e1e1e1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:2px 6px;
	background:none;
}
#form > dl dt .required	{
	padding-left:0.5em;
}
#form > dl dd > .example	{
	margin-left:10px;
	display:inline;
	font-size:1.4rem;
	color:#646464;
}
#form > dl dd label:first-child,
#form > dl dd .radio_first	{
	margin-right:2em;
}
@media screen and (max-width: 680px) {
	#form > .faq	{
		width: auto;
	}
	#form > dl dt	{
		width: auto;
		float: none;
		margin-bottom: 5px;
	}
	#form > dl dd	{
		width: auto;
		float: none;
		margin-bottom:30px;
	}
	#form > dl dd > input[type="text"],
	#form > dl dd > textarea	{
		width: 100%;
	}
}


/* form
------------------------------------------------------------- */
#submit button	{
	display: inline-block;
	width:370px;
	background-color:#000000;
	border: 0;
	padding:10px;
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
	text-decoration:none;
	border-radius:6px;
	box-sizing:border-box;
}
#submit button + button	{
	margin-left: 15px;
}
#submit button.back	{
	width: 200px;
}
.pp	{
	font-size:1.6rem;
	margin-bottom:30px;
}
.pp a	{
	font-size:1.8rem;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.pp a:hover	{
	text-decoration:underline;
}
@media screen and (max-width: 680px) {
	#submit	{
		text-align: center;
	}
	#submit button {
		background-color:#000000;
		width: 100%;
	}
	#submit button + button	{
		margin: 15px 0 0;
	}
}



.error {
	color: #dd0000;
	font-weight: bold;
}
.error p {
	margin-bottom: 1em;
}

form .err {
	margin-top: 8px;
	font-size: 1.4rem;
}
form .err strong {
	display: inline-block;
	padding: 0 5px;
	background-color: #dd0000;
	border-radius: 4px;
	color: #fff;
}






#fin {
	padding: 30px 0;
	font-size: 1.7rem;
}
#fin p {
	margin-bottom: 1em;
}
#fin .btn {
	margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
	#fin {
		padding: 30px 15px;
		text-align: center;
		font-size: 1.4rem;
	}
	#fin .btn {
		margin: 30px 0 0;
	}
}



