@layer page {
  .how-to-donate-section {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section {
      margin-top: 2.5rem;
    }
  }
  .how-to-donate-section__content {
    padding-inline: 1.25rem;
    margin-top: 1.5625rem;
  }
  @media screen and (max-width: 991px) {
    .how-to-donate-section__content {
      padding-inline: 0;
    }
  }
  .how-to-donate-section__sub-section + .how-to-donate-section__sub-section {
    margin-top: 1.75rem;
  }
  .how-to-donate-section__txt {
    margin-top: 0.3125rem;
    line-height: 1.625;
  }
  .how-to-donate-section__txt.-mt-adjust {
    margin-top: 0.875rem;
  }
  .how-to-donate-section__btn-wrap {
    margin-top: 2.5rem;
    text-align: center;
  }
  .how-to-donate-section__note {
    margin-top: 1.875rem;
    font-size: clamp(0.75rem, calc(0.75rem + 2 * (100vw - 375px) / 1065), 0.875rem);
    line-height: 1.6;
  }
  .how-to-donate-section__steps {
    margin-top: 3.4375rem;
  }
  .how-to-donate-section__steps.-color-primary .how-to-donate-section__steps-ttl {
    color: var(--primary-color);
  }
  .how-to-donate-section__steps.-color-primary .how-to-donate-section__steps-list li {
    border-color: var(--primary-color);
  }
  .how-to-donate-section__steps.-color-primary .how-to-donate-section__steps-list li::before {
    background-color: var(--primary-color);
  }
  .how-to-donate-section__steps.-color-green .how-to-donate-section__steps-ttl {
    color: #23b151;
  }
  .how-to-donate-section__steps.-color-green .how-to-donate-section__steps-list li {
    border-color: #23b151;
  }
  .how-to-donate-section__steps.-color-green .how-to-donate-section__steps-list li::before {
    background-color: #23b151;
  }
  .how-to-donate-section__steps-ttl {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .how-to-donate-section__steps-list {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__steps-list {
      margin-top: 1.375rem;
    }
  }
  .how-to-donate-section__steps-list li {
    position: relative;
    padding: 1.25rem 1.875rem;
    background-color: #fff;
    border: 1px solid;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__steps-list li {
      padding: 0.875rem 0.875rem 0.625rem;
    }
  }
  .how-to-donate-section__steps-list li + li {
    margin-top: 2rem;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__steps-list li + li {
      margin-top: 2.875rem;
    }
  }
  .how-to-donate-section__steps-list li + li::before {
    position: absolute;
    inset-inline: 0;
    top: calc((-2rem + -0.875rem) / 2);
    width: 1.5625rem;
    height: 0.875rem;
    margin-inline: auto;
    content: "";
    background-color: #000;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__steps-list li + li::before {
      top: calc((-2.875rem + -1rem) / 2);
      width: 1.8125rem;
      height: 1rem;
    }
  }
  .how-to-donate-section__steps-sub-ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__steps-txt {
      margin-top: 0.3125rem;
      line-height: 1.55;
    }
  }
  .how-to-donate-section__attention-wrap {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__attention-wrap {
      margin-top: 1.5625rem;
    }
  }
  .how-to-donate-section__download {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .how-to-donate-section__download {
      font-size: 1rem;
    }
  }
}