<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—çŠ¬ */
.contents {
    padding-top: 100px;
}
.new_tokusyu {
    display: none!important;
  }
/* ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ãƒšãƒ¼ã‚¸ç”¨ */
.archive .contents h2 {
    margin-top: 2%;
      background-color: #481707;
      text-align: center;
      color: #fff;
      font-size: 22px;
      padding: 1% 0;
      margin-bottom: 5%;
      font-weight: 700;
  }
/* SP */
@media screen and (min-width:1px) and (max-width:768px) {
    .contents {
        padding-top: 60px;
    }
    .archive .contents h2 {
        font-size: 5vw;
        padding: 3% 0;
    }
}</pre></body></html>