<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-tips__topics03 {
  --mt: 0;
  --pt: 132;
  --pb: 132;
  margin-top: calc(var(--mt) * 1em/16);
  padding: calc(var(--pt) * 1em/16) 0 calc(var(--pb) * 1em/16);
  background-color: var(--gray-bg);
  overflow: hidden;
  @media screen and (max-width: 880px) {
    --mt: 0;
    --pt: 90;
    --pb: 48;
  }
}
.p-tips__topics03Title {
  &amp; .c-topicstitle__main {
    @media screen and (max-width: 1150px) {
      /* flex-direction: column; */
      flex-wrap: wrap;
    }
  }
}
.p-tips__topics03Txt {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: calc(900/1200*100%);
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: 0.06em;
  @media screen and (max-width: 880px) {
    font-size: calc(16em/16);
    width: calc(320/360*100%);
  }
}
.p-tips__topics03Img {
  position: relative;
  z-index: 1;
  margin: calc(60em/16) auto 0;
  width: min(calc(1006em/16), 100%);
  @media screen and (max-width: 880px) {
    margin: calc(45em/16) auto 0;
  }
}</pre></body></html>