@charset "utf-8";

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

/* form_head
============================================================================================================ */
.form_head {
	margin-bottom: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
}
.form_head dl {
	margin-top: 50px;
	text-align: center;
}
.form_head dl dt {
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 10px;
}


/* form
============================================================================================================ */
#form {
	padding-top: 40px;
}
form table {
	width: 100%;
	background-color: #fff;
	border: 5px solid #fff;
	font-size: 1.8rem;
}
form table th,
form table td {
	padding: 15px;
	vertical-align: middle;
}
form table tr + tr th {
	border-top: 3px solid #fff;
}
form table tr + tr td {
	border-top: 1px solid #efefef;
}
form table th {
	width: 320px;
	padding-left: 20px;
	background-color: #efefef;
}
form table th .hissu {
	margin-left: .3em;
	color: #943030;
}
form input[type=text],
form textarea {
	width: 100%;
	padding: .3em 0.5em;
	background-color: #fff;
	border: 1px solid #edeff1;
}
form input[type=text]:focus,
form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.8);
}
form textarea {
	height: 210px;
}
form .btn {
	margin-top: 70px;
	text-align: center;
}
form .btn button {
	margin: 0 10px;
}
form .btn button.back {
	width: 200px;
	padding: 10px;
	font-size: 1.8rem;
	background-color: #aaa;
}

.confirm_head {
	margin-bottom: 40px;
	text-align: center;
}

.err {
	margin-top: 6px;
}
.err strong {
	display: inline-block;
	padding: 0.1em 0.6em;
	font-size: 1.4rem;
	background-color: #dd0000;
	color: #fff;
	border-radius: 4px;
}
.error {
	margin: auto;
	color: #dd0000;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 1.6rem;
}
.error p {
	margin-bottom: .5em;
}
.error ul {
	padding: 25px;
	border: 1px solid #dd0000;
	background-color: #fff;
}

#fin {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
}
#fin p + p {
	margin-top: 1.2em;
}
#fin .btn {
	margin-top: 50px;
}
