@charset "utf-8";

/* pagetitle：ページタイトル */
/* -------------------------------------------------- */
#pagetitle {
	width: 100%;
	height: 35vh;
	background-image: url(../../img/contact/ph1_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}

#pagetitleInner {
	width: 289px;
	padding: 25px 22px;
	background-color: #0185bc;
	position: absolute;
	bottom: -45px;
	left: 0;
}

#pagetitleHead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 15px;
}

#pagetitleEn {
	font-family: 'Abel', sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
}

/* contactlead：前段 */
/* -------------------------------------------------- */
#contactlead {
	width: 100%;
	max-width: 600px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}

#contactleadTxt1 {
	font-size: 1.16rem;
	font-weight: 500;
	line-height: 1.458;
	margin-bottom: 15px;
}

#contactleadTel .telLink {
	display: inline-block;
	font-family: 'Abel', "Noto Sans Japanese", sans-serif;
	font-size: 3.8rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0em;
	color: #0185bc;
	vertical-align: top;
	margin-bottom: 5px;
}

#contactleadTel .telLink a {
	color: #0185bc;
}

#contactleadTel .telLink:before {
	display: inline-block;
	content: "";
	width: 45px;
	height: 40px;
	background-image: url(../../img/common/fig_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 36px auto;
	vertical-align: top;
}

#contactleadTxt2 {
	font-size: 1.2rem;
	line-height: 1.35;
	margin-bottom: 18px;
}

#contactleadTxt2 span.caution {
	font-weight: 500;
	color: #cd2a2e;
}

#contactleadFlow {
	display: table;
	width: 100%;
}

#contactleadFlowInner {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	border: solid 2px #cae4ef;
}

#contactleadFlow img {
	width: 263.5px;
	height: auto;
}

/* contactform：入力フォーム */
/* -------------------------------------------------- */
#contactformWrap {
	width: 100%;
	max-width: 600px;
	padding: 0 15px;
	margin: 0 auto 25px;
}

/* 入力エリア */
#contactform input[type="text"],
#contactform textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #969696;
	padding: 0 10px;
	font-size: 1.3rem;
	margin-bottom: 10px;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: inherit;
	font-weight: normal;
}
#contactform textarea {
	height: 14em;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
  color: #b9b9b9;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]::-moz-placeholder,
#contactform textarea::-moz-placeholder {
  color: #b9b9b9;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]:-ms-input-placeholder,
#contactform textarea::-ms-input-placeholder {
  color: #b9b9b9;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]:-moz-placeholde,
#contactform textarea::-ms-input-placeholder {
  color: #b9b9b9;
	-webkit-appearance: none;
	border-radius: 0;
}

#contactform {
	text-align: left;
}
#contactform dt {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #666666;
	margin-bottom: 10px;
}
#contactform dt span {
	font-size: 1.0rem;
	letter-spacing: 0.100em;
	color: #cd2a2e;
	border: solid 1px #cd2a2e;
	padding: 1px 2px;
	margin-left: 5px;
}
#contactform dd {
	padding-bottom: 20px;
}

/* 入力不具合時 */
#contactform .errorMessage {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #cd2a2e;
	background-image: url(../../img/contact/arrow_red_up.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px auto;
	padding-left: 16px;
	margin-left: 0;
}

/* プライバシーポリシー */
#ppWrap {
	width: 100%;
	border: solid 1px #969696;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 50px;
}
#pp {
	height: 130px;
	overflow: auto;
}
#pp .jspVerticalBar {
	width: 3px;
	right: 0;
}
#pp .jspTrack {
	background-color: #bfbfbf;
}
#pp .jspDrag {
	background:#0185bc;
}
#pp .ppSubhead {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	padding-right: 10px;
	margin: 0.5em 0;
}
#pp p {
	font-size: 1.1rem;
	line-height: 1.6;
	padding-right: 10px;
}

#pp ul {
	margin-left: 2em;
}

#pp ul li {
	font-size: 1.1rem;
	list-style: disc;
}

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

#contactform button {
	display: block;
	background-color: #f39700;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.75;
	font-weight: 700;
	letter-spacing: 0.130em;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background-image: url(../../img/common/sp_arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
#contactform button span {
	font-size: 1.2rem;
	letter-spacing: 0.050em;
}

/* 確認画面 */
/* -------------------------------------------------- */
#contactform.contactformCheck dl {
	margin-bottom: 50px;
}
#contactform.contactformCheck dd {
	font-size: 1.3rem;
	border-bottom: 1px solid #969696;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#contactform button.submitCheck {
	padding: 15px 0;
}

#contactprev {
	margin-top: 20px;
}

#contactprev a {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #5f6060;
	letter-spacing: 0.130em;
	background-image: url(../../img/common/sp_arrow_blue_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding-left: 15px;
}

/* 完了画面 */
/* -------------------------------------------------- */
#contactEnd {
	width: 100%;
	padding: 0 15px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

#contactEndMessage {
	font-size: 1.2rem;
	line-height: 1.458;
	letter-spacing: 0.030em;
	margin-bottom: 25px;
}

#contactEndMessage span.caution {
	font-weight: 500;
	color: #cd2a2e;
}

#contactEndLink {
	width: 100%;
	margin-bottom: 25px;
}
#contactEndLink a {
	display: block;
	background-color: #fff;
	color: #0185bc;
	border: solid 2px #0185bc;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.130em;
	text-align: center;
	padding: 16px 0;
	background-image: url(../../img/common/sp_arrow_blue_right.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
