@charset "utf-8";
/* CSS Document */

.p-kh-page-nav {
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	color: #444;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media screen and (max-width: 750px) {
	.p-kh-page-nav {
		display: none;
	}
}
.p-kh-page-nav a {
	color: #08498f;
}

.p-kh-page-nav a:first-child {
	padding-left: 0;
}

.p-kh-page-nav span {
	border-bottom: 2px solid #08498f;
}

.c-kh-page-nav__item {
	border-right: 1px solid #dcdcdc;
	display: inline-block;
	padding: 0 10px 0 7px;
}

.p-subtitle-icon-blueline {
	color: #222;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 8px;
	position: relative;
}

.p-subtitle-icon-blueline::before {
	background: transparent url(../../images/MSZF831UL/heading-icon.png) no-repeat top center/contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
	width: 21px;
}

.p-subtitle-icon-blueline::after {
	border-bottom: 1px dotted #08498f;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 100%;
}
