@charset "utf-8";

/* =============================== */
/* お問い合わせ */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/contact/head_sp.jpg);
}


.cntTit {
	margin-bottom: 25px;
}


/* 電話 */
/* -------------------------------------------------- */

#cntPhone {
	border-bottom: solid 1.5px #d2d2d2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.cntLead {
	font-size: 1.4rem;
	line-height: 1.286;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
}

.cntLead span.red {
	color: #c51919;
}

#cntPhoneTelWrap {
	width: 245px;
	margin: 0 auto;
	text-align: right;
}

#cntPhoneTel {
	font-family: 'Asap', sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #004098;
	margin-bottom: 5px;
}

#cntPhoneTel span {
	font-size: 2.6rem;
}

#cntPhoneTel span a {
	color: #004098;
}

#cntPhoneTeltime {
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #666666;
}


/* フォーム */
/* -------------------------------------------------- */

#contactFlow {
	width: 290px;
	margin: 0 auto 30px;
}

#cntInput {
	margin-bottom: 60px;
}

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

/* ラジオボタン */
#contactform input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: -0.6rem;
	color: #fff;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	outline: none;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
}
#contactform input[type=radio]:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#contactform input[type=radio]:checked:before {
	background: #004098;
}
#contactform .radiolabel {
	display: inline-block;
	margin-bottom: 10px;
}
#contactform .radiotxt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.100em;
}

/* 郵便番号 */
#zipmark {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	margin-right: 5px;
}
#contactform input[type="text"].zip {
	width: 100px;
}
#zip1wrap:after {
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #000;
	-webkit-background-size: 10px 2px;
	background-size: 10px 2px;
	vertical-align: middle;
	margin: 0 2px 0 5px;
}

/* 都道府県 */
#contactpref select {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 150px;
	border: none;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 2.5px;
	background: url(../../img/common/ic_pulldown_sp.png) no-repeat right 15px center;
	-webkit-background-size: 7.5px auto;
	background-size: 7.5px auto;
	font-size: 1.4rem;
	line-height: 1;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
	font-family: inherit;
}

#contactform {
	text-align: left;
}
#contactform dt {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #333333;
	margin-bottom: 10px;
}
#contactform dt span {
	font-size: 0.9rem;
	letter-spacing: 0.100em;
	color: #fff;
	background-color: #c10e0e;
	padding: 2px 4px;
	margin-left: 5px;
}
#contactform dt span.contactnote {
	color: #c10e0e;
	background: none;
}
#contactform dd {
	padding-bottom: 10px;
}

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

/* プライバシーポリシー */
/*
#ppWrap {
	margin-bottom: 18px;
}

#ppWrap p {
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.100em;
}

#ppWrap p a {
	color: #0f77e2;
	text-decoration: underline;
}
*/

#pp {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #EFEFEF;
}

#ppTit {
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

#pp .scroll {
	height: 100%;
}

#ppList {
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}

#ppList li {
	padding-left: 2em;
	text-indent: -1.8em;
}

#ppInfo {
	display: inline-block;
	text-align: left;
	padding: 20px 40px;
	background: #FFF;
}

/* モーダル内のスクロールバー */
.jspVerticalBar {
	width: 8px;
	right: 0;
}
.jspTrack {
	background-color: #cdcdcd;
}
.jspDrag {
	background: #000;
}


/* ボタン */
button{
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}
#contactform button {
	display: block;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.150em;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0;
	background: #f6a800 url(../../img/common/arrow_white_r1_sp.png) no-repeat right 12px center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}
#contactform button span {
	display: inline-block;
	font-size: 1.0rem;
	letter-spacing: 0.150em;
	margin-bottom: 5px;
}

/* 確認画面 */
/* -------------------------------------------------- */
#contactform.contactformCheck dl {
	margin-bottom: 30px;
}
#contactform.contactformCheck dt {
	color: #878787;
}
#contactform.contactformCheck dd {
	font-size: 1.4rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#contactform button.submitCheck {
	padding: 17px 0;
}
#contactprev {
	margin-top: 20px;
}
#contactprev a {
	font-size: 1.2rem;
	line-height: 1;
	color: #878787;
	letter-spacing: 0.130em;
	background: url(../../img/common/arrow_gray_l1_sp.png) no-repeat left 1em center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	padding-left: 25px;
}
.uniPara span.red {
	color: #c10e0e;
}

/* 完了画面 */
/* -------------------------------------------------- */

#contactEnd {
	width: 235px;
	margin: 23px auto 0;
}
