<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-trademethod__step04 {
  background-color: var(--yellow-color02);
}
.p-trademethod__step04HeadConversation {
  &amp; .cm-conversation__itemBody.is-left {
    --conversation-body-background-color: #fff;
  }
}
.p-trademethod__step04BodyBlock {
  &amp; .body__category {
    display: flex;
    flex-wrap: wrap;
    gap: calc(25em/16) calc(10em/16);
    margin-top: calc(28em/16);
    @media screen and (max-width: 880px) {
      gap: calc(13em/16) calc(5em/16);
    }
  }
  &amp; .body__categoryItem {
    position: relative;
    z-index: 1;
    padding: calc(8em/14) calc(20em/14);
    font-size: calc(14em/16);
    letter-spacing: 0.06em;
    background-color: var(--yellow-color);
    border-radius: 100vmax;
    /* overflow: hidden; */
    filter: drop-shadow(0 calc(6em/16) 0 rgb(0 0 0/.1));
  }
}
.p-trademethod__step04Comment {
  margin: calc(100em/16) auto;
  @media screen and (max-width: 880px) {
    margin: calc(50em/16) auto calc(40em/16);
  }
}
.p-trademethod__step04Comment-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: calc(40em/16);
  width: 100%;
  @media screen and (max-width: 880px) {
    gap: unset;
    justify-content: space-between;
    margin-top: calc(40em/16);
  }
}
.p-trademethod__step04CommentImg {
  margin-right: calc(8em/16);
  width: calc(189em/16);
  @media screen and (max-width: 880px) {
    margin-right: 0;
    width: calc(98em/16);
  }
}
.p-trademethod__step04CommentFukidashi {
  position: relative;
  margin-bottom: calc(24em/16);
  width: calc(718em/16);
  color: #fff;
  overflow: visible;
  filter: drop-shadow(0 calc(6em/16) 0 rgb(0 0 0/.25));
  opacity: 0;
  will-change: transform;
  @media screen and (max-width: 880px) {
    margin-bottom: calc(25em/16);
    width: max(calc(250em/16), calc(250/400*100vw));
    filter: drop-shadow(0 calc(3em/16) 0 rgb(0 0 0/.25));
  }
}
.p-trademethod__step04CommentFukidashi-inner {
  position: relative;
  &amp;::before {
    content: '';
    position: absolute;
    top: calc(184em/16);
    right: calc(-20em/16);
    width: calc(25em/16);
    height: calc(10em/16);
    background: var(--main-color);
    border-radius: 0 calc(3em/16) calc(3em/16) 0;
    rotate: 15deg;
  }
  @media screen and (max-width: 880px) {
    &amp;::before {
      top: auto;
      bottom: calc(26em/16);
      right: calc(-10em/16);
      width: calc(13em/16);
      height: calc(5em/16);
      border-radius: 0 calc(2em/16) calc(2em/16) 0;
    }
  }
  &amp; .txt {
    padding: calc(36em/16) 0;
    background: var(--main-color);
    border-radius: calc(30em/16);
    overflow: hidden;
    @media screen and (max-width: 880px) {
      padding: calc(25em/16) calc(20/250*100%);
      border-radius: calc(15em/16);
    }
  }
  &amp; .txt__body {
    margin-inline: auto;
    width: fit-content;
    line-height: 1.6;
    font-size: calc(27em/16);
    letter-spacing: 0.04em;
    @media screen and (max-width: 1024px) {
      font-size: calc(27em/16*.9);
    }
    @media screen and (max-width: 880px) {
      line-height: 1.5;
      font-size: calc(14em/16);
      /* letter-spacing: 0.02em; */
      &amp; .u-spNone {
        display: none;
      }
    }
  }
}
.p-trademethod__step04BodyFastorder {
  &amp; .body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(60/900*100%);
    @media screen and (max-width: 1024px) {
      gap: calc(60/900*50%);
    }
    @media screen and (max-width: 880px) {
      flex-direction: column;
      align-items: center;
      gap: calc(45em/16);
    }
  }
  &amp; .body__order {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: calc(10em/16);
    width: calc(370em/16);
    @media screen and (max-width: 1024px) {
      font-size: .9em;
    }
    @media screen and (max-width: 880px) {
      gap: calc(9em/16);
      width: 100%;
      font-size: 1em;
    }
  }
  &amp; .body__orderItem {
    position: relative;
    padding: calc(32em/16) calc(16/370*100%) calc(32em/16) calc(64/370*100%);
    background-color: var(--gray-bg);
    border-radius: calc(10em/16);
    overflow: hidden;
    @media screen and (max-width: 880px) {
      display: flex;
      align-items: center;
      min-height: calc(60em/16);
      padding: calc(20em/16) calc(40/320*100%) calc(20em/16) calc(60/320*100%);
      border-radius: calc(5em/16);
    }
  }
  &amp; .body__orderItemNum {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(2em/22);
    padding-right: calc(6em/22);
    width: calc(45em/22);
    height: calc(45em/22);
    font-size: calc(22em/16);
    letter-spacing: 0.06em;
    color: var(--yellow-color02);
    background-color: var(--main-color);
    border-radius: 0 0 calc(30em/22) 0;
    @media screen and (max-width: 880px) {
      font-size: calc(18em/16);
    }
  }
  &amp; .body__orderItemTxt {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: calc(18em/16);
    @media screen and (max-width: 880px) {
      flex-direction: row;
      flex-wrap: wrap;
      font-size: calc(13em/16);
    }
  }
  &amp; .body__orderItemTxtLine.is-small {
    font-size: calc(16em/18);
    @media screen and (max-width: 880px) {
      font-size: calc(12em/13);
    }
  }
  &amp; .body__img {
    position: relative;
    flex: 1;
    width: calc(470/900*100%);
    border-radius: calc(10em/16);
    overflow: hidden;
    filter: drop-shadow(calc(0em/16) calc(6em/16) 0 rgb(0 0 0/.25));
    &amp;::before {
      content: '';
      position: absolute;
      inset: 0;
      border: calc(2em/16) solid;
      border-radius: calc(10em/16);
      overflow: hidden;
      pointer-events: none;
    }
    @media screen and (max-width: 880px) {
      width: calc(295/320*100%);
      border-radius: calc(5em/16);
      filter: drop-shadow(calc(0em/16) calc(3em/16) 0 rgb(0 0 0/.25));
      &amp;::before {
        border: calc(1em/16) solid;
        border-radius: calc(5em/16);
      }
    }
  }
}</pre></body></html>