@charset "utf-8";

.main-area {
	background-image: url(../img/bg_01.jpg);
}

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

.lcl-block01 {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 37px 0 0;
}

.lcl-block01 .block__ttl-wrp {
	margin-bottom: 40px;
}

.lcl-list {
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	border-bottom: 1px solid #ece7db;
	padding-bottom: 25px;
}

.lcl-list:not(:last-child) {
	margin-bottom: 35px;
}

.lcl-list__item {
	width: 30%;
	text-align: left;
	letter-spacing: 0.05em;
}

.lcl-list__ttl {
	color: #f84436;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	line-height: 18px;
	margin-bottom: 23px;
}

.lcl-list__ttl:before {
	content: '';
	background: url(../img/icon_01.png) center /100% no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}

.lcl-list__link {
	display: inline-block;
	position: relative;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.lcl-list::after{
	content:"";
    display:block;
    width: 30%;
    height:0;
}

@media screen and (min-width: 767px) {
	.lcl-list__link:hover {
		color: #000000;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.lcl-list__link:hover::after {
		border-bottom: 1px solid #000;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}

.lcl-list__link:after {
	content: '';
	border-bottom: 1px solid #f84436;
	width: 100%;
	display: inline-block;
	bottom: -9px;
	position: absolute;
	left: -1.5px;
	padding: 0 3px;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.lcl-list__txt {
	font-size: 13px;
	line-height: 23px;
	font-weight: 300;
}

.lcl-list__link--cnt {
	color: #f84436;
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
.lcl-list__link--cnt:after {
	content: '';
	border-bottom: 1px solid #f84436;
	width: 100%;
	display: inline-block;
	bottom: -1px;
	position: absolute;
	left: 0;
}

.lcl-list__link--disable {
	color: #c6c6c6;
	pointer-events: none;
}
.lcl-list__link--disable:after {
	border-bottom: 1px solid #c6c6c6;
}

.lcl-list--gold .lcl-list__ttl {
	color: #92885f;
}
.lcl-list--gold .lcl-list__link:after {
	border-bottom: 1px solid #92885f;
}
.lcl-list--gold .lcl-list__ttl:before {
	background: url(../img/icon_02.png) center /100% no-repeat;
}

.gold {
	color: #92885f;
}
.gold:after {
	border-bottom: 1px solid #92885f;
}
.gold:before {
	background: url(../img/icon_02.png) center /100% no-repeat;
}


@media screen and (max-width: 767px) {
	.lcl-block01 {
		padding: 10px 0 0;
	}
	.lcl-block01-wrp {
		padding-bottom: 25px;
	}

	.lcl-list {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 0;
	}

	.lcl-list:not(:last-child) {
		margin-bottom: 0;
	}

	.lcl-list__item {
		width: 100%;
		text-align: left;
		letter-spacing: 0.025em;
		padding: 0 15px 13px;
		border-bottom: 1px solid #ece7db;
		padding-top: 15px;
	}

	.lcl-list__ttl {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.lcl-list__txt {
		font-size: 12px;
		line-height: 20px;
		font-weight: 300;
	}

	.lcl-list__ttl:before {
		margin-right: 6px;
	}
}
