<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__topics02 {
  position: relative;
  z-index: 1;
}

.p-system__topics02MainBody {
  &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(100em/16) 0;
    @media screen and (max-width: 880px) {
      margin: calc(50em/16) 0;
    }
  }
}
.p-system__topics02List {
  margin: calc(94em/16) auto calc(146em/16);
}</pre></body></html>