@charset "utf-8";

/* contact_sp.css：SP
 * ======================================
 *
 * ======================================
 */

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

/* cat01
------------------------------------------------------------------ */
/* #flow */
#flow {
	margin: 0 auto 60px;
	text-align: center;
}
#flow li {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 55px;
	line-height: 1.1;
	background: #f2f4f7;
	letter-spacing: 0.1em;
  font-size: 0.8rem;
}
#flow li + li {
	margin-left: 20px;
	position: relative;
}
#flow li + li:before {
	content: "";
	width: 22px;
	height: 1px;
	border-bottom: 1px dashed #d6d7d7;
	position: absolute;
	top: 50%; left: -22px;
}
#flow li em {
	font-style: normal;
	display: block;
	padding-top: 1.6em;
}
#flow li em span {
	display: block;
	font-size: 1.5rem;
	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 dd {
  margin-top: 0.5em;
}
#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 input,
#cat01 form li textarea {
	border: 0;
	padding: 1em;
	background: #f2f4f7;
	width: 100%;
}
#cat01 form li textarea {
	height: 250px;
}
#cat01 .btn {
	margin: 30px 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: left;
	margin: 30px auto;
}
.soon {
	margin: 0 auto;
	padding: 20px 10px;
	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: 1.8em;
	letter-spacing: 0.1em;
	padding: 0 0 0 1em;
	position: relative;
	display: inline-block;
	line-height: 1.4;
}
.soon a:before {
	content: "";
	width: 0.8em; height: 1.2em;
	background: url(../images/icon_tel.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0.15em; left: 0;
}

/* 確認画面
------------------------------------------------------------------ */
.error_wrap {
	padding: 1em;
	background: #f2f4f7;
	border-radius: 5px;
	margin: 30px auto;
}
.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 30px;
}
.formTable th,
.formTable td {
	text-align: left;
	padding: 0.5em 1em;
}
.formTable th {
	width: 30%;
}
#formWrap .btn {
	text-align: center;
}
#formWrap .btn .form_inpt {
	display: inline-block;
  width: 40%;
}
#formWrap .btn .form_inpt:before {
	display: none;
}
#formWrap .btn .form_inpt + .form_inpt {
	margin-left: 4%;
}
/* 送信完了 */
.send_complete .soon {
	margin-top: 30px;
}
