@charset "utf-8";
#wrapper {
	overflow: hidden;
}
#header {
	background-color: transparent;
	height: 0;
}
.page-main {
	height: 100px;
}
.page-main-in {
	align-items: flex-end;
}
.page-main__ttl {
	text-align: right;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
/* ---------------------------------------------------------------- box ---- */
#main {
	padding: 87px 0 0;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-lead {
	line-height: 2.4;
	position: relative;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-form-wrp {
	position: relative;
}
/* ---------------------------------------------------------------- flow ---- */
.lcl-stepbar {
	position: relative;
	overflow: hidden;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}
.lcl-stepbar .lcl-step-item {
	position: relative;
	display: flex;
	padding: 0 30px 0 20px;
	background-color: #f0f0f0;
	font-size: 15px;
	letter-spacing: 0.06em;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 33.333%;
	color: #969696;
}
.lcl-stepbar .lcl-step-item:before,
.lcl-stepbar .lcl-step-item:after {
	position: absolute;
	left: -15px;
	display: block;
	content: "";
	background-color: #f0f0f0;
	border-left: 4px solid #fff;
	width: 22px;
	height: 22px;
}
.lcl-stepbar .lcl-step-item:after {
	top: 0;
	transform: skew(30deg);
}
.lcl-stepbar .lcl-step-item:before {
	bottom: 0;
	transform: skew(-30deg);
}
.lcl-stepbar .lcl-step-item:first-child:before,
.lcl-stepbar .lcl-step-item:first-child:after {
	content: none;
}
.lcl-stepbar .lcl-step-item.current {
	color: #fff;
	background-color: #e50012;
}
.lcl-stepbar .lcl-step-item.current:before,
.lcl-stepbar .lcl-step-item.current:after {
	background-color: #e50012;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-alerttxt {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-require__icon,
.lcl-require:after {
	font-size: 12px;
	text-align: center;
	border: 1px solid #ea2740;
	background-color: #fff;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	width: 35px;
	height: 20px;
	background-color: #ea2740;
	color: #fff;
}
.lcl-require__icon {
	margin-right: 5px;
}
.lcl-require:after {
	content: "必須";
	position: absolute;
	color: #fff;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* ---------------------------------------------------------------- フォーム部分 ---- */
.lcl-form {
	margin: 0 auto;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 55px;
}
.lcl-form__group {
	border-top: 1px solid #cccccc;
	align-items: stretch;
	justify-content: flex-start;
}
.lcl-form__group:last-child {
	border-bottom: 1px solid #cccccc;
}
.lcl-form__ttl {
	font-size: 15px;
	font-weight: 500;
	width: 290px;
	padding-left: 20px;
	position: relative;
	background-color: #f7f3e8;
	letter-spacing: 0.05em;
	line-height: 2;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.lcl-form__ttl--sub {
	color: #ea2740;
	font-size: 11px;
	letter-spacing: 0.06em;
	display: block;
	line-height: 1em;
}
/* ---------------------------------------------------------------- box ---- */
input.lcl-form__input:not([type="checkbox"]):not([type="radio"]),
.lcl-textarea {
	background-color: #f6f5f5;
	transition: 0.3s ease;
	font-size: 15px;
	padding: 13px 10px;
	box-shadow: 0 0 7px rgba(229, 0, 18, 0);
	border: 1px solid #f4f4f4;
	width: 380px;
}
.lcl-textarea {
	height: 165px;
	resize: vertical;
	width: 580px;
	padding: 10px 20px;
}
input.lcl-form__input:not([type="checkbox"]):not([type="radio"]):focus,
.lcl-textarea:focus {
	box-shadow: 0 0 7px #e50012;
	border: 1px solid #e50012;
	transition: 0.3s ease;
}
/* ---------------------- option ---- */
input.lcl-form__input--xs:not([type="checkbox"]):not([type="radio"]) {
	width: 95px;
}
input.lcl-form__input--s:not([type="checkbox"]):not([type="radio"]) {
	width: 190px;
}
input.lcl-form__input--l:not([type="checkbox"]):not([type="radio"]) {
	width: 600px;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-form__item {
	width: 670px;
	padding: 25px 45px;
	justify-content: flex-start;
}
.lcl-form-radio {
	width: 30%;
	margin: 5px 0;
	display: inline-block;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-form__item__dl {
	justify-content: flex-start;
}
.lcl-form__item__dl:not(:last-child) {
	margin-bottom: 10px;
}
.lcl-form__item__dt,
.lcl-form__item__dd {
	display: inline-block;
	letter-spacing: 0.05em;
}
.lcl-form__item__dt {
	width: 80px;
	line-height: 20px;
}
.lcl-form__item__dd--txt {
	font-size: 11px;
	letter-spacing: 0.06em;
	padding-left: 25px;
}
.lcl-form__item__dd--sub {
	margin: 0 15px;
}
/*============================
#header
============================*/
.lcl-txtarea {
	flex-direction: column;
	padding-bottom: 180px;
}
.lcl-txtarea__alert {
	text-align: center;
	color: #e50012;
}
.lcl-txtarea__tel {
	display: block;
	width: 287px;
}
@media screen and (min-width: 768px) {
	.lcl-txtarea__tel {
		pointer-events: none;
	}
}
/* ---------------------------------------------------------------- box ---- */
.lcl-policy-txt {
	margin-top: 40px;
	text-align: center;
}

.lcl-policy__link {
	color: #e50012;
	text-decoration: underline;
	margin-top: 50px;
	text-align: center;
	display: inline-block;
}

/*エラー文*/
.lcl-box01-error {
	color: #e15668;
	margin: 20px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.lcl-error-comment {
	color: #e15668;
	border: 1px solid;
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	display: block;
	width: 100%;
}
.lcl-policy-e .lcl-error-comment {
	margin: 5px auto;
}

/*============================
#ボタン群
============================*/
.lcl-button-area .hnav-btn {
	width: 380px;
	height: 50px;
	font-size: 16px;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.lcl-button-area .hnav-btn-in::before {
	content: none;
}
/* ---------------------- option ---- */
.lcl-button-area .lcl-edit {
	width: 140px;
	background-color: #dbdbdb;
	height: 40px;
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	.lcl-button-area .lcl-edit {
		margin-right: 40px;
	}
}

.lcl-button-area--edit {
	justify-content: center;
}
/*============================
#header
============================*/
.lcl-edit__alert {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #e50012;
}

/*============================
#header
============================*/
.lcl-thanks {
	position: relative;
	padding-bottom: 90px;
}
.lcl-thanks__ttl {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	color: #e50012;
	font-weight: bold;
}
.lcl-thanks__txt {
	font-size: 15px;
	line-height: 1.7;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-thanks .lcl-txtarea {
	padding-bottom: 40px;
}
.lcl-button-area .hnav-btn {
	width: 280px;
}
/* ---------------------- option ---- */
.lcl-thanks .lcl-close {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	box-shadow: none;
}
.lcl-thanks .lcl-close .close_arw:before,
.lcl-thanks .lcl-close .close_arw:after {
	background-color: #333;
}
@media screen and (min-width: 768px) {
	.lcl-thanks .lcl-close.hnav-btn:hover {
		box-shadow: none;
		transform: translate3d(0, 0, 0);
		background-color: #333;
		color: #fff;
	}
	.lcl-thanks .lcl-close:hover .close_arw:before,
	.lcl-thanks .lcl-close:hover .close_arw:after {
		background-color: #fff;
	}
}
/* ---------------------- option ---- */
.close_arw:before,
.close_arw:after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	transform: rotate(-45deg);
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	transition: 0.3s ease;
}
.close_arw:after {
	transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
	.lcl-close:hover .close_arw::before {
		transform: rotate(-90deg);
		transition: 0.3s ease;
	}

	.lcl-close:hover .close_arw::after {
		transform: rotate(90deg);
		transition: 0.3s ease;
	}
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	.header-in {
		justify-content: center;
	}
	.page-main {
		height: 190px;
	}
	.page-main-in {
		align-items: center;
		justify-content: flex-end;
	}
	.page-main__ttl {
		text-align: center;
		font-size: 18px;
		letter-spacing: 0.05em;
		margin-bottom: 21px;
	}
	#main {
		padding: 35px 0 0;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-lead {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 20px;
		padding: 0 15px;
		text-align: left;
	}
	/* ---------------------------------------------------------------- flow ---- */
	.lcl-stepbar {
		width: 100%;
		padding: 0 15px;
	}
	.lcl-stepbar .lcl-step-item {
		font-size: 10px;
		height: 22px;
		padding: 0 30px 0 10px;
	}
	.lcl-stepbar .lcl-step-item:before,
	.lcl-stepbar .lcl-step-item:after {
		width: 11px;
		height: 11px;
		left: -5px;
	}
	/* ---------------------------------------------------------------- フォーム部分 ---- */
	.lcl-form {
		width: 100%;
		font-size: 13px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.lcl-form__ttl {
		font-size: 14px;
		width: 100%;
		padding: 10px 0 10px 20px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-require__icon,
	.lcl-require:after {
		font-size: 10px;
		line-height: 16px;
		letter-spacing: 0;
		text-indent: 0;
		width: 37px;
		height: 17px;
	}
	.lcl-require:after {
		right: 15px;
		width: 29px;
		height: 13.5px;
		font-size: 10px;
		line-height: 1.2;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-form__group {
		border-top: none;
	}
	.lcl-form__group:last-child {
		border-bottom: none;
	}
	.lcl-form__ttl {
		padding: 6px 0 6px 15px;
	}
	.lcl-form__item {
		width: 100%;
		padding: 10px 15px 20px 15px;
	}
	/* ---------------------------------------------------------------- box ---- */

	.lcl-textarea,
	.lcl-form__input {
		width: 100%;
	}
	.lcl-form-radio {
		width: 50%;
	}
	.lcl-form-radio {
		margin: 7px 0;
	}
	input.lcl-form__input:not([type="checkbox"]):not([type="radio"]),
	.lcl-textarea {
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
		padding: 11px 5px;
		height: auto;
		border-radius: 3px;
		line-height: 1.2;
	}
	input.lcl-form__input--xs:not([type="checkbox"]):not([type="radio"]) {
		width: 68px;
	}
	.lcl-form__item__dd--sub {
		margin: 0 5px;
	}
	.lcl-textarea {
		height: 242px;
	}
	.lcl-form__input--s {
		width: 170px;
	}
	input.lcl-form__input--l:not([type="checkbox"]):not([type="radio"]) {
		width: 100%;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-form__item__dl {
		justify-content: flex-start;
		width: 100%;
	}
	.lcl-form__item__dt {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.lcl-form__item__dd--txt {
		letter-spacing: 0;
		padding-left: 0;
		margin-top: 5px;
	}
	/* ---------------------- option ---- */
	.lcl-txtarea {
		padding-bottom: 40px;
		font-size: 12px;
		line-height: 20px;
	}
	/*============================
	#header
	============================*/
	.lcl-edit__alert {
		font-size: 16px;
		text-align: left;
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5;
	}

	/* ---------------------------------------------------------------- policy ---- */
	.lcl-policy {
		padding: 0 20px;
	}
	.lcl-policy-txt {
		margin-top: 0;
	}
	.lcl-policy__link {
		margin-top: 0;
		display: inline;
	}
	/* ---------------------------------------------------------------- エラー文 ---- */
	.lcl-box01-error {
		margin: 10px;
		font-size: 12px;
	}
	.lcl-error-comment {
		width: 280px;
		margin: 10px auto 0;
		margin-top: 10px;
	}
	.lcl-policy-e .lcl-error-comment {
		margin: 15px auto;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-button-area {
		flex-direction: column-reverse;
	}
	.lcl-button-area .hnav-btn {
		width: 220px;
		height: 45px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.lcl-button-area .lcl-edit {
		width: 120px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-thanks {
		padding: 0 15px 70px;
	}
	.lcl-thanks__ttl {
		font-size: 15px;
		line-height: 24px;
		text-align: left;
	}
	.lcl-thanks__txt {
		font-size: 12px;
		line-height: 1.6;
		width: 100%;
	}
	.lcl-thanks .lcl-txtarea__tel {
		width: 240px;
	}
	.lcl-thanks .lcl-txtarea__txt {
		font-size: 12px;
		line-height: 20px;
	}
	.lcl-thanks .lcl-txtarea {
		padding-bottom: 25px;
	}
}
