<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .section_box {
    width: 900px;
    margin: 0 auto;
  }
  .section_box + .section_box {
    margin-top: 90px;
  }
  .section_box__content {
    text-align: center;
    margin: 24px 0 0;
  }
  .section_box__content a {
    display: inline-block;
  }
  .section_box__content a figure {
    width: 820px;
  }
  .section_box__content a figure img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section_box + .section_box {
    margin-top: 10.41667vw;
  }
  .section_box__content {
    margin: 3.125vw 0 0;
  }
  .section_box__content a {
    display: inline-block;
  }
  .section_box__content a figure img {
    width: 100%;
  }
}
</pre></body></html>