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

.pm-labelblock {
  @media screen and (max-width: 880px) {
    margin-left: calc(-20/320*100%);
    margin-right: calc(-20/320*100%);
  }
}
.pm-labelblock__title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 0 calc(20/445*100%);
  width: calc(445em/16);
  height: calc(80em/16);
  background-color: var(--yellow-color);
  border-radius: calc(5em/16);
  box-shadow: 0 calc(5em/16) 0 0 #828281;
  &amp;::before,
  &amp;::after {
    content: '';
    display: block;
    width: calc(10em/16);
    height: calc(10em/16);
    background-color: #fff;
    border-radius: 100vmax;
  }
  @media screen and (max-width: 880px) {
    padding: 0 calc(20/445*100%);
    width: calc(320em/16);
    height: calc(89em/16);
    border-radius: calc(5em/16);
    box-shadow: 0 calc(4em/16) 0 0 #828281;
    &amp;::before,
    &amp;::after {
      width: calc(7em/16);
      height: calc(7em/16);
    }
  }
}
.pm-labelblock__titleTxt {
  font-size: calc(24em/16);
  letter-spacing: 0.1em;
  @media screen and (max-width: 880px) {
    font-size: calc(23em/16);
  }
}
.pm-labelblock__body {
  position: relative;
  z-index: 1;
  margin-top: calc(-35em/18);
  padding: calc(88em/18) calc(64/900*100%) calc(56em/18);
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: 0.04em;
  background-color: #fff5b3;
  border-radius: calc(5em/18);
  @media screen and (max-width: 880px) {
    margin-top: calc(-26em/14);
    padding: calc(56em/14) calc(34/360*100%) calc(30em/14);
    font-size: calc(14em/16);
  }
}</pre></body></html>