<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'Shift_jis';
#contentsArea {
	padding: 60px 0 55px;
	background-color: #fff;
}

.contents_inner {
	width: 1030px;
	padding: 175px 0 100px;
	border: 1px solid #C8C8C8;
	margin: auto;
}

.contents_inner h1 {
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}

.contents_inner h1 br.sponly {
	display: none;
}

.reissue {
	position: relative;
	width: 565px;
	margin: 0 auto 160px;
}

.reissue a {
	display: block;
	width: 130px;
	height: 52px;
	border: 1px solid #B9221C;
	border-radius: 10px;
	margin: auto;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 52px;
	transition: .5s;
	background-color: #B9221C;
}

.reissue a:hover {
	border: 1px solid #B9221C;
	color: #B9221C;
	background-color: #fff;
}

.reissue p {
	position: absolute;
	top: -20px;
}

.attention {
	width: 688px;
	padding: 15px;
	margin: auto;
	font-size: 18px;
	color: #fff;
	background-color: #B9221C;
}</pre></body></html>