@charset "utf-8";

.main-area {
	background-image: url(../img/bg_01.jpg);
}
/* ---------------------------------------------------------------- block01 ---- */
.lcl-block01 {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 57px 0 0;
}
.lcl-block01__ttl {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
	margin-top: -20px;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-list {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.lcl-list__item {
	width: 480px;
	background-color: #ece7db;
	margin-bottom: 50px;
}
.lcl-list__item__top {
	background-color: #000;
	height: 230px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.lcl-list__item__top__img {
	width: 200px;
	height: 230px;
}
.lcl-list__item__top__txt {
	color: #fff;
	text-align: left;
	width: 280px;
	padding: 15px 15px 10px 15px;
}
.lcl-list__item__top__txt__h4 {
	color: #f84436;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.lcl-list__item__top__txt__list {
	font-size: 11px;
	line-height: 1.6;
	font-weight: 500;
}
.lcl-list__item__bottom {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0.05em;
	padding: 25px 30px 35px;
	min-height: 320px;
}
.contact_box {
	padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
	.lcl-block01 {
		padding: 30px 0 0;
	}
	.lcl-block01__ttl {
		font-size: 13px;
		text-align: left;
		margin-bottom: 20px;
		line-height: 21px;
		padding: 15px 20px 0;
	}

	/* ---------------------------------------------------------------- box ---- */
	.lcl-list {
		-webkit-flex-direction: column;
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 0;
	}
	.lcl-list__item {
		width: 100%;
	}
	.lcl-list__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.lcl-list__item__top {
		height: auto;
		padding: 15px 15px 18px;
	}
	.lcl-list__item__top__img {
		width: 85px;
		height: 98px;
	}
	.lcl-list__item__top__txt {
		width: 205px;
		padding: 0 0 0 10px;
	}
	.lcl-list__item__top__txt__list {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0;
	}
	.lcl-list__item__top__txt__h4 {
		font-size: 16px;
		letter-spacing: 0.025em;
		margin-bottom: 10px;
		line-height: 16px;
	}
	.lcl-list__item__bottom {
		font-size: 13px;
		line-height: 21px;
		letter-spacing: 0.025em;
		padding: 20px 15px 15px;
		min-height: 290px;
	}
}
