<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 荳翫↓謌ｻ繧九�繧ｿ繝ｳ */
#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 55px;
  right: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#pageTop i {
  padding-top: 0.5rem;
  font-size: 2rem;
}

#pageTop a {
  display: block;
  z-index: 400;
  padding: 0.5rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
</pre></body></html>