/* # =================================================================
   # terms
   # ================================================================= */

.terms__innerwrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 75px 92px 75px;
}

.terms__innerwrap .terms__update {
  font-size: 1.4rem;
  margin-bottom: 43px;
}

.terms__innerwrap h2 {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 43px;
  font-weight: 700;
}

.terms__innerwrap h3 {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

.terms__innerwrap p {
  font-size: 1.6rem;
  letter-spacing: 0.54px;
  line-height: 2.125;
}

.terms__innerwrap ul,
.terms__innerwrap ol {
  margin-top: 15px;
  margin-bottom: 7px;
}

.terms__innerwrap ul li,
.terms__innerwrap ol li {
  font-size: 1.6rem;
  line-height: 1.875;
}

.terms__innerwrap ul li::marker {
  font-size: 0.8em;
}

.terms__innerwrap ul {
  list-style: disc;
  margin-left: 2rem;
}

.terms__innerwrap a {
  color: #047f4a;
}

.terms__innerwrap a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .terms__innerwrap {
    border-radius: 5px;
    padding: 1px 5.5696202531645564vw 10.126582278481013vw 5.5696202531645564vw;
  }
  .terms__innerwrap h2 {
    font-size: 1.8rem;
  }
  .terms__innerwrap .terms__innerwrap {
    padding: 0 0 0 0;
  }
}

.pageContents {
  .leaf-3 {
    background-image: url(../../images/common/img_bg_contents-leaf-2.webp);
    width: 4.6rem;
    height: 2.8rem;
    bottom: 21.5rem;
    right: -8.7rem;
    animation: fall-right 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 1s;
  }
  .leaf-4 {
    background-image: url(../../images/common/img_bg_contents-leaf-1.webp);
    width: 7.1rem;
    height: 4.9rem;
    top: 74rem;
    right: -9rem;
    animation: fall-left 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.8s;
  }
  .leaf-5 {
    background-image: url(../../images/common/img_bg_contents-leaf-2.webp);
    width: 4.8rem;
    height: 2.8rem;
    bottom: 34rem;
    right: -13.7rem;
    animation: fall-right 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 1s;
  }
  .leaf-6 {
    background-image: url(../../images/common/img_bg_contents-leaf-1.webp);
    width: 7.1rem;
    height: 4.9rem;
    bottom: 147rem;
    left: -13rem;
    animation: fall-left-leaf6 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.8s;
  }
  @media screen and (max-width: 767px) {
    .leaf-1 {
      top: 53rem;
    }
    .leaf-3 {
      width: 3.7rem;
      bottom: -5.5rem;
      right: unset;
      left: 5.5rem;
      animation: fall-left-leaf3 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
      animation-delay: 1s;
    }
    .leaf-4 {
      width: 6rem;
      bottom: -8rem;
      right: unset;
      left: -1rem;
      animation: fall-left-leaf4 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }
    .leaf-5 {
      bottom: 320rem;
      left: -2rem;
    }
  }
}
