@charset "utf-8";
#header {
	border-bottom: 3px solid #86148b;
}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-box01 {
	padding: 50px 0 80px;
}
.lcl-box01-ttl {
	width: 1000px;
	height: 92px;
	letter-spacing: 0.15em;
	color: #fff;
	font-size: 26px;
	line-height: 92px;
	font-weight: 300;
	background: url(../img/box01/bg_01.jpg) center /100% no-repeat;
	text-align: center;
}
.lcl-box01-inner {
	background-color: #fff;
	padding: 35px 50px 55px;
}
.lcl-form-lead {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 30px;
}
.lcl-form-lead-02 {
	font-size: 12px;
	margin: 12px 0 23px;
}
.lcl-form-lead-02 .lcl-require {
	top: 5px;
	margin-right: 10px;
}
.lcl-flow {
	width: 900px;
	height: 46px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.lcl-flow--01 {
	background-image: url(../img/box01/flow_01.png);
}
.lcl-flow--02 {
	background-image: url(../img/box01/flow_02.png);
}
.lcl-flow--03 {
	background-image: url(../img/box01/flow_03.png);
}
.lcl-require {
	width: 45px;
	height: 20px;
	background: url(../img/box01/icon_01.png) center /100% no-repeat;
	display: inline-block;
	position: relative;
}

/* ---------------------------------------------------------------- table ---- */

.lcl-table {}
.lcl-table__tr {
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	border-top: 1px solid #c9c9c9;
}
.lcl-table__tr:last-child {
	border-bottom: 1px solid #c9c9c9;
}
.lcl-table__th {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 25px;
	background-color: #f0f2f3;
	display: inline-block;
	width: 220px;
	padding: 22px 16px 22px;
	position: relative;
}
.lcl-table__th--sm {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 20px;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.lcl-table__td {
	width: 680px;
	display: inline-block;
	padding: 22px 30px 22px 40px;
	font-size: 15px;
	line-height: 30px;
}
.lcl-table__th.block-flex, .lcl-table__td.block-flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.lcl-inline-block-label {
	display: block;
	font-size: 15px;
	line-height: 30px;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
.lcl-textarea {
	width: 600px;
	height: 150px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	background-color: #fffcf7;
}
.lcl-form-input {
	width: 350px;
	height: 40px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	background-color: #fffcf7;
}
.lcl-table__td__dl {
	margin-bottom: 10px;
	font-size: 0;
	justify-content: flex-start;
}
.lcl-table__td__dt, .lcl-table__td__dd {
	display: inline-block;
}
.lcl-table__td__dt {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 20px;
	width: 78px;
}
.lcl-table__td__dd {
	font-size: 15px;
	letter-spacing: 0.1em;
}
.lcl-form-input--02 {
	width: 188px;
	height: 40px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	background-color: #fffcf7;
}
.lcl-form-input--03 {
	width: 524px;
	height: 40px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	background-color: #fffcf7;
}
.lcl-table__th--require:after {
	content: '';
	width: 45px;
	height: 20px;
	background: url(../img/box01/icon_01.png) center /100% no-repeat;
	position: absolute;
	right: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-privacy {
	background-color: #fff;
}
.lcl-privacy__ttl {
	width: 331px;
	height: 50px;
	background: url(../img/box01/bg_02.jpg) center /100% no-repeat;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: -26px;
}
.lcl-privacy-inner {
	height: 225px;
	overflow: auto;
	border-top: 1px dotted rgb(201, 201, 201);
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 20px;
	margin-top: -10px;
	padding: 20px 40px;
}
.lcl-privacy-txt {
	margin-bottom: 20px;
}
.lcl-form-chk-btn {
	color: #000000;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
}

/**/

.lcl-btn__link {
	background-color: #ed606a;
	width: 280px;
	height: 70px;
	line-height: 70px;
	position: relative;
	/*margin: 30px auto 5px;*/
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	display: inline-block;
	font-weight: 500;
}
.lcl-btn__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 18px 18px;
	border-style: solid;
	border-color: #ad4950 #fdf2e7 #fdf2e7 #ad4950;
}
.lcl-btn__link--edit {
	width: 155px;
	height: 50px;
	background-color: #767676;
	font-size: 14px;
	line-height: 50px;
	margin-right: 30px;
}
.lcl-btn__link.lcl-btn__link--edit::after {
	border-width: 0 0 15px 15px;
	border-color: #4c4c4c #fdf2e7 #fdf2e7 #4c4c4c;
}

/* ---------------------------------------------------------------- error ---- */

.lcl-error-comment {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #ed606a;
}

/* ---------------------------------------------------------------- thanks ---- */

.lcl-thanksbox .lcl-box01-inner {
	padding-bottom: 85px;
}
.lcl-thanks-ttl {
	color: #7a127f;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.lcl-thanks-txt {
	letter-spacing: 0.05em;
	line-height: 30px;
	text-align: center;
}

/* ---------------------------------------------------------------- box02 ---- */

#footer {
	border-top: none;
	margin-top: 0;
}
.footer-txtarea {
	background-color: #fdf2e7;
	padding: 30px 0 30px;
}
.footer-txtarea-img {
	width: 138px;
	height: 66px;
	background: url(../img/box01/icon_02.png) center /100% no-repeat;
	display: inline-block;
}
.footer-txtarea-txt {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	.header-inner {
		width: 100%;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		padding: 0 15px 0 15px;
	}
	/* ---------------------------------------------------------------- box0 ---- */
	.lcl-box01 {
		padding: 0 0 35px;
	}
	.lcl-box01-inner {
		padding: 15px 0 10px;
	}
	.lcl-box01-ttl {
		width: 100%;
		height: 0;
		padding-top: 20.3125%;
		background: url(../img/box01/sp/bg_01.jpg) center /100% no-repeat;
		text-indent: -9999px;
	}
	.lcl-form-lead {
		font-size: 13px;
		letter-spacing: 0.025em;
		line-height: 22px;
		padding: 0 15px 20px;
	}
	.lcl-flow {
		width: 100%;
		height: 0;
		padding-top: 15.625%;
	}
	.lcl-flow--01 {
		background-image: url(../img/box01/sp/flow_01.png);
	}
	.lcl-flow--02 {
		background-image: url(../img/box01/sp/flow_02.png);
	}
	.lcl-flow--03 {
		background-image: url(../img/box01/sp/flow_03.png);
	}
	.lcl-form-lead-02 {
		font-size: 12px;
		margin: 5px 0 13px;
		text-align: center;
	}
	.lcl-require {
		width: 37px;
		height: 17px;
	}
	.lcl-form-lead-02 .lcl-require {
		top: 4px;
		margin-right: 6px;
	}
	/**/
	.lcl-table__tr {
		border-top: none;
	}
	.lcl-table__th {
		letter-spacing: 0.05em;
		line-height: 20px;
		display: block;
		width: 100%;
		padding: 13px 15px 13px;
	}
	.lcl-table__td {
		width: 100%;
		display: block;
		padding: 10px 15px 15px 15px;
		font-size: 15px;
		line-height: 25px;
	}
	.lcl-inline-block-label {
		line-height: 35px;
	}
	.lcl-table__th--sm {
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 17px;
		vertical-align: middle;
		margin-left: 10px;
	}
	.lcl-textarea {
		width: 100%;
		height: 170px;
		padding: 10px;
	}
	.lcl-form-input, .lcl-form-input--02, .lcl-form-input--03 {
		width: 100%;
		height: 50px;
	}
	.lcl-form-input {
		height: 50px;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.lcl-form-input--03 {
		height: 80px;
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 25px;
	}
	.lcl-table__td__dt, .lcl-table__td__dd {
		display: block;
		width: 100%;
	}
	.lcl-table__td__dt {
		font-size: 12px;
		line-height: 15px;
		width: 100%;
		margin-bottom: 8px;
	}
	.lcl-table__tr:last-child {
		border-bottom: none;
	}
	/* ---------------------------------------------------------------- privacy ---- */
	.lcl-privacy {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.lcl-privacy__ttl {
		width: 263px;
		height: 40px;
		font-size: 17px;
		letter-spacing: 0.025em;
		top: -17px;
		line-height: 40px;
	}
	.lcl-privacy-inner {
		height: 137px;
		font-size: 11px;
		letter-spacing: 0.025em;
		line-height: 19px;
		margin-top: -5px;
		padding: 10px 10px;
	}
	.lcl-form-chk-btn {
		font-size: 13px;
		letter-spacing: 0.025em;
	}
	.lcl-btn__link {
		width: 205px;
		height: 37px;
		line-height: 37px;
		font-size: 13px;
		letter-spacing: 0.025em;
	}
	.lcl-btn__link::after {
		border-width: 0 0 15px 15px;
	}
	/**/
	.lcl-button-list--02 {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.lcl-btn__link {
		margin: 0 auto;
	}
	.lcl-btn__link--edit {
		margin: 15px auto 0;
	}
	/**/
	.lcl-thanksbox .lcl-box01-inner {
		padding-bottom: 30px;
	}
	.lcl-thanks-ttl {
		font-size: 15px;
		letter-spacing: 0.025em;
	}
	.lcl-thanks-txt {
		font-size: 15px;
		letter-spacing: 0.025em;
		line-height: 25px;
	}
	.lcl-thanksbox-btn {
		padding-top: 35px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	#footer {
		margin-top: 30px;
	}
	.contact_box {
		padding-bottom: 0;
	}
	.footer-txtarea .block-flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer-txtarea {
		padding: 25px 0 20px;
	}
	.footer-txtarea-img {
		width: 128px;
		height: 61px;
		margin-bottom: 15px;
	}
	.footer-txtarea-txt {
		font-size: 11px;
		line-height: 17px;
		letter-spacing: 0.05em;
		padding: 0 15px;
	}
}