<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 */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino"
    "Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
}</pre></body></html>