@charset "utf-8";

/* contact_pc.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */

/* 進捗 */
#formFlow {
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
}
#formFlow:before {
	content: "";
	width: 360px;
	height: 1px;
	border-bottom: 1px dotted #7f5e33;
	position: absolute;
	top: 32px; left: 50%;
	margin-left: -180px;
	z-index: -1;
}
#formFlow li {
	width: 16%;
	display: inline-block;
	text-align: center;
	color: #7f5e33;
	z-index: 10;
}
#formFlow li p {
	width: 64px;
	height: 64px;
	font-size: 0.8em;
	border-radius: 32px;
	color: #7f5e33;
	background: #fff;
	border: 1px solid #7f5e33;
	text-align: center;
	line-height: 1.2;
	padding-top: 1.4em;
	margin: 0 auto 0.5em;
}
#formFlow li p span {
	font-size: 2em;
	display: block;
}
#formFlow li.select {
	color: #7f5e33;
}
#formFlow li.select p {
	background: #7f5e33;
	border: none;
	color: #fff;
}

/* form */
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form textarea {
	background: rgba(255,255,255,0.85);
	padding: 1em;
	border: none;
	border-radius: 3px;
	width: 100%;
}
form input[type="radio"] {
	margin-right: 0.5em;
}
form textarea {
	min-height: 18em;
}
form > dl + dl {
	margin-top: 2em;
}
form > dl > dt {
	width: 23%;
	float: left;
	padding-top: 1em;
}
form > dl > dd {
	width: 77%;
	float: right;
}
form dt span {
	display: inline-block;
	background: #7f5e33;
	color: #fff;
	padding: 0.1em 0.75em 0;
	font-size: 0.8em;
	margin-right: 1em;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
form > dl > dd p {
	display: inline-block;
}
form > dl > dd p + p {
	margin-left: 3em;
}
form > dl > dd.w70 input {
	width: 70%;
}

input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}

/* button */
.formButton {
	margin: 60px auto 0;
	text-align: center;
}
.formButton input,
.formButton a {
	width: 300px;
	color: #fff;
	background: #7f5e33;
	text-align: center;
	border: none;
	outline: none;
	padding: 1em;
	transition: 0.3s;
	border: 1px solid #7f5e33;
	font-size: 1rem;
	letter-spacing: 0.1rem;
}
.formButton input:hover,
.formButton a:hover {
	background: #fff;
	border: 1px solid #7f5e33;
	color: #7f5e33;
}
.formButton a {
	margin: 0 auto;
}


/* 確認画面
------------------------------------------------------------------ */
#confirmWrap {
	padding: 0 40px;
}
#confirmWrap h4 {
	margin-bottom: 50px;
	text-align: center;
}
#confirmWrap .error_messe {
	text-align: center;
	color: #c17200;
}
#confirmWrap #formFlow + p {
	text-align: center;
	margin: 0 auto 3em;
}
#confirmWrap .formTable dt,
#confirmWrap .formTable dd {
	padding: 1em 0;
}
#confirmWrap .formTable dt:not(:first-of-type),
#confirmWrap .formTable dd:not(:first-of-type) {
	border-top: 1px solid #e8e2df;
}
.comfirmtext {
	text-align: center;
	margin-bottom: 40px;
}
