@charset "utf-8";

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

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

.lcl-block01{
	width: 100%;
	position: relative;
	text-align: center;
	padding: 25px 0 0;
}

.lcl-block01__item{
	width: 248px;
	height: 70px;
	background-color: #797667;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 70px;
}

.lcl-block01__item--ttl{margin-right: 2px;}

.lcl-block01__item--val{
	background-color: #ece7db;
	width: 238px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.lcl-block01__item--val__s{font-size: 16px;font-weight: 300;}

.lcl-block01-list__item{
	width: 150px;
	height: 120px;
	background-color: #26241f;
	position: relative;
	color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

.lcl-block01-list__item:nth-child(2){margin: 0 15px 0 30px;}
.lcl-block01-list__item:nth-child(3){margin: 0 30px 0 15px;}

.lcl-block01-list__item__icon{
	width: 40px;
    height: 40px;
    background-color: #f84436;
    display: block;
    top: -31px;
    margin: auto;
    text-align: center;
    position: relative;
}

.lcl-block01-list__item__icon .svg_icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lcl-block01-list__item .block_btn__link-arw {
    right: 0;
    left: 0;
    bottom: 15px;
    top: inherit;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
}

.lcl-block01-list__item__link{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 12px;
}

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

.lcl-block02 {padding: 58px 0 0;}

.lcl-block02 .block__ttl-wrp{margin-bottom: 20px;}
/*.lcl-block02-list{width: 320px;}*/

.lcl-block02__item{
	background-color: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 4px;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.lcl-block02__item--ttl{
	background-color: #797667;
	color: #fff;
	margin-bottom: 5px;
}

.lcl-block02__item--val{font-size: 20px;font-weight: bold;}
.lcl-block02__item--val__s{font-size: 16px;font-weight: 300;}

.lcl-block02__txt{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

.lcl-block02-list{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.lcl-block02-list:not(:last-child){
	margin-bottom: 70px;
}

.lcl-block02-list__dt{
	background-color: #ebe7db;
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.04em;
	padding-left: 15px;
	position: relative;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

@media screen and (min-width: 767px){
	.lcl-block02-list__dt:hover,
	.lcl-block02-list__dt--active{
		background-color: #e4d9b7;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		cursor: pointer;
	}
}

.lcl-block02-list__dt:not(:last-child){
	margin-bottom: 20px;
}

.lcl-block02-list__dt:before{
	content: '';
	background: url(../img/icon_01.png) center /100% no-repeat;
	width: 32px;
	height: 32px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.lcl-block02-list__dd{
	display: none;
	font-size: 15px;
	line-height: 26px;
	padding: 0px 20px 40px;
}

.lcl-block02-list__dt:after{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #a79e7d;
	border-right: solid 2px #a79e7d;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 10px;
	margin: auto;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.lcl-block02-list__dt.lcl-block02-list__dt--active:after{
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}


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

	.icon_program{width: 16px;height: 18.5px;}

	.lcl-block01 {padding: 45px 15px 40px;}

	.lcl-block01-list {
		padding: 0;
		width: 245px;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin-right: auto;
		margin-left: auto;
	}

	.lcl-block01-list__item:nth-child(2),
	.lcl-block01-list__item:nth-child(3) {
		margin-right: 0;
		margin-left: 0;
	}

	.lcl-block01-list__item:nth-child(1),
	.lcl-block01-list__item:nth-child(2){
		margin-bottom: 30px;
	}

	.lcl-block01-list__item{
		width: 115px;
		height: 92px;
		font-size: 12px;
	}

	.lcl-block01-list__item__link{
		padding-top: 0;
	}

	.lcl-block01-list__item__icon {
	    width: 30px;
	    height: 30px;
	    background-color: #f84436;
	    display: block;
	    top: -15px;
	    margin: auto;
	    text-align: center;
	    position: relative;
	}

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

	.lcl-block.lcl-block02 {padding: 0px 15px 35px;}

	.lcl-block02-list{width: 100%;margin-bottom: 20px;}
	.lcl-block02-list:not(:last-child) {
	    margin-bottom: 40px;
	}

	.lcl-block02-list__dt{
		font-size: 13px;
		line-height: 18px;
		padding-left: 50px;
		padding-right: 25px;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	    align-items: center;
	    -webkit-align-items: center;
	    -ms-align-items: center;
	}

	.lcl-block02-list__dt:before{
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
	}

	.lcl-block02-list__dt:not(:last-child) {
	    margin-bottom: 10px;
	}

	.lcl-block02-list__dd {
	    font-size: 13px;
	    line-height: 21px;
	    padding: 0px 20px 20px;
	}

	/* ---------------------------------------------------------------- contactbox ---- */

	.contact_box {
	    padding: 20px 0 40px;
	}
}

