@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader::before, .main .pageHeader::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .scrollIn.pageHeader::before, .main .scrollIn.pageHeader::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader::before {
  content: "";
  display: block;
  width: 2.91rem;
  aspect-ratio: 291/307;
  position: absolute;
  top: 0.94rem;
  right: 1.75rem;
  background: url(../../assets/imgs/leaf_291x307.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageHeader::before {
    width: 1.45rem;
    top: 0;
    right: -0.2rem;
  }
}
.main .outline {
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .outline {
    margin: 1rem 0 0;
  }
}
.main .outline table {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .outline table {
    display: block;
  }
  .main .outline table tbody {
    display: block;
  }
}
.main .outline table::before, .main .outline table::after {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  z-index: -1;
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .outline table::before, .main .outline table::after {
    width: 1.83em;
  }
}
.main .outline table::before {
  top: -0.8rem;
  left: -1.6rem;
}
@media screen and (max-width: 750px) {
  .main .outline table::before {
    top: -0.3rem;
    left: 0;
  }
}
.main .outline table::after {
  right: -1.06rem;
  bottom: -0.4rem;
}
@media screen and (max-width: 750px) {
  .main .outline table::after {
    right: 0;
    bottom: -0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .outline table tr {
    display: block;
  }
}
.main .outline table th,
.main .outline table td {
  box-sizing: border-box;
  border-right: 0.01rem solid #c3cdca;
  border-bottom: 0.01rem solid #c3cdca;
  padding-block: 0.24rem;
  font-size: 0.198rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .outline table th,
  .main .outline table td {
    display: block;
    font-size: 0.28rem;
  }
}
.main .outline table th {
  width: 3.8rem;
  padding-inline: 0.28rem;
  border-left: 0.01rem solid #c3cdca;
  background: #8e9996;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .main .outline table th {
    width: auto;
    border-bottom: none;
  }
}
.main .outline table td {
  padding-inline: 0.6rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .outline table td {
    border-left: 0.01rem solid #c3cdca;
    padding-inline: 0.3rem;
  }
  .main .outline table td:first-of-type {
    border-top: none;
  }
}
.main .outline table .info_terms td {
  padding-inline: 0.3rem;
}
.main .outline table .info_terms td h3 {
  font-weight: 400;
}/*# sourceMappingURL=unique.css.map */