<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic,
    sans-serif;
  font-size: 16px;
  color: #323232;
  letter-spacing: 0.0625em;
  background-color: #f8f8f9;
}

a, a:visited {
  color: #215dc6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul,
li {
  padding: 0;
  margin: 0;
}

#wrapper {
  display: grid;
  grid-template-rows: 4rem auto 1fr;
}

#header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}

#main {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}

#footer {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}

#footer footer {
  text-align: center;
}

#header nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

#header nav .site-links {
  display: flex;
  gap: 12px;
  list-style: none;
}

#main p span {
  display: block;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.2rem;
  color: #215dc6;
  text-align: center;
}

#main article p {
  padding-top: 85px;
  background: url("/top/top.png") center top no-repeat;
}
</pre></body></html>