@charset "utf-8";

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

#pagetitleInner {
	padding: 80px 69px 80px 69px;
	background-color: #0185bc;
	position: absolute;
	bottom: -55px;
	left: 165px;
}

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

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

@media all and (max-width: 1699px) {
	#pagetitle {
		height: 415px;
	}
	#pagetitleInner {
		padding: 66px 57px 66px 57px;
		bottom: -55px;
		left: 137px;
	}
	#pagetitleHead {
		font-size: 3.3rem;
	}
	#pagetitleEn {
		font-size: 1.7rem;
	}
}

@media all and (max-width: 1199px) {
	#pagetitle {
		height: 344px;
	}
	#pagetitleInner {
		padding: 55px 47px 55px 47px;
		bottom: -46px;
		left: 114px;
	}
}


/* contactlead：前段 */
/* -------------------------------------------------- */
#contactlead {
	text-align: center;
	margin-bottom: 46px;
	padding: 0 9%;
}

#contactleadTxt1 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	margin-bottom: 1.5em;
}

#contactleadTel {
	font-size: 6.4rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #0185bc;
	vertical-align: top;
}

#contactleadTel a {
	color: #0185bc;
}

#contactleadTel:before {
	display: inline-block;
	content: "";
	width: 1.1em;
	height: 1em;
	background-image: url(../../img/common/fig_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.9em auto;
	vertical-align: middle;
	margin-bottom: 0.2em;
}

#contactleadTxt2 {
	font-size: 2rem;
	line-height: 1.83;
	margin-bottom: 63px;
}

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

#contactleadFlow {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

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

#contactleadFlow img {
	width: 48.6%;
	height: auto;
}

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

#contactform {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

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

#contactform {
	text-align: left;
}
#contactform dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #666666;
	margin-bottom: 15px;
}
#contactform dt span {
	font-size: 1.4rem;
	letter-spacing: 0.100em;
	color: #cd2a2e;
	border: solid 1px #cd2a2e;
	padding: 0.15em 0.3em;
	margin-left: 0.677vw;
}
#contactform dd {
	line-height: 2.15;
	padding-bottom: 45px;
}

/* 入力不具合時 */
#contactform .errorMessage {
	font-size: 1.4rem;
	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: 18px;
	margin-left: 0;
}

/* プライバシーポリシー */
#ppWrap {
	width: 100%;
	border: solid 1px #969696;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 40px;
}
#pp {
	height: 150px;
	overflow: auto;
}
#pp .jspVerticalBar {
	width: 3px;
	right: 0;
}
#pp .jspTrack {
	background-color: #bfbfbf;
}
#pp .jspDrag {
	background: #0185bc;
}
#pp .ppSubhead {
	font-size: 1.5rem;
	line-height: 1.923;
	font-weight: 500;
	padding-right: 25px;
	margin: 0.5em 0;
}
#pp p {
	font-size: 13px;
	line-height: 1.923;
	padding-right: 25px;
}

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

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

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

#contactform button {
	display: block;
	color: #fff;
	background-color: #f39700;
	border: solid 2px #f39700;
	font-size: 2.2rem;
	line-height: 1.75;
	font-weight: 700;
	letter-spacing: 0.130em;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	padding: 0.5em 0;
	background-image: url(../../img/common/arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size: 17px auto;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
#contactform button span {
	font-size: 1.8rem;
	letter-spacing: 0.050em;
}
#contactform button:hover {
	color: #f39700;
	background-color: #fff;
	background-image: url(../../img/common/arrow_orange_right.png);
}

/* 確認画面 */
/* -------------------------------------------------- */
#contactform.contactformCheck dl {
	margin-bottom: 100px;
}
#contactform.contactformCheck dd {
	font-size: 2rem;
	border-bottom: 1px solid #969696;
	padding-bottom: 0.25em;
	margin-bottom: 2em;
}

#contactform button.submitCheck {
	padding: 1em 0;
}

#contactprev {
	width: 400px;
	margin: 0 auto;
	margin-top: 25px;
}
#contactprev a {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #5f6060;
	letter-spacing: 0.130em;
	background-image: url(../../img/common/arrow_blue_left.png);
	background-position: left 1em center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	padding-left: 2.25em;
}

/* 完了画面 */
/* -------------------------------------------------- */
#contactEnd {
	text-align: center;
}

#contactEndMessage {
	font-size: 1.8rem;
	line-height: 1.833;
	letter-spacing: 0.100em;
	margin-bottom: 50px;
}

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

#contactEndLink {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 234px;
}
#contactEndLink a {
	display: block;
	background-color: #fff;
	color: #0185bc;
	border: solid 2px #0185bc;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.130em;
	text-align: center;
	padding: 1.25em 0;
	background-image: url(../../img/common/arrow_blue_right.png);
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size: 17px auto;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

#contactEndLink a:hover {
	background-color: #0185bc;
	color: #fff;
	background-image: url(../../img/common/arrow_white_right.png);
}
