/* telephone
-------------------------------------------------------*/
#telephone {
	width: 600px;
	padding-bottom: 80px;
	margin: 0 auto 80px;
	text-align: center;
	border-bottom: 1px #999999 dotted;
}
#telephone p {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

#telephone dl {
	display: inline-block;
	text-align: center;
}
#telephone dt {
	display: inline-block;
	font-size: 5.3rem;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 50px;
	color: #2abc42;
/*
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
*/
}

#telephone dt:before {
	content: "";
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -21px;
	background: url(../../img/contact/tel_icon.png) 0 0 no-repeat;
	z-index: 3;
}

#telephone dt:after {
	content: "";
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -21px;
	background: #2abc42;
/*
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
*/
	z-index: 2;
}


#telephone dt em {
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	top: 0.8em;
	right: 0.5em;
}
#telephone dd {
	font-size: 1.5rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 40px;
}
#telephone dd.time {
	color: #444;
}

/* form
-------------------------------------------------------*/
.contactTxt {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}
#form p span {
	color: #e60012;
}

.flow {
	text-align: center;
	margin-bottom: 60px;
}
#formArea {
	padding: 0 150px;
}
#formArea input[type="text"],
#formArea input[type="tel"],
#formArea input[type="email"] {
	width: 100%;
	height: 53px;
	line-height: 51px;
	font-size: 2.0rem;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formArea textarea {
	width: 100%;
	line-height: 1.3;
	font-size: 2.0rem;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formArea dt {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}
#formArea dt span {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #c71818;
	margin-left: 10px;
	width: 50px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
#formArea dd {
	margin-bottom: 30px;
}

#btArea {
	text-align: center;
}


.pp a {
	color: #2abc42;
	text-decoration: underline;
}

.pp a:hover {
	text-decoration: none;
}

/* confirm
-------------------------------------------------------*/
#form.confirm .thxTxt {
	text-align: center;
}

#form.confirm dt {
	color: #666666 !important;
	margin-bottom: 10px !important;
}
#form.confirm dd {
	font-size: 2.0rem;
	line-height: 1.7;
	border-bottom: solid 3px #d2d2d2;
	padding-bottom: 3px;
}
#form.confirm #prevFrom a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	color: #666666;
	background: url(../../img/common/icon_prev.png) 0 center no-repeat;
	padding-left: 15px;
	width: 220px;
	margin: 10px auto 0;
}


/* complete
-------------------------------------------------------*/
#form.complete .thxTxt {
	text-align: center;
}

/*エラー*/
.errIn {
	color: #e60012;
}

.errIn:before {
	content:"";
	padding-right: 10px;
	width: 7px;
	height: 6px;
	display: inline-block;
	background: url(../../img/common/icon5.png) 0 0 no-repeat;
	color: #e60012;
	vertical-align: middle;
}