@charset "utf-8";
.main-img{
	background-image: url(../img/main.jpg);
}

/* ---------------------------------------------------------------- lcl-box ---- */
.lcl-box{
	padding: 0 0 90px;
}
.lcl-box__text{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.lcl-box-img{
	width: 1100px;
	margin: 0 auto;
	/*align-items: flex-start;*/
	text-align:center;
}
.lcl-box-img__item{
	width: 304px;
	text-align:center;
}
.lcl-box-img__tt{
	width: 304px;
	margin:0 auto;
	margin-bottom:100px;
}
.lcl-box-img__image{
	margin-bottom: 0px;
	/*margin-bottom: 25px;*/
}
.lcl-box-img__title{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}
.lcl-box-img__title--02{
	font-size: 14px;
}
.lcl-box-img__text{
	font-size: 12px;
	line-height: 20px;text-align: left;
	color:#333;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }




/* ---------------------------------------------------------------- Bottom ---- */
.lcl-bottom{
	width: 1100px;
	margin: 100px auto 0;
	align-items: stretch;
}
.lcl-bottom__item{
	width: 530px;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 35px 0 40px;
}
.lcl-bottom__item::after{
	content: "";
	display: block;
	height: 17px;
	width: 120px;
	background-image: linear-gradient( -90deg, rgba(241,200,157,0.5) 0%, rgba(213,170,212,0.5) 97%);
	position: absolute;
	transform: rotate(-45deg);
	left: -30px;
	top: 20px;
}
.lcl-bottom__title{
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 15px;
}
.lcl-bottom__text01{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.lcl-bottom__img01{
	width: 440px;
	margin-bottom: 18px;
}
.lcl-bottom__text02{
	font-size: 18px;
	color: #b78b33;
	font-weight: bold;
}
.lcl-bottom-list{
	width: 435px;
	margin: 0 auto;
}
.lcl-bottom-list__title{
	height: 20px;
	width: 100%;
	background: #727171;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 20px;
	color: #fff;
}
.lcl-bottom-list__text{
	font-size: 13px;
	line-height: 18px;
	padding: 9px 12px 15px;
	background: #f5f4f4;
	margin-bottom: 10px;
	text-align: left;
}
.lcl-box-03{
	padding: 50px 0 70px;
	width: 1000px;
	margin: 0 auto;
}
.lcl-box-img__rg{
	box-shadow: 0px 0px 7.4px 2.6px rgba(30, 16, 3, 0.04);
}
.box01{
	min-height: 380px;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	.main-img{
		background-image: url(../img/sp/main.jpg);
	}

	/* ---------------------------------------------------------------- lcl-box ---- */
	.lcl-box{
		padding: 0 15px 30px;
	}
	.lcl-box__text{
		text-align: left;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.lcl-box-img{
		width: 100%;
	}
	.lcl-box-img__item{
		width: 100%;
		margin-bottom: 20px;
	}
	.lcl-box-img__tt{
	width: 60%;
	margin:0 auto;
	margin-bottom:50px;
}
	.lcl-box-img__image{
		margin-bottom: 0px;
		/*margin-bottom: 10px;*/
	}
	.lcl-box-img__title{
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.lcl-box-img__title--02{
		font-size: 10px;
	}
	.lcl-box-img__text{
		font-size: 14px;
		line-height:24px;
	}

	/* ---------------------------------------------------------------- Bottom ---- */
	.lcl-bottom{
		width: calc(100% - 50px);
		margin: 35px auto 0;
	}
	.lcl-bottom__item{
		width: 100%;
		padding: 15px 0 15px;
		margin-bottom: 20px;
	}
	.lcl-bottom__item::after{
		height: 11px;
		width: 73px;
		left: -15px;
		top: 10px;
	}
	.lcl-bottom__title{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.lcl-bottom__text01{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.lcl-bottom__img01{
		width: 300px;
		margin-bottom: 10px;
	}
	.lcl-bottom__text02{
		font-size: 12px;
	}
	.lcl-bottom-list{
		width: calc(100% - 25px);
		margin: 0 auto;
	}
	.lcl-bottom-list__title{
		height: 25px;
		font-size: 14px;
		line-height: 25px
	}
	.lcl-bottom-list__text{
		line-height: 19px;
		padding: 10px 10px 15px;
		margin-bottom: 10px;
	}
	.lcl-box-03{
		padding: 30px 15px 0;
		width: 100%;
	}
	.lcl-box-img__text{
	font-size: 10px;
	line-height: 15px;
	color:#333;
}
	.pc { display: none !important; }
.sp { display: block !important; }
}
