<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#information {
  margin: 0 auto;
  padding: 0;
  max-width: 1800px;
}

#information h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: .8;
  letter-spacing: 0;
  text-align: center;
  margin: 80px 0 30px 0;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

#information h2 span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.information_box {
  width: fit-content;
  padding: 0;
  margin: 0 auto;
}

.information_box li {
  display: flex;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}

.information_box li time {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

.information_box li h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-left: 20px;
}

@media (max-width: 800px) {
  #information {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px 0;
  }

  #information h2 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 15px 0;
    line-height: .8;
  }

  #information h2 span {
    font-weight: 300;
    font-size: 1.25rem;
  }

  .information_box {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }

  .information_box li {
    height: 35px;
  }

  .information_box li time {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .information_box li h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 300;
    margin-left: 10px;
  }
}
</pre></body></html>