@charset "utf-8";
.pmain {
	background: url(../../img/main_bg.jpg) center / cover no-repeat;
}
.lcl-sub {
	justify-content: flex-start;
	margin-bottom: 25px;
}
.lcl-date {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	width: 70px;
	margin-right: 13px;
	background: #1f5ab2;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.lcl-slide__wrapper {
	background: #eee;
	margin-bottom: 35px;
}
.lcl-slide {
	width: 100%;
	height: 480px;
}
.lcl-slide__item {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #ccc;
}
.lcl-slide-thumb {
	width: 100%;
	padding: 15px 0;
	position: relative;
}
.lcl-thumb {
	width: 390px;
	height: 75px;
	margin: 0 auto;
}
.lcl-thumb__item {
	width: 120px;
	height: 75px;
	margin: 0 7px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.lcl-thumb__item.slick-current::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(31, 90, 178, 0.8);
}
.lcl-thumb__item.slick-current::after {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.lcl-slide-thumb .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #bfbfbf;
	top: 0;
	bottom: 0;
	overflow: hidden;
	text-indent: -100%;
	font-size: 0;
	margin: auto;
	cursor: pointer;
}
.lcl-slide-thumb .slick-arrow::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lcl-slide-thumb .slick-prev {
	left: -15%;
}
.lcl-slide-thumb .slick-prev::after {
	transform: rotate(135deg);
	left: 10px;
}
.lcl-slide-thumb .slick-next {
	right: -15%;
}
.lcl-slide-thumb .slick-next::after {
	transform: rotate(-45deg);
	right: 10px;
}

.lcl-concept {
	font-size: 28px;
	line-height: 35px;
	color: #1f5ab2;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.lcl-text {
	font-size: 14px;
	line-height: 29px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.lcl-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #c8c8c8;
	letter-spacing: 0.05em;
}
.lcl-table__th,
.lcl-table__td {
	border-bottom: 1px solid #c8c8c8;
	font-size: 14px;
	line-height: 25px;
	padding: 11px 20px;
}
.lcl-table__th {
	color: #1f5ab2;
	font-weight: bold;
	width: 160px;
	background: #eee;
}
.lcl-button {
	text-align: center;
	margin: 50px 0 0;
}
.lcl-lighting {
	width: 100%;
	margin: 0 auto;
	padding: 65px 0 20px;
}
.lcl-lighting__title {
	display: inline-block;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	padding-right: 130px;
margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
}
.lcl-lighting__title::after {
	font-size: 24px;
	color: #5397fc;
	letter-spacing: 0.15em;
	position: absolute;
	bottom: -10px;
	right: 50px;
	margin: auto;
	font-family: "Shadows Into Light", cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-11deg);
}
@media screen and (min-width: 768px) {
	.lcl-lighting .lcl-button {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-sub {
		margin-bottom: 10px;
	}
	.lcl-date {
		font-size: 11px;
		height: 25px;
		line-height: 25px;
		width: auto;
		margin-right: 5px;
		padding: 0 10px;
	}
	.lcl-slide__wrapper {
		margin-bottom: 20px;
	}
	.lcl-slide {
		height: 207px;
	}
	.lcl-slide__item {
		height: 207px;
	}
	.lcl-slide-thumb {
		padding: 7px 0;
	}
	.lcl-thumb {
		width: 195px;
		height: 37.5px;
		margin: 0 auto;

	}
	.lcl-thumb__item {
		width: 60px;
		height: 37.5px;
		margin: 0 3.5px;
	}
	.lcl-thumb__item.slick-current::after {
		font-size: 15px;
		line-height: 15px;
		height: 15px;
		width: 15px;
	}
	.lcl-slide-thumb .slick-arrow {
		width: 20px;
		height: 20px;
	}
	.lcl-slide-thumb .slick-arrow::after {
		width: 7px;
		height: 7px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	/*.lcl-slide-thumb .slick-prev{
		left: -13vw;
	}*/
	.lcl-slide-thumb .slick-prev::after {
		transform: rotate(135deg);
		left: 5px;
	}
	/*.lcl-slide-thumb .slick-next{
		right: -13vw;
	}*/
	.lcl-slide-thumb .slick-next::after {
		transform: rotate(-45deg);
		right: 5px;
	}
	.lcl-concept {
		font-size: 14px;
		line-height: 22.5px;
		margin-bottom: 10px;
	}
	.lcl-text {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	.lcl-table {
	}
	.lcl-table__th,
	.lcl-table__td {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 15px;
	}
	.lcl-table__th {
		width: 80px;
	}
	.lcl-button {
		text-align: center;
		margin: 40px 0 50px;
	}
	.lcl-lighting {
		width: 100%;
		margin: 35px 0 20px;
		padding: 0;
	}
	.lcl-lighting__title {
		font-size: 23px;
		margin-right: 0;
		display: inline-block;
		margin-bottom: 30px;
	}
	.lcl-lighting__title::after {
		font-size: 16px;
		bottom: -10px;
		right: 80px;
	}
}
