<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Regular.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Medium.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Bold.woff) format('opentype');
}

#contents .ms-passing-rate-box {
	margin: 0 4px 32px;
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
	line-height: 1.5;
}
#contents .ms-passing-rate-box .passing-rate-wrap .bold {
	font-weight: 700 !important;
}
#contents .ms-passing-rate-box .passing-rate-wrap .red {
	color: #bf0000 !important;
}
#contents .ms-passing-rate-box .title-box.title-style1 {
	border-bottom: 1px solid #e0e0e0;
}
#contents .ms-passing-rate-box .passing-rate-wrap .lead-text .errorText {
	margin-bottom: 16px;
	color: #bf0000;
}
#contents .ms-passing-rate-box .passing-rate-sample-img {
	margin: 0 auto 24px;
}
#contents .ms-passing-rate-box .passing-rate-sample-img img {
	display: block;
	width: 832px;
	height: 272px;
	margin: 0 auto 8px;
}
#contents .ms-passing-rate-box .passing-rate-sample-img .passing-rate-sample-note {
	color: #3e3e3e;
	font-size: 12px;
}
#contents .ms-passing-rate-box .passing-rate-intro {
	margin: 0 auto 24px;
	color: #333;
	text-align: center;
}
#contents .ms-passing-rate-box .passing-rate-intro.login {
	margin-bottom: 16px;
}
#contents .ms-passing-rate-box .passing-rate-description {
	margin: 0 auto 16px;
	color: #333;
	text-align: center;
}
#contents .ms-passing-rate-box .passing-rate-login-btn-wrap {
	width: 368px;
	margin: 0 auto 16px;
}
#contents .ms-passing-rate-box .passing-rate-login-btn-wrap .login-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 48px;
	border-radius: 3px;
	background-color: #bf0000;
	transition: opacity .3s ease;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#contents .ms-passing-rate-box .passing-rate-login-btn-wrap .login-btn:hover {
	opacity: .85;
}
#contents .ms-passing-rate-box .passing-rate-login-btn-wrap .login-btn::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/config/pc_naitei_status_modal/img/icon_chevron_right_white.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
#contents .ms-passing-rate-box .select-wrap {
	position: relative;
	width: 343px;
	margin-bottom: 16px;
}
#contents .ms-passing-rate-box .select-wrap::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	z-index: 12;
	width: 16px;
	height: 16px;
	background: url(/contents/nikki/config/pc_naitei_status_modal/img/icon_arrow_bottom_filled_blue.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	content: '';
	pointer-events: none;
}
#contents .ms-passing-rate-box .select-wrap select {
	position: relative;
	width: 100%;
	height: 47px;
	padding: 0 32px 0 16px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	outline: none;
	cursor: pointer;
	appearance: none;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap {
	display: none;
	margin-bottom: 8px;
	padding: 24px 48px;
	background-color: #f5f5f5;
	font-size: 14px;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap.is-active {
	display: block;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list {
	width: 100%;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list td {
	height: 40px;
	vertical-align: middle;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-title {
	width: 172px;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-text.is-nouser {
	padding-left: 86px;
	font-size: 12px;
	text-align: left;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-text.coming-soon {
	padding-left: 48px;
	background-color: #9c9c9c;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-text.coming-soon .coming-soon-text {
	position: relative;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-text.coming-soon .coming-soon-text::before {
	position: absolute;
	top: 0;
	left: -21px;
	width: 18px;
	height: 18px;
	background: url(/contents/nikki/config/pc_naitei_status_modal/img/icon_security_outline.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-bar-wrap {
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-bar {
	display: block;
	width: 0;
	height: 10px;
	border-radius: 30px;
	background: #bf0000;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-text {
	width: 54px;
	padding-right: 32px;
	font-size: 14px;
	text-align: right;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list .rate-graph-num {
	font-weight: 700;
}
#contents .ms-passing-rate-box .rate-graph-list-wrap .rate-graph-list:last-of-type {
	margin-bottom: 0;
}
#contents .ms-passing-rate-box .passing-rate-note {
	margin-bottom: 16px;
	color: #666;
	font-size: 12px;
}
#contents .ms-passing-rate-box .open-modal-btn-wrap {
	width: 368px;
	margin: 0 auto 16px;
}
#contents .ms-passing-rate-box .open-modal-btn-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 48px;
	border-radius: 3px;
	transition: opacity .3s ease;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#contents .ms-passing-rate-box .open-modal-btn-wrap button:hover {
	opacity: .85;
}
#contents .ms-passing-rate-box .open-modal-btn-wrap.update-btn button {
	width: 100%;
	height: 48px;
	background-color: #002896;
	font-size: 16px;
}
#contents .ms-passing-rate-box .open-modal-btn-wrap.update-btn button::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/config/pc_naitei_status_modal/img/icon_chevron_right_white.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
</pre></body></html>