@charset "UTF-8";
/* -------------------------------------------------- */
/* お問い合わせ contact.php */
/* -------------------------------------------------- */
.errForm {
	background-color: #FED1D3 !important;
}

/* 注意書き */
#contactleadTxt {
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 1.66667;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
}

#contactleadTxt span.caution {
	color: #E60012;
}

/* 電話番号 */
#contactleadTel {
	width: 625px;
	margin: 0 auto 100px;
	padding: 25px 0;
	border: solid 2px #0D8E52;
	text-align: center;
}

#contactleadTelLead {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0D8E52;
}

#contactleadTelNum {
	margin-bottom: 15px;
	font-size: 3.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0D8E52;
}

#contactleadTelNum span {
	padding-bottom: 5px;
	padding-left: 31px;
	font-weight: 700;
	background: url(../../img/common/ic_tel.png) left center no-repeat;
	background-size: 26px auto;
}

#contactleadTelTime {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #0D8E52;
}

/* フロー図 */
#contactleadFlow {
	width: 624px;
	margin: 0 auto;
}

/* フォーム */
/* -------------------------------------------------- */
#contactformWrap {
	width: 100%;
	max-width: 1260px;
	margin: -32px auto 150px;
	padding: 0 30px;
}

#contactformInner {
	padding: 100px;
	border: solid 2px #BEBEBE;
	border-radius: 10px;
}

#contactform dl {
	margin-bottom: 45px;
}

/* 入力エリア */
#contactform input[type="text"],
#contactform input[type="number"],
#contactform textarea {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding: 0 20px;
	font-family: inherit;
	font-size: 2.0rem;
	margin-bottom: 10px;
	border: none;
	background-color: #F3F3F3;
}

#contactform input[type="number"] {
	width: 142px;
	text-align: center;
}

#contactform textarea {
	height: 314px;
	padding: 10px 20px;
}

#contactform input[type="text"]::-webkit-input-placeholder,
#contactform input[type="number"]::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
	font-size: 1.8rem;
	letter-spacing: 0.100em;
	color: #878787;
}

#contactform input[type="text"]::-moz-placeholder,
#contactform input[type="number"]::-moz-placeholder,
#contactform textarea::-moz-placeholder {
	font-size: 1.8rem;
	letter-spacing: 0.100em;
	color: #878787;
}

#contactform input[type="text"]:-ms-input-placeholder,
#contactform input[type="number"]:-ms-input-placeholder,
#contactform textarea::-ms-input-placeholder {
	font-size: 1.8rem;
	letter-spacing: 0.100em;
	color: #878787;
}

#contactform input[type="text"]:-moz-placeholde,
#contactform input[type="number"]:-moz-placeholde,
#contactform textarea::-ms-input-placeholder {
	font-size: 1.8rem;
	letter-spacing: 0.100em;
	color: #878787;
}

/* 郵便番号 */
#zipmark {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	margin-right: 10px;
}

#contactform input[type="text"].zip {
	width: 100px;
}

#zip1wrap:after {
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #000;
	background-size: 11px 4px;
	vertical-align: middle;
	margin: 0 10px;
}

/* タイポグラフィ */
#contactform {
	text-align: left;
}

#contactform dt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #333333;
	margin-bottom: 0.75em;
}

#contactform dt span {
	margin-left: 0.677vw;
	padding: 3px 8px;
	vertical-align: middle;
	font-size: 1.2rem;
	letter-spacing: 0.100em;
	color: #FFFFFF;
	background-color: #A70303;
	border-radius: 20px;
}

#contactform dt span.contactnote {
	color: #c10e0e;
	background: none;
}

#contactform dd {
	line-height: 2.15;
	padding-bottom: 30px;
}

/* 入力不具合時 */
#contactform .errorMessage {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #B10418;
}

#contactform .errorMessage:before {
	content: "!";
	width: 17px;
	height: 100%;
	margin-right: 5px;
	padding: 2px 0;
	display: inline-block;
	color: #FFFFFF;
	background-color: #B10418;
	text-align: center;
	border-radius: 50%;
}

/* ボタン */
button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
}

#contactBtn {
	width: 310px;
	margin: 0 auto;
}

/* 確認画面 */
/* -------------------------------------------------- */
#contactform.contactformCheck dl {
	margin-bottom: 100px;
}

#contactform.contactformCheck dt {
	margin-bottom: 0.5em;
	padding-bottom: 1.0em;
	color: #333333;
	border-bottom: 1px solid #cccccc;
}

#contactform.contactformCheck dd {
	margin-bottom: 1.5em;
	font-size: 1.8rem;
	font-weight: normal;
}

#contactprev {
	width: 12em;
	padding-left: 30px;
	margin: 25px auto 0;
}

#contactprev a {
	position: relative;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #999999;
	letter-spacing: 0.100em;
	text-align: center;
}

#contactprev a:before {
	width: 17px;
	height: 2px;
	display: inline-block;
	position: absolute;
	content: "";
	left: -30px;
	top: 50%;
	background-color: #0D8E52;
}

/* 完了画面 */
/* -------------------------------------------------- */
#contactEndLink {
	width: 310px;
	margin: 0 auto;
}
