@charset "utf-8";

/* contact_pc.css：PC
 * ======================================
 *
 * ======================================
 */

/* #mv
------------------------------------------------------------------ */
#mv_bg {
	background: url(../images/mv_bg_skew-8.jpg) no-repeat center top;
	background-size: cover;
}

/* cat01
------------------------------------------------------------------ */
/* #flow */
#flow {
	margin: 0 auto 60px;
	text-align: center;
}
#flow li {
	display: inline-block;
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 55px;
	line-height: 1.1;
	background: #f2f4f7;
	letter-spacing: 0.1em;
}
#flow li + li {
	margin-left: 80px;
	position: relative;
}
#flow li + li:before {
	content: "";
	width: 84px;
	height: 1px;
	border-bottom: 1px dashed #d6d7d7;
	position: absolute;
	top: 50%; left: -84px;
}
#flow li em {
	font-style: normal;
	display: block;
	padding-top: 1.6em;
}
#flow li em span {
	display: block;
	font-size: 2.2rem;
	position: relative;
	top: -0.04em;
}
#flow li.active {
	background: #8fbf4a;
	color: #fff;
}

/* form */
#cat01 form li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cat01 form li {
	margin-top: 20px;
}
#cat01 form li dt {
	width: 200px;
	float: left;
}
#cat01 form li dd {
	width: calc(100% - 200px);
	float: right;
}
#cat01 form li dt span {
	color: #699900;
	font-size: 0.9rem;
	padding: 0.2em 0.75em ;
	border: 1px solid #699900;
	border-radius: 4px;
	margin: 0 1em 0 0;
}
#cat01 form li dd input,
#cat01 form li dd textarea {
	border: 0;
	padding: 1.2em 1em;
	font-size: 1.2rem;
	background: #f2f4f7;
	width: 100%;
}
#cat01 form li textarea {
	height: 300px;
}
#cat01 .btn {
	margin: 60px auto 0;
}
.form_inpt input {
	font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}


/* 注釈 */
form + p {
	text-align: center;
	margin: 40px auto 40px;
}
.soon {
	width: 400px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px solid #8fbf4a;
	border-radius: 5px;
	text-align: center;
}
.soon p,
.soon a {
	color: #699900;
	text-align: center;
}
.soon p {
	font-size: 0.85em;
	padding-left: 0.75em;
}
.soon a {
	font-size: 2.5em;
	letter-spacing: 0.1em;
	padding: 0 0 0 30px;
	position: relative;
	display: inline-block;
	line-height: 1.4;
}
.soon a:before {
	content: "";
	width: 22px; height: 38px;
	background: url(../images/icon_tel.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0.15em; left: 0;
}

/* 確認画面
------------------------------------------------------------------ */
.error_wrap {
	padding: 1.5em;
	background: #f2f4f7;
	border-radius: 5px;
	margin: 30px auto 60px;
}
.error_messe {
	color: #d30000;
}
.formTable tbody tr:nth-of-type(odd) th,
.formTable tbody tr:nth-of-type(odd) td {
	background: #f2f4f7;
}
.formTable {
	width: 100%;
	margin: 20px auto 60px;
}
.formTable th,
.formTable td {
	text-align: left;
	padding: 0.5em 1em;
}
.formTable th {
	width: 14em;
}
#formWrap .btn {
	text-align: center;
}
#formWrap .btn .form_inpt {
	display: inline-block;
}
#formWrap .btn .form_inpt:before {
	display: none;
}
#formWrap .btn .form_inpt + .form_inpt {
	margin-left: 20px;
}
/* 送信完了 */
.send_complete .soon {
	margin-top: 60px;
}
