@charset "utf-8";
/* CSS Document */

/*
----------------------------------------- Local Page */

/*********************** Common Page ***************************/
.btnMenuSp {
	display: block;
	cursor: pointer;
	top: 20px;
	right: 10px;
	position: absolute;
	width: 30px;
	height: 38px;
	z-index: 10;
}

/*********************** Index Page ***************************/

/* Key Visual */
.indexKvBox {
	background: url(../images/index/bg_index_kv.jpg) no-repeat center top / cover;
	padding: 66px 4% 0;
	height: 450px;
	overflow: hidden;
}
.titleIndex {
	text-align: center;
	width: 285px;
	margin: 20px auto;
	font-size: 1.75rem;
	background: url(../images/index/bg_sitettl.png) no-repeat center center/ 285px 115px;
	height: 115px;
	color: #0B4457;
	padding: 20px 10px 0;
	line-height: 1.2;
}
.titleIndex__fsl {
	display: block;
	margin: 5px auto 0;
	font-size: 2.8rem;
	font-weight: bold;
}
.titleIndex__fsl__fss {
	font-size: 2rem;
}
.kvBox__img {
	margin-top: 20px;
	text-align: center;
}

/* Menu */
.section--indexMenu {
	background-color: #FFF;
	padding: 9% 0 6%;
}
.hlLv02Index {
	margin-bottom: 25px;
	text-align: center;
	font-size: 2.4rem;
}
.mainmenu__list {
	padding: 0 4%;
}
.mainmenu__list__item {
	margin-top: 12px;
}
.mainmenu__list__item:first-child {
	margin-top: 0;
}
.mainmenu__list__item a {
	display: flex;
	align-items: center;
	background-color: #EEE;
	padding: 0 30px 0 35px;
	height: 80px;
	text-decoration: none;
	color: #333;
	line-height: 1.4;
	position: relative;
	text-indent: -1em;
}
.mainmenu__list__item a::after {
	content: "";
	display: block;
	background: url(../images/common/arrow_r_gray.png) no-repeat center center / 10px 21px;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 10px;
	height: 21px;
	transform: translateY(-50%);
}
.mainmenu__list__item a.line2 {
	padding-top: 17px;
}


