@charset "utf-8";

.main-box-img:before {
	content: "";
}

.main-box-img__ttl {
	display: inline-block;
	bottom: inherit;
	right: inherit;
	left: 30px;
	top: 41px;
}

.lcl-voice-head {
	padding: 40px 0 20px;
}

.lcl-voice__icon {
	width: 59px;
	height: 59px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lcl-voice__icon--01 {
	background: url(../img/icon_01.png) center / 100% no-repeat;
}
.lcl-voice__icon--02 {
	background: url(../img/icon_02.png) center / 100% no-repeat;
}
.lcl-voice__icon--03 {
	background: url(../img/icon_03.png) center / 100% no-repeat;
}
.lcl-voice__icon--04 {
	background: url(../img/icon_04.png) center / 100% no-repeat;
}
.lcl-voice__icon--05 {
	background: url(../img/icon_05.png) center / 100% no-repeat;
}

.lcl-voice__section {
	color: #0c3d9d;
	font-size: 20px;
	letter-spacing: 0.12em;
	line-height: 36px;
	text-align: center;
}

.lcl-voice-name {
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
}

.lcl-voice-name--s {
	display: block;
	text-align: center;
	color: #838383;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 18px;
}

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

.lcl-box {
	padding: 0;
}
.lcl-box:nth-child(odd) {
	background-color: #eee;
}

.lcl-box-wrp {
	padding: 60px 0 48px;
	border-left: 2px solid #0c3d9d;
}

/* 一番最初のやつ用 */
.lcl-box:first-child {
	padding-top: 60px;
}
.lcl-box:first-child .lcl-box-wrp {
	padding-top: 0;
}
/**/

.lcl-box-ttl {
	background: url(../img/bg_01.png) center / 250px 43px no-repeat;
	display: inline-block;
	position: relative;
	width: 250px;
	height: 43px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 43px;
	padding-left: 20px;
}

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

.lcl-box-txtarea__ttl {
	color: #0c3d9d;
	font-size: 25px;
	letter-spacing: 0.15em;
	line-height: 40px;
	margin-bottom: 12px;
}

.lcl-box-txtarea__txt {
	letter-spacing: 0.1em;
	line-height: 32px;
}

.lcl-box-txtarea__img {
	margin: 20px auto 10px;
}

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

.lcl-box-last {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 46.1538462%;
	margin-left: auto;
	margin-right: auto;
}

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

.voice-nav-wrp {
	background-color: #eeeeee;
	padding: 50px 0 50px;
}

.voice-nav-ttl {
	color: #0c3d9d;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
}

.voice-nav-ttl--sub {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 50px;
	width: 108.5px;
	height: 12px;
	background: url(../img/t_01.png) center / 100% no-repeat;
}

.voice-nav-list {
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

.voice-nav__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.voice-nav__icon {
	width: 140px;
	height: 140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.voice-nav-item--01 .voice-nav__icon {
	background: url(../img/voice_nav/icon_01.png) center / 100% no-repeat;
}
.voice-nav-item--02 .voice-nav__icon {
	background: url(../img/voice_nav/icon_02.png) center / 100% no-repeat;
}
.voice-nav-item--03 .voice-nav__icon {
	background: url(../img/voice_nav/icon_03.png) center / 100% no-repeat;
}
.voice-nav-item--04 .voice-nav__icon {
	background: url(../img/voice_nav/icon_04.png) center / 100% no-repeat;
}
.voice-nav-item--05 .voice-nav__icon {
	background: url(../img/voice_nav/icon_05.png) center / 100% no-repeat;
}
.voice-nav-item--06 .voice-nav__icon {
	background: url(../img/voice_nav/icon_06.png) center / 100% no-repeat;
}

.voice-nav__ttl {
	color: #0c3d9d;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 767px) {
	.main-box-img .width01 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		padding: 0 15px 0;
	}
	.main-box-img__ttl {
		top: 15px;
		left: 15px;
	}

	/* ---------------------------------------------------------------- head ---- */

	.lcl-voice-head {
		padding: 27px 0 25px;
	}
	.lcl-voice__section {
		font-size: 13px;
		letter-spacing: 0.06em;
		line-height: 23px;
		margin-bottom: 10px;
	}
	.lcl-voice-name {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.075em;
	}
	.lcl-voice-name--s {
		font-size: 10px;
		letter-spacing: 0.075em;
		line-height: 20px;
	}

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

	.lcl-box {
		padding: 0 15px 0;
	}
	.lcl-box:first-child {
		padding-top: 30px;
	}

	.lcl-box-wrp {
		padding: 30px 0 15px;
		border-left: none;
	}

	.lcl-box-ttl {
		background: url(../img/sp/bg_01.png) center / 145px 22px no-repeat;
		width: 145px;
		height: 22px;
		font-size: 11px;
		letter-spacing: 0.075em;
		line-height: 22px;
		padding-left: 10px;
	}

	.lcl-box-txtarea {
		padding: 12px 0 0;
	}

	.lcl-box-txtarea__ttl {
		font-size: 17px;
		letter-spacing: 0.04em;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.lcl-box-txtarea__txt {
		letter-spacing: 0.025em;
		line-height: 23px;
		font-size: 13px;
	}
	.lcl-box-txtarea__img {
		margin: 13px auto 5px;
	}

	.lcl-box-last {
		margin-bottom: 30px;
	}

	/* ---------------------------------------------------------------- voice-nav ---- */

	.voice-nav-wrp {
		padding: 38px 0 5px;
	}

	.voice-nav-ttl {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.075em;
	}

	.voice-nav-ttl--sub {
		width: 75px;
		height: 9px;
		margin: 2px auto 21px;
	}

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

	.voice-nav__icon {
		width: 112px;
		height: 112px;
	}

	.voice-nav-list {
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		padding: 0 30px 0;
	}

	.voice-nav-item {
		margin-bottom: 10px;
	}

	.voice-nav__ttl {
		line-height: 30px;
		font-size: 12.8px;
	}
}
