/*=============================
下層メインビジュアル
=============================*/
.under_mv {
	width: 100%;
	position: relative;
	height: 3.00rem;
	text-align: center;
	background-image: url(../img/under_mv_bg.jpg);
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	.under_mv {
		width: 100%;
		position: relative;
		height: 2.00rem;
		text-align: center;
		background-image: url(../img/under_mv_bg.jpg);
		background-position: center;
		background-size: cover;
	}
}

.under_mv::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.under_mv .title {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	width: 100%;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.under_mv .title span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	font-weight: 400;
	padding-top: 0.20rem;
	text-align: center;
	opacity: 0.5;
}

@media screen and (max-width: 599px) {
.under_mv .title span {
	font-size: 0.14rem;
	padding-top: 0.15rem;
}
}

/*=============================
パンくず
=============================*/
.page_navi {
	padding: 0.20rem 0 0;
}

.page_navi .list {
	display: flex;
}

.page_navi .list .link {
	font-size: 0.13rem;
	letter-spacing: 0.075em;
	line-height: 1.4;
}

.page_navi .list .link.nowpage {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 599px) {
	.page_navi .list .link {
		font-size: 0.12rem;
	}
}

.page_navi .list .link a {
	color: #999;
	text-decoration: underline;
	position: relative;
	display: block;
	padding-right: 0.20rem;
}

.page_navi .list .link a::after {
	content: "";
	width: 0.06rem;
	height: 1px;
	background-color: #999;
	position: absolute;
	right: 0.08rem;
	top: 0.08rem;
}
