<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.shindan {
  padding: 100px 0 150px;
}
@media screen and (max-width: 960px) {
  .shindan {
    padding: 20px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .shindan iframe {
    height: 600px;
  }
}
</pre></body></html>