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

.lcl-box--light {
	background: #ece7db; }


.lcl-title {
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: auto; }
	.lcl-title::before, .lcl-title::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		background: #393731;
		height: 5px;
		left: 0; }
	.lcl-title::before {
		top: 0; }
	.lcl-title::after {
		bottom: 0; }

.lcl-subtitle {
	text-align: center; }

.lcl-block {
	position: relative;
	background-size: cover;
	background-position: center; }
	.lcl-block--1 {
		background-image: url(../img/bg_02.jpg); }
	.lcl-block--2 {
		background-image: url(../img/bg_03.jpg); }
	.lcl-block--3 {
		background-image: url(../img/bg_04.jpg); }
	.lcl-block--4 {
		background-image: url(../img/bg_05.jpg); }
	.lcl-block_title {
		text-align: center;
		background: #26241f;
		color: #fff; }
.lcl-article-list{
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.lcl-article_photo{
	display: block;
	width: 230px;
	height: 150px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.lcl-article{
	margin-right: 26px;
}
.lcl-article:nth-child(4n){
	margin-right: 0;
}

@media screen and (max-width: 767px) {

	.lcl-box {
		padding: 40px 0 30px; }

	.lcl-box .width01 {
		padding: 0 15px; }

	.lcl-title {
		min-width: 220px;
		max-width: 300px;
		font-size: 17px;
		line-height: 36px; }

	.lcl-subtitle {
		margin-top: 10px;
		font-size: 15px; }

	.lcl-block {
		width: 100%;
		height: 140px;
		margin: 35px auto 0 15px; }

	.lcl-block_title {
		margin: -15px 0 0 -15px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		width: 155px; }

	.lcl-block_text {
		margin: 16px 0 0 16px; }

	.lcl-article {
		width: 47%;
		margin-top: 20px; }

	.lcl-article-list{
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.lcl-article_photo{
		height: 0;
		width: 100%;
		padding-top: 65.185185%;
	}
	.lcl-article{
		margin-right: 0;
	}

	.lcl-article_date {
		font-size: 11px; }

	.lcl-article_title {
		font-size: 11px; }

	.lcl-button {
		margin-top: 20px; }
}

@media screen and (min-width: 768px) {

	.lcl-box {padding: 80px 0 70px; }
	.lcl-box01{padding: 30px 0 80px;}

	.lcl-description {
		text-align: center;
		font-size: 18px;
		letter-spacing: 0.05em;
		line-height: 32px;
		font-weight: 300;
	}

	.lcl-block {
		height: 220px;
		width: 455px;
		margin-top: 60px;
		margin: 90px 0 0 15px; }

	.lcl-block_title {
		margin: -20px 0 0 -15px;
		height: 50px;
		line-height: 50px;
		width: 300px;
		font-size: 18px; }

	.lcl-block_text {
		margin: 40px 0 0 20px; }

	.lcl-article {
		/*margin-top: 40px;*/
		width: 230px; }

	.lcl-article_date {
		font-size: 13px;
		margin-top: 15px; }

	.lcl-article_title {
		margin-top: 15px;
		font-size: 15px; }

	.lcl-button {
		margin-top: 30px; } }
