<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.p-system__topics01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-system__topics01MainBody {
  &amp; .txt01,
  &amp; .txt02 {
    line-height: 1.8;
    font-size: calc(18em/16);
    letter-spacing: 0.06em;
    @media screen and (max-width: 880px) {
      font-size: calc(16em/16);
    }
  }
  &amp; .img {
    margin: calc(50em/16) calc(56/900*100%) calc(50em/16) calc(40/900*100%);
    @media screen and (max-width: 880px) {
      margin: calc(50em/16) calc(-4/320*100%) calc(50em/16) 0;
    }
  }
}
.p-system__topics01List {
  margin: calc(94em/16) auto calc(148em/16);
  @media screen and (max-width: 880px) {
    margin: calc(45em/16) auto;
  }
}
.p-system__topics01ListBody {
  margin-inline: auto;
  width: calc(1100/var(--section-width)*100%);
  @media screen and (max-width: 880px) {
    width: 100%;
  }
}</pre></body></html>