
/* telephone
-------------------------------------------------------*/
#telephone {
	margin-bottom: 40px;
	text-align: center;
}
#telephone p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
}

#telephone dl {
	display: inline-block;
	text-align: center;
}
#telephone dt {
	display: inline-block;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
	color: #ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}

#telephone dt a {
	color: #ea8080!important;
	animation: color 10s infinite!important;
	-webkit-animation: color 10s infinite!important;
}

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

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

#telephone dd {
	font-size: 1.0rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 25px;
}
#telephone dd.time {
	color: #444;
}

.pp {
	text-align: center;
}

.pp a {
	color: #ea8080;
}

/* form
-------------------------------------------------------*/
.contactTxt {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
#form p span {
	color: #e60012;
}
#form #position {
	text-align: center;
	margin-bottom: 25px;
}
#form #position img {
	width: 290px;
}
#form #formArea input,
#form #formArea textarea {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}
#form #formArea input[type="text"],
#form #formArea input[type="tel"],
#form #formArea input[type="email"] {
	width: 100%;
	height: 26px;
	line-height: 24px;
	font-size: 1.4rem;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
}
#form #formArea textarea {
	width: 100%;
	line-height: 1.3;
	font-size: 1.4rem;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#form #formArea dt {
	font-size: 1.2rem;
	height: 16px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #666666;
	margin-bottom: 5px;
	font-weight: bold;
}
#form #formArea dt span {
	display: inline-block;
	font-size: 0.9rem;
	height: 16px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0.4em;
	background: #c71818;
	margin-left: 5px;
}
#form #formArea dd {
	margin-bottom: 10px;
}
#form #formArea .scroll {
	width: 100%;
	height: 123px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
#form #formArea .scroll dl {
	padding: 10px 15px 0 10px;
}
#form #formArea .scroll dt {
	font-size: 1.2rem;
	color: #333;
}
#form #formArea .scroll dd {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 15px;
}

/* 縦スクロールバー */
#form #formArea .scroll .jspVerticalBar { position:absolute; top:4px; right:3px; width:3px; height:116px; }
/* 背景 */
#form #formArea .scroll .jspTrack { background:#bfbfbf; position:relative; height:116px !important; }
/* ノブ */
#form #formArea .jspDrag { background:#535353; position:relative; top:0; left:0; cursor:pointer; }
#form #formArea .scroll .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:116px; }

#form #formArea #btArea {
	text-align: center;
}
#form #formArea #btArea.submit a {
	display: inline-block;
	width: 205px;
	height: 45px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../../img/common/icon_arrow_01_sp.png) no-repeat 95% 50% #ff652d;
	background-size: 5px 9px;
}
#form.confirm #formArea #btArea.submit a {
	line-height: 45px;
	letter-spacing: 0.8em;
}
#form #formArea #btArea.submit a span {
	display: block;
	font-size: 1.0rem;
	padding-top: 0.8rem;
}


/* confirm
-------------------------------------------------------*/
#form.confirm p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
#form.confirm dl {
	margin-bottom: 30px;
}
#form.confirm dt {
	color: #666666 !important;
	margin-bottom: 5px !important;
}
#form.confirm dd {
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: solid 3px #d2d2d2;
	padding-bottom: 0.2em;
	margin-bottom: 20px !important;
}
#form.confirm #prevFrom a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #666666;
	background: url(../../img/common/sp/icon_prev.png) no-repeat 0% 50%;
	-webkit-background-size: 10px auto;
	background-size: 7px auto;
	padding-left: 12px;
	margin: 10px auto 0;
}

#btArea {
	padding: 0;
}


/* complete
-------------------------------------------------------*/
#form.complete p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 25px;
	text-align: left;
}

#form.complete a {
	color: #ea8080;
}

#form.complete .btn {
	width: 162px;
	margin: 0 auto;
}

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

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