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

.ml20{margin-left: 20px;}
.topics_title{
	padding-top: 50px;
    padding-bottom: 32px;
}
#sitemap a{
	color: var(--blue);
	letter-spacing: 0.075em;
	text-underline-offset: 4px;
	transition: all 0.3s;
}
#sitemap a:hover{
	opacity: 0.6;
}
#sitemap ul.border{
	margin-bottom: 40px;
}
#sitemap li{
	margin-bottom: 16px;
}
#sitemap&gt; div.container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#sitemap .sitemap_box{
/*	width: 30%;*/
}

@media print, screen and (max-width: 767px) {
	#sitemap&gt; div.container{
		flex-direction: column;
	}
	li{margin-bottom: 32px;}
}</pre></body></html>