<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template #contents {
	background: #fff!important;
}

.back_top {
	display: inline-block;
}
.back_top:hover {
	border-bottom: solid 1px #005bac;
}
.back_top a {
	font-size: 16px;
	color : #005bac;
	padding: 10px 10px 0 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight : bold;
}
.back_top a:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #005bac;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -5px;
}
.back_top a:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: 1px;
	transform: rotate(-45deg);
}
</pre></body></html>