<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝壹�繧ｸ繝｣繝ｼ */
.list_navi_wrap {
	text-align: center;
	font-size: 0.18rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	padding: 0.40rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap {
		font-size: 0.14rem;
		padding: 0.50rem 0 0;
	}
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi {
		flex-wrap: wrap;
		margin: 0 -0.20rem;
	}
}

.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	width: 0.5rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #01479D;
	border: 1px solid #01479D;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.40rem;
		line-height: 0;
		padding: 0.20rem 0;
		margin: 0 0.05rem;
	}
}

.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.16rem;
	color: #111;
	width: 0.5rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #FFF;
	border: 1px solid #AEAEAE;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.36rem;
		line-height: 0;
		padding: 0.20rem 0;
		margin: 0 0.05rem;
	}
}

.list_navi_wrap .wp-pagenavi .page:hover {
	background-color: #01479D;
	border: 1px solid #01479D;
	color: #fff;
}


.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.16rem;
	color: #AEAEAE;
	line-height: 0;
	padding: 0.24rem 0.35rem 0.26rem 0.2rem;
	background-color: #FFF;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.20rem 0.10rem 0.20rem 0.15rem;
		margin: 0 0.05rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.1rem;
	height: 0.16rem;
	background-image: url(../img/example_pager_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 46%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		width: 0.10rem;
		height: 0.12rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #01479D;
}


.list_navi_wrap .wp-pagenavi .previouspostslink:hover:after {
	left: -0.03rem;
}

.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.16rem;
	color: #AEAEAE;
	line-height: 0;
	padding: 0.24rem 0.2rem 0.26rem 0.35rem;
	background-color: #FFF;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.20rem 0.15rem 0.20rem 0.10rem;
		margin: 0 0.05rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.1rem;
	height: 0.16rem;
	background-image: url(../img/example_pager_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 46%;
	transform: translateY(-50%) rotate(-180deg);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		width: 0.10rem;
		height: 0.12rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #01479D;
}


.list_navi_wrap .wp-pagenavi .nextpostslink:hover:after {
	right: -0.03rem;
}


/*======================
隧ｳ邏ｰ繝壹�繧ｸ縲繝壹�繧ｸ繝｣繝ｼ
======================*/
/* 繝壹�繧ｸ繝翫ン */
.news_page_navi_wrap {
	margin-top: 1.00rem;
	margin-bottom: 1.2rem;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap {
		margin-top: 0.50rem;
		margin-bottom: 0.60rem;
	}
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}

.news_page_navi_wrap .list .link a:hover {
	opacity: 0.7;
}


.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.2rem;
	height: 0.14rem;
	background-image: url(../img/example_detail_icon_allow_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.10rem;
		height: 0.10rem;
		padding-right: 0.04rem;
		top: 0.01rem;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.2rem;
	height: 0.14rem;
	background-image: url(../img/example_detail_icon_list.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.10rem;
		height: 0.10rem;
		top: 0;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.2rem;
	height: 0.14rem;
	background-image: url(../img/example_detail_icon_allow_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.02rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.10rem;
		height: 0.09rem;
		padding-left: 0.04rem;
		top: 0;
	}
}</pre></body></html>