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

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

#formWrap {
	padding: 80px 0 140px;
}

#formContent {
	padding: 0 125px;
}

.intro {
	margin-bottom: 80px;
}

.introTxt {
	font-size: 1.8rem;
	line-height: calc(35 / 18);
	text-align: center;
	margin-bottom: 40px;
}

/*-- contents --*/
.introCont {
	padding: 25px 0;
	margin: 0 auto 60px;
	position: relative;
	border: 2px solid #1c8108;
	background: #FFF;
	text-align: center;
}

.telNumBlock {
	padding-bottom: 12px;
}

.telNumHead {
	padding-bottom: 15px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.telNum {
	padding-bottom: 10px;
}

.telNumTxt {
	font-size: 1.6rem;
	letter-spacing: .05em;
}

.toMail {
	text-align: center;
}

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

.toMail a:hover {
	opacity: 0.7;
}


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

/*-- Form --*/
.formCol {
	padding: 20px 0;
}

#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 {
	margin-left: 13px;
	padding: 5px 8px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: 2px;
	color: #fff;
	background: #cd1939;
}

.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;
	width: 100%;
	border: none;
	border-radius: 4px;
	padding: 15px 20px;
	font: inherit;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	background: #ededed;
	box-sizing: border-box;
}

textarea {
	height: 200px;
	line-height: 1.4;
}

.telInputBox {
	width: 160px !important;
}

/* Address */
#e_add01 {
	width: 155px;
	margin-left: 10px;
}

#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: 370px;
}

.formBtn a {
	color: #fff;
}

.formAreaBot.input .submitBtn {
	width: 370px;
}

.formAreaBot.confirm .submitBtn {
	width: 280px;
}

.submitBtnIn {
	margin-bottom: 5px;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

.sendBtnTxt {
	/* font-size: 2rem; */
}

.submitBtn:hover {
	opacity: .7;
}

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

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

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

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

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

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


/*---- Confirm ----*/
#confirmWrap .introTxt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

#confirmWrap .introTxt span {
	color: #cd1939;
	font-size: 2rem;
	padding-bottom: 10px;
	display: inline-block;
}

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

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

.formBtnConfirm {
	margin-bottom: 20px;
}

.returnBtn a {
	padding-left: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(../../img/common/icon6.png) no-repeat left center / 23px;
}

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

.complete .introTxt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.complete .introTxt span {
	font-size: 2rem;
	padding-bottom: 10px;
	display: inline-block;
	color: #1c8108;
}

.complete .introTxtTel {
	font-size: inherit;
}

.returnTop {
	width: 280px;
	padding: 1em 2em;
	font-size: 1.8rem;
	background-color: #1c8108;
	background-position: right 15px center;
}


/*---- 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;
}