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


/* -- div#pagetop-scroll -------------------------------------------------------------------------------------------- */

div#pagetop-scroll {
  display: none;
}
@media screen and (max-width: 980px) {
div#pagetop-scroll {
	display: none;
    position: fixed;
    bottom: 2%;
    right: 1rem;
    z-index: 999;
}
}









</pre></body></html>