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

/* .latest-naitei-button-wrap
--------- --------- --------- */
@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 .latest-naitei-button-wrap {
	margin: 8px 4px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}
#contents .latest-naitei-button-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 368px;
	height: 48px;
	margin: 0 auto 8px;
	border-radius: 3px;
	background-color: #002896;
	transition: opacity .3s ease;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
#contents .latest-naitei-button-wrap a::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/pc/entry_sheet/gradyyyy_top/img/icon_chevron_right_white.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
#contents .latest-naitei-button-wrap a:hover {
	opacity: .85;
}
#contents .latest-naitei-button-wrap .info {
	margin: 0 16px 16px;
	color: #a35e04;
	font-size: 12px;
	text-align: center;
}
#contents .latest-naitei-button-wrap .info .info-icon {
	width: 18px;
	height: 18px;
}
</pre></body></html>