<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: #565247; /* RGB */
  font-family: "游明朝体", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

  .footer_copyright{
    margin: 0 0 25px 0;
    font-size: 1.2rem;
    text-align: center;
}</pre></body></html>