@charset "UTF-8";
/* --- purchase --- */
.purchase-section {
  padding-bottom: 15em;
}

.hearingaid-lead .hearingaid-asterisk {
  font-size: 1.6rem;
}

.hearingaid-shape-ex {
  width: 85%;
  margin: 0 auto;
}
.hearingaid-shape-ex ul {
  display: flex;
  justify-content: center;
  column-gap: 2em;
  margin-top: 1em;
}
.hearingaid-shape-ex figure {
  width: 280px;
}
.hearingaid-shape-ex figure img {
  border: #ccc 1px solid;
}

.hearingaid-shape-ex figcaption {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.hearingaid-scene {
  counter-reset: number 0;
}
.hearingaid-scene h3::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.hearingaid-scene li {
  margin-bottom: 3.75em;
}

.scene-detail {
  display: flex;
  column-gap: 1.87em;
  margin-top: 0.87em;
}
.scene-detail figure {
  width: 330px;
  flex-shrink: 0;
}
.scene-detail p:nth-child(2) {
  margin-top: 2em;
}

/* --- SP--- */
@media screen and (max-width: 1000px) {
  .purchase-section {
    padding-bottom: 8.6em;
  }
  .purchase-section:last-of-type {
    padding-bottom: 16.6em;
  }
  
  .hearingaid-lead .hearingaid-asterisk {
    font-size: 1.4rem;
  }
  .hearingaid-shape-ex {
    width: 100%;
  }
  .hearingaid-shape-ex ul {
    flex-direction: column;
    align-items: center;
    row-gap: 1.73em;
  }
  .hearingaid-shape-ex figure {
    width: calc((230 / 414) * 100vw);
  }
  .scene-detail {
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
    margin-top: 1.73em;
  }
  .scene-detail figure {
    width: 90%;
  }
  .scene-detail p:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
    .mod-auto.hearingaid-nav1.mt100.mb100 {
      margin: 0;
      max-width: unset;
    }
    body .mod-anchor-body.pure-g.space-u-20 {
        margin: 4em auto 8.66em;
        max-width: 70%;
    }  
    body .contant-edt-elements-wrap h1 {
        font-size: 2.4rem;
        margin: 2.5em 0 1.66em;
    }
    body .contant-edt-elements-wrap h3 {
        font-size: 2.0rem;
    }
    
}