@charset "utf-8";
/* CSS Document */

/*---- Intro ----*/
#formPageInLinkTop {
	margin-top: -80px;
	padding-top: 80px;
}

.intro {
	margin-bottom: 80px;
}

.introTxt {
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 35px;
}

/*-- contents --*/
.introCont {
	width: 680px;
	padding: 25px 0;
	margin: 0 auto 50px;
	position: relative;
	border: 1px solid #006922;
	text-align: center;
}

.telNumBlock {
	padding-bottom: 20px;
}

.telNum:before {
	width: 31px;
	height: 34px;
	content: '';
	padding: 3px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../../img/contact/contact_icon_tel.png) no-repeat 0 0 / 100%;
	background-size: contain;
}

.telNum span {
	display: inline-block;
	vertical-align: middle;
}


.telNumHead {

	font-size: 1.6rem;
	letter-spacing: .05em;
	color: #666;
}

.telNum {
	margin-bottom: 2px;
	font-size: 4.4rem;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	color: #006922;
	font-weight: bold;
}

.telNumTxt {
	color: #666;
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1;
}

.toMail {
	text-align: center;
}

.toMail a {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1;
	transition: all .3s ease-in-out;
}

.toMail a:hover {
	opacity: 0.7;
}

.toMail a:before {
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/contact/icon_mail.png) no-repeat 0 0 / 100%;
	vertical-align: -2px;
	width: 22px;
	height: 15px;
	content: '';
	transition: all .3s ease-in-out;
}

/*-- guide --*/
.guideBlock {
	width: 568px;
	margin: auto;
	padding: 7px 0 8px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 3px solid #E5E5E5;
}

.guideItem {
	margin-right: 30px;
}

.guideItem:nth-last-of-type(1) {
	margin-right: 0;
}

.guideItem:after {
	width: 10px;
	height: 11px;
	margin-left: 20px;
	content: '';
	display: inline-block;
	background: url(../../img/contact/guide_arr.png) no-repeat 0 0 / 100%;
	vertical-align: -1px;
}

.guideItem.finished:after {
	background: url(../../img/contact/guide_arr_finished.png) no-repeat 0 0 / 100%;
}

.guideItem:nth-last-of-type(1):after {
	display: none;
}

.guideNum,
.guideTxt {
	display: inline-block;
}

.guideNum {
	width: 22px;
	height: 22px;
	padding: 4px 0 0;
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	background: #C3C3C3;
	border-radius: 100%;
}

.guideTxt {
	color: #C3C3C3;
	letter-spacing: .18em;
	line-height: 1;
	vertical-align: -1px;
}

.finished .guideNum {
	background: #0D859B;
}

.finished .guideTxt {
	color: #0D859B;
}


/*---- Form area ----*/
.contactTitNote {
	padding-left: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	vertical-align: 1px;
	color: #C92222;
}

/*-- Form --*/
.formCol {
	width: 70%;
	padding: 20px 0;
	margin: 0 auto;
}

#confirmWrap .formCol {
	border-bottom: 1px solid #dcdcdc;
}

.formColBody {
	border-bottom: none;
	margin: 0 auto 30px;
}

.formttl {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: bold;
}

.require {
	display: inline-block;
	background: #c71818;
	border-radius: 4px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	padding: 4px 10px 5px;
	margin-left: 13px;
}

.formin {
	font-size: 1.6rem;
	line-height: 1.3;
}

.forminZip {
	margin-bottom: 10px;
	font-size: 2.3rem;
}

select,
input[type="text"],
input[type="tel"],
textarea {
	property: value;
	background: #FFF;
	width: 100%;
	border: 1px solid #AAA;
	border-radius: 8px;
	padding: 12px 25px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0;
	box-sizing: border-box;
}

textarea {
	height: 230px;
}

.telInputBox {
	width: 155px !important;
}

/* Address */
#e_add01 {
	width: 155px;
}

#e_add02 {
	width: 176px;
}

.forminAdd01 {
	margin-bottom: 10px;
}

/* Button area */
.formAreaBot {
	text-align: center;
}

.formAreaBotTxt,
.policyLink {
	font-size: 1.6rem;
}

.formAreaBotTxt {
	margin-bottom: 15px;
}

.policyLink {
	font-weight: bold;
}

.policyLink:hover {
	text-decoration: underline;
}

.formBtn {
	margin: auto;
	width: 350px;
}

.formBtn a {
	color: #fff;
}

.submitBtn {
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: block;
	position: relative;
	color: #FFF;
	line-height: 1;
	text-align: center;
	background: #E60012;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.submitBtnIn {
	display: block;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
}

.sendBtnTxt {
	font-size: 2rem;
	font-weight: 900;
}

.submitBtn:hover {
	opacity: .7;
}

.errTxt {
	padding-top: 5px;
	display: inline-block;
	color: #E60012;
	font-size: 1.4rem;
}

.errTxt::before {
	width: 22px;
	height: 22px;
	padding-right: 10px;
	content: '';
	display: inline-block;
	background: url(../../img/common/err_icon.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: contain;
}

/*-- Placeholder --*/
input:placeholder,
textarea:placeholder {
	color: #999;
	letter-spacing: .1em;
	font-family: inherit;
}

/* Chrome */
:-webkit-input-placeholder,
:-webkit-textarea-placeholder {
	color: #999;
	letter-spacing: .1em;
	font-family: inherit;
}

/* Firefox */
:-moz-placeholder,
:-moz-textarea {
	color: #999;
	letter-spacing: .1em;
	font-family: inherit;
}

/* IE */
:-ms-input-placeholder,
:-ms-textarea-placeholder {
	color: #999;
	letter-spacing: .1em;
	font-family: inherit;
}


/*---- Confirm ----*/
.introTxt span {
	color: #c20024;
	font-size: 2rem;
	padding-bottom: 15px;
	display: inline-block;
}

.formin p {
	font-size: 2rem;
	letter-spacing: 0;
}

.formAreaBot.confirm {
	margin-top: 70px;
}

.formBtnConfirm {
	margin-bottom: 20px;
}

.formBtnConfirm .submitBtn {
	padding: 27px 0;
	font-size: 2rem;
}

.returnBtn {
	transform: translateX(-120px);
	line-height: 1;
}

.returnBtn a {
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
	color: #666;
	background: url(../../img/common/backbtn.svg) no-repeat left center / 20px;
	background-size: contain;
}

/*---- Complete ----*/
.complete .intro {
	margin-bottom: 70px;
}

.complete .introTxt {
	margin-bottom: 30px;
}

.introBox {
	width: 885px;
	margin: 0 auto 70px;
	padding: 16px 28px;
	border: 3px solid #BA3A3A;
}

.introBoxTxt {
	margin-bottom: 12px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1;
}

.introBoxTxt:nth-last-of-type(1) {
	margin-bottom: 0;
}

.introBoxTxt span {
	background: linear-gradient(transparent 0%, #FFEE67 0%);
}

.complete .btnDefLink {
	padding: 27px 0;
	font-size: 2rem;
	font-weight: 900;
}

.complete .btnDefLink:after {
	width: 9px;
	height: 9px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 19px;
}


/*---- Banner area ----*/
.footBnrList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bannerItem a {
	transition: all .3s ease-in-out;
}

.bannerItem a:hover {
	opacity: .7;
}

/* flow */
.flow {
	text-align: center;
}