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

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

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

.lcl-box01 {
	padding-bottom: 20px;
}
.lcl-box01-inner {
	background-color: #fff;
}
.lcl-box01-main {
	width: 1000px;
	height: 280px;
	background: url(../img/box01/img_01.jpg) center /100% no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.lcl-box01-ttl-wrp {
	padding: 73px 0 37px;
}
.lcl-box01-ttl {
	width: 686px;
	height: 74px;
	background: url(../img/box01/ttl_01.png) center /100% no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.lcl-box01-txt {
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 30px;
	padding-bottom: 50px;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-box02 {
	padding-bottom: 80px;
}
.lcl-box02-inner {
	background-color: #fff;
	padding: 55px 60px;
}
.accordion-area__dt {
	background-color: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 18px 0 18px 71px;
	position: relative;
	border-radius: 5px;
}
.accordion-area__dt:before {
	content: '';
	width: 30px;
	height: 32px;
	background: url(../img/box02/icon_01.png) center /100% no-repeat;
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.accordion-area__dt:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/box02/icon_02.png) center /100% no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.accordion-area__dt.accordion-area__dt--opened:after {
	transform: rotate(-180deg);
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.accordion-area__dt:not(:first-child) {
	margin-top: 14px;
}
.accordion-area__dd {
	font-size: 14px;
	line-height: 28px;
	padding: 10px 71px 15px 71px;
	letter-spacing: 0;
	position: relative;
	display: none;
}
.accordion-area__dd:before {
	content: '';
	width: 24px;
	height: 25px;
	background: url(../img/icon_03.png) center /100% no-repeat;
	position: absolute;
	left: 20px;
	top: 17px;
	margin: auto;
}
.lcl-box02-tel {
	width: 323px;
	height: auto;
}

/* ---------------------------------------------------------------- box03 ---- */

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	.ttlarea-icon{
		width: 33px;
		height: 33px;
	}
	.main-imgarea {
	    background: url(../img/box01/sp/img_01.jpg) center /100% no-repeat;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box01-inner {
		padding-bottom: 27px;
	}
	.lcl-box01-main {
		width: 100%;
		height: 0;
		background: url(../img/box01/sp/img_01.jpg) center /100% no-repeat;
		padding-top: 58.125%;
	}
	.lcl-box01-ttl-wrp {
		padding: 25px 0 12px;
	}
	.lcl-box01-ttl {
		width: 225px;
		height: 63px;
		background: url(../img/box01/sp/ttl_01.png) center /100% no-repeat;
	}
	.lcl-box01-txt {
		text-align: left;
		letter-spacing: 0.025em;
		line-height: 22px;
		padding: 0 15px 0;
		font-size: 13px;
	}
	/* ---------------------------------------------------------------- box01 ---- */
	.lcl-box01 {
		padding-bottom: 25px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-box02 {
		padding-bottom: 35px;
	}
	.lcl-box02-inner {
		padding: 20px 15px;
	}
	.accordion-area__dt {
		font-size: 12px;
		font-weight: 500;
		padding: 10px 55px 10px 50px;
	}
	.accordion-area__dt:not(:first-child) {
		margin-top: 8px;
	}
	.accordion-area__dt:before {
		width: 20px;
		height: 21px;
		left: 15px;
	}
	.accordion-area__dt:after {
		width: 14px;
		height: 14px;
	}
	.accordion-area__dd {
		font-size: 12px;
		line-height: 21px;
		padding: 10px 10px 0 10px;
	}
	.lcl-box02-tel {
		width: 250px;
	}
}