<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
.lcl-wrp {
	padding: 45px 0 70px;
}
/*------------ lcl-block ------------*/
.lcl-block {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lcl-block__item {
	width: 320px;
	height: 310px;
	padding-top: 50px;
	background: url(../img/bg_01.jpg) no-repeat center / cover;
	box-shadow: 0 20px 20px 0 rgba(198, 198, 198, .3);
}
.lcl-block__item-ttl {
	font-size: 25px;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
	text-align: center;
	letter-spacing: .05em;
	color: #eeff78;
}
.lcl-block__item-txt {
	font-size: 15px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
	margin-top: 20px;
	text-align: center;
	letter-spacing: .18em;
	color: #fff;
}
.lcl-block__item-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 448px;
	height: 100px;
	margin: auto;
	opacity: .9;
	background: url(../img/img_01.png) no-repeat center / cover;
}
/*------------ lcl-lead ------------*/
.lcl-lead {
	line-height: 2;
	margin-top: 80px;
}
/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.lcl-wrp {
		padding: 20px 0 50px;
	}
	/*------------ lcl-block ------------*/
	.lcl-block {
		position: block;
	}
	.lcl-block__item {
		width: 250px;
		height: auto;
		padding: 25px 0 20px;
		background: url(../img/bg_01.jpg) no-repeat top / cover;
		box-shadow: 0 20px 20px 0 rgba(198, 198, 198, .3);
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-block__item:not(:last-child){
		margin-bottom: 105px;
	}
	.lcl-block__item-ttl {
		font-size: 20px;
		height: auto;
	}
	.lcl-block__item-txt {
		font-size: 11px;
		line-height: 1.7;
		height: auto;
		margin-top: 10px;
	}
	.lcl-block__item-img {
		top: -40px;
		width: 90px;
		height: 126px;
		background: url(../img/sp/img_01.png) no-repeat center / cover;
	}
	/*------------ lcl-lead ------------*/
	.lcl-lead {
		font-size: 13px;
		line-height: 1.7;
		padding: 0 15px;
		margin-top: 40px;
	}
}
</pre></body></html>