@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name     contact.css
*/
#contact {
	padding: 40px 0 60px 0;
}
#contact .lead {
	margin: 40px 0 0 0;
	text-align: center;
}
#contact .lead span {
	font-size: 12px;
	color: #f00;
}
#contact .lead a {
	color: #ed1b2d;
}
#contact .lead a:hover {
	text-decoration: underline;
}
#contact .btn-form button,
#contact .btn-form a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background-color: #cc0000;
	-webkit-background-size: contain;
	background-size: contain;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
#contact .btn-form button:hover,
#contact .btn-form a:hover {
	background-color: #ee0000;
}

/*============================================================
	フォーム画面
*/
#contact .form {
	margin: 30px auto 0 auto;
	padding: 20px 40px 40px 40px;
	background-color: #f7f7f7;
}
#contact .form table {
	width: 100%;
}
#contact .form table th,
#contact .form table td {
	padding: 12px 0;
}
#contact .form table th {
	padding-right: 30px;
	width: 1px;
	white-space: nowrap;
	font-weight: normal;
}
#contact .form table th p:before {
	content: "";
	display: inline-block;
	width: 0; height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #f00;
}
#contact .form table th span {
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #f00;
}
#contact .form table td {
	
}
#contact .form table td .alert {
	color: #e00;
}
#contact .form table td ul.inline li {
	float: left;
	padding: 0 30px 0 0;
}
#contact .form .resend {
	display: table;
	margin: 20px auto 0 auto;
}
#contact .form .btn-form {
	margin: 30px auto 0 auto;
	width: 320px;
}

#contact .conf .lead {
	margin: 0;
	padding: 10px 0 30px 0;
	font-size: 16px;
}
#contact .conf table th,
#contact .conf table td {
	vertical-align: top;
	border-top: 1px solid #cccccc;
}
#contact .conf .btn-wrap {
	margin: 0 auto;
	padding-top: 10px;
	width: 660px;
}
#contact .conf .btn-wrap .lcol {
	float: left;
	width: 320px;
}
#contact .conf .btn-wrap .lcol a {
	background-color: #999999;
}
#contact .conf .btn-wrap .lcol a:hover {
	background-color: #aaaaaa;
}
#contact .conf .btn-wrap .rcol {
	float: right;
	width: 320px;
}

/*============================================================
	送信完了
*/
#contact .thanks {
	padding: 0 0 60px 0;
	text-align: center;
}
#contact .thanks .title {
	margin: 50px 0 50px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
}
#contact .thanks .title br {
	display: none;
}
#contact .thanks ul {
	font-size: 14px;
	line-height: 1.5;
}
#contact .thanks .btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 230px;
}

/*============================================================
	送信エラー
*/
#contact .error {
	padding: 0 0 60px 0;
	text-align: center;
}
#contact .error .title {
	margin: 50px 0 40px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
}
#contact .error .title br {
	display: none;
}
#contact .error .text {
	font-size: 14px;
	line-height: 1.5;
}
#contact .error .btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 320px;
}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 680px) {

	#contact {
		padding: 20px 0 20px 0;
	}
	#contact .container {
		padding: 0 10px;
	}
	#contact .lead {
		margin: 20px 0 0 0;
		text-align: left;
		font-size: 12px;
	}
	#contact .lead span {
		font-size: 12px;
	}
	#contact .btn-form button,
	#contact .btn-form a {
		font-size: 14px;
		line-height: 1.3;
	}

	/*----------------------------------------
		フォーム画面
	*/
	#contact .form {
		margin: 10px auto 0 auto;
		padding: 0 10px 20px 10px;
	}
	#contact .form table,
	#contact .form table tbody,
	#contact .form table tr,
	#contact .form table th,
	#contact .form table td {
		display: block;
		width: 100%;
	}
	#contact .form table th,
	#contact .form table td {
		padding: 0;
		font-size: 12px;
	}
	#contact .form table th {
		padding: 10px 0 5px 0;
	}
	#contact .form .resend {
		display: block;
		margin: 15px 0 0 0;
		font-size: 12px;
	}
	#contact .form .btn-form {
		margin: 15px 0 0 0;
		width: 100%;
	}

	#contact .conf .lead {
		margin: 0;
		padding: 15px 0 10px 0;
		font-size: 14px;
		line-height: 1.5;
	}
	#contact .conf table th,
	#contact .conf table td {
		border: 0;
		line-height: 1.5;
	}
	#contact .conf table th {
		padding-bottom: 5px;
		border-top: 1px solid #cccccc;
	}
	#contact .conf table td {
		padding-bottom: 10px;
	}
	#contact .form table td ul.inline {
		padding: 0 0 0 8px;
	}
	#contact .form table td ul.inline li {
		float: none;
		padding: 0 0 5px 0;
	}
	#contact .form table td ul.inline li:last-child {
		padding: 0;
	}
	#contact .conf .btn-wrap {
		margin: 0 auto;
		padding-top: 0;
		width: 100%;
	}
	#contact .conf .btn-wrap .lcol {
		float: none;
		width: 100%;
	}
	#contact .conf .btn-wrap .rcol {
		float: none;
		margin: 10px 0 0 0;
		width: 100%;
	}

	/*----------------------------------------
		[ページ] FAQ 送信完了
	*/
	#contact .thanks {
		padding: 20px 0 20px 0;
	}
	#contact .thanks .title {
		margin: 30px 0 30px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	#contact .thanks .title br {
		display: block;
	}
	#contact .thanks ul {
		font-size: 12px;
		line-height: 1.5;
	}
	#contact .thanks .btn {
		margin-top: 30px;
		width: 200px;
	}

	/*----------------------------------------
		[ページ] FAQ 送信エラー
	*/
	#contact .error {
		padding: 20px 0 20px 0;
	}
	#contact .error .title {
		margin: 30px 0 30px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	#contact .error .title br {
		display: block;
	}
	#contact .error .text {
		font-size: 12px;
		line-height: 1.5;
	}
	#contact .error .btn {
		margin-top: 30px;
		width: 200px;
	}

}