@charset "utf-8";
.lcl-head {}

.ttlarea-icon{
	width: 73px;
	height: 64px;
	background: url(../img/ico_01.png) center /100% no-repeat;
}
.main-imgarea{
	background: url(../img/img_01.jpg) center /100% no-repeat;
}

/* ---------------------------------------------------------------- box ---- */

.lcl-box {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.lcl-box.lcl-box--figure{
		margin-top: 20px;
		padding: 0;
}
.lcl-box.lcl-box--figure .lcl-box__ttl{
	width: 500px;
}
.lcl-box__ttl {
	color: #fff;
	background: url(../img/bg_01.png) center / cover;
	text-align: center;
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.lcl-btn {
	display: block;
	background-color: #f6f2ed;
	color: #86148b;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.lcl-btn::after {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f6f2ed transparent transparent transparent;
}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-box01-ttl-wrp {
	padding: 13px 0 4px;
}
.lcl-box01-ttl {
	width: 546px;
	height: 71px;
	background: url(../img/h_01.png) center /100% no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.lcl-text-list__s{
	color: rgb(112, 112, 112);
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	.ttlarea-icon{
		width: 30.5px;
		height: 26.5px;
	}
	.main-imgarea {
	    background: url(../img/sp/img_01.jpg) center /100% no-repeat;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-wrapper {
		padding-bottom: 35px;
	}
	.lcl-main-box {
		width: 100%;
		height: 0;
		background: url(../img/sp/main.jpg) center /100% no-repeat;
		padding-top: 58.125%;
	}
	.lcl-btn {
		width: 100%;
		max-width: 320px;
		margin-top: 20px;
		padding: 10px 15px;
		font-size: 13px;
		border-radius: 15px;
	}
	.lcl-btn::after {
		bottom: -10px;
		border-width: 10px 5px 0 5px;
	}
	.lcl-text-list {
		margin-top: 20px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 15px;
	}
	.lcl-box--half {
		margin-top: 40px;
		padding: 40px 15px 20px;
	}
	.lcl-box__ttl {
		width: 265px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		top: -15px;
	}
	.lcl-box.lcl-box--figure{
		padding-top: 20px;
	}
	.lcl-box.lcl-box--figure .lcl-box__ttl{
		width: 335px;
	}
	.lcl-small-text {
		display: block;
		font-size: 11px;
		text-align: right;
		margin-top: 5px;
	}
	.lcl-small-text+.lcl-small-text{
		margin-top: 5px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-box01-ttl-wrp {
		padding: 0;
	}
	.lcl-box01-ttl {
		width: 285px;
		height: 63px;
		background: url(../img/sp/h_01.png) center /100% no-repeat;
	}
}
@media screen and (min-width: 768px) {
	/* ---------------------------------------------------------------- PC Style ---- */
	.lcl-row {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.lcl-main-box {
		width: 1000px;
		height: 280px;
		background: url(../img/main.jpg) center /100% no-repeat;
	}
	.lcl-wrapper {
		padding-bottom: 80px;
	}
	.lcl-inner {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-btn {
		width: 545px;
		line-height: 32px;
		font-size: 20px;
		margin-top: 40px;
		border-radius: 25px;
		padding: 10px 0;
	}
	.lcl-btn::after {
		bottom: -20px;
		border-width: 20px 10px 0 10px;
	}
	.lcl-text-img {
		display: block;
		width: 546px;
		margin: auto;
	}
	.lcl-text-list {
		margin-top: 40px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box {
		width: 1000px;
		padding: 60px 120px;
	}
	.lcl-box--half {
		width: 49%;
		padding: 40px 30px 10px;
	}
	.lcl-box__ttl {
		width: 331px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		top: -25px;
	}
	.lcl-small-text {
		display: block;
		font-size: 13px;
		text-align: right;
		margin-top: 5px;
	}
}
