html {
  font-size: 100PX;
  font-size: 5.2083333333vw;
}

body {
  margin: 0;
}

#moduleContent p, #moduleContent span, #moduleContent div, #moduleContent h1, #moduleContent h2, #moduleContent h3, #moduleContent h4, #moduleContent h5, #moduleContent h6, #moduleContent a {
  font-family: Noto Sans CJK JP !important;
}
#moduleContent .pc {
  display: inline-block;
}
#moduleContent .mo {
  display: none;
}
#moduleContent img {
  max-width: max-content;
  width: 100%;
  height: auto;
}
#moduleContent .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#moduleContent .flex-box.reverse-box {
  flex-direction: row-reverse;
}
#moduleContent .main-inner-box {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#moduleContent .banner-box img {
  display: block;
}
#moduleContent .method-section {
  background: #fbf0f1;
  padding: 0.58rem 0 0.8rem;
}
#moduleContent .method-section .method-title {
  width: 2.84rem;
  margin: 0 auto 0.5rem;
}
#moduleContent .method-section .method-title img {
  display: block;
}
#moduleContent .method-section .step-list {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
}
#moduleContent .method-section .step-list picture {
  display: block;
  margin-bottom: 0.22rem;
}
#moduleContent .method-section .step-list img {
  display: block;
}
#moduleContent .method-section .method-note {
  margin: 0.48rem 0 1.22rem;
  padding-left: 0.46rem;
  font-size: 0.3rem;
  line-height: 1.6;
  color: #000000;
}
#moduleContent .method-section .method-note a {
  margin: 0 0.06rem;
  color: #1698E3;
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}
#moduleContent .method-section .condition-box {
  overflow: hidden;
  border: 0.03rem solid #F17896;
  border-radius: 0.13rem;
  background: #fff;
}
#moduleContent .method-section .condition-box .condition-title {
  display: flex;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.24rem;
  background: #F17896;
}
#moduleContent .method-section .condition-box .condition-title img {
  width: 0.58rem;
  margin-right: 0.16rem;
}
#moduleContent .method-section .condition-box .condition-title span {
  font-size: 0.36rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
#moduleContent .method-section .condition-box .condition-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.87rem;
  padding: 0.36rem 0.3rem 0.36rem 0.4rem;
}
#moduleContent .method-section .condition-box .condition-text p {
  margin: 0 0 0.2rem;
  font-size: 0.26rem;
  line-height: 1.7;
  color: #666666;
}
#moduleContent .method-section .condition-box .condition-text p:last-child {
  margin-bottom: 0;
}
#moduleContent .method-section .condition-box .condition-text a {
  color: #4A96DD;
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}
#moduleContent .method-section .condition-box .condition-icon {
  width: 2.67rem;
  margin-left: 0;
}
#moduleContent .reward-section {
  position: relative;
  overflow: hidden;
  background: #f9fdff;
  padding: 0.68rem 0 1.26rem;
}
#moduleContent .reward-section .reward-title {
  width: 7.19rem;
  margin: 0 auto 0.58rem;
}
#moduleContent .reward-section .reward-title img {
  display: block;
}
#moduleContent .reward-section .reward-table {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
#moduleContent .reward-section .reward-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 0.7rem;
  margin-bottom: 0.08rem;
  border-radius: 0.1rem;
  color: #333;
}
#moduleContent .reward-section .reward-row:nth-child(odd):not(.reward-header) {
  background: #F8F5F3;
}
#moduleContent .reward-section .reward-row div {
  font-size: 0.28rem;
  line-height: 1.3;
  color: #333;
  font-weight: 400;
}
#moduleContent .reward-section .reward-row div:last-child {
  font-size: 0.3rem;
  font-weight: bold;
}
#moduleContent .reward-section .reward-row.high-rate div:last-child {
  color: #ff7d83;
}
#moduleContent .reward-section .reward-header {
  min-height: 0.72rem;
  margin-bottom: 0.12rem;
  background: #efbb98;
}
#moduleContent .reward-section .reward-header div {
  font-size: 0.36rem;
  color: #fff;
}
#moduleContent .reward-section .reward-cat {
  position: absolute;
  right: 0.24rem;
  bottom: 0;
  width: 1.28rem;
  z-index: 1;
}
#moduleContent .faq-section {
  background: #edf7ff;
  padding: 0.68rem 0 1.2rem;
}
#moduleContent .faq-section .faq-title {
  width: 4.28rem;
  margin: 0 auto 0.56rem;
}
#moduleContent .faq-section .faq-title img {
  display: block;
}
#moduleContent .faq-section .faq-list {
  width: 12rem;
  margin: 0 auto 0.92rem;
  padding: 0.42rem 0.36rem;
  background: #fff;
  box-sizing: border-box;
}
#moduleContent .faq-section .faq-item {
  margin-bottom: 0.2rem;
}
#moduleContent .faq-section .faq-item:last-child {
  margin-bottom: 0;
}
#moduleContent .faq-section .faq-item.active .faq-answer {
  display: block;
}
#moduleContent .faq-section .faq-item.active .faq-symbol::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#moduleContent .faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 0.58rem;
  padding: 0 0.22rem;
  border: 0.02rem solid #dde7f2;
  border-radius: 0.07rem;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Noto Sans CJK JP !important;
  font-size: 0.24rem;
  line-height: 1.4;
  font-weight: 700;
  color: #4175A7;
  text-align: left;
}
#moduleContent .faq-section .faq-symbol {
  position: relative;
  flex: 0 0 0.18rem;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.2rem;
}
#moduleContent .faq-section .faq-symbol::before, #moduleContent .faq-section .faq-symbol::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.14rem;
  height: 0.02rem;
  background: #333333;
  transform: translate(-50%, -50%);
}
#moduleContent .faq-section .faq-symbol::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#moduleContent .faq-section .faq-answer {
  display: none;
  margin-top: 0.18rem;
  padding: 0.24rem 0.22rem 0.3rem;
  border-radius: 0.08rem;
  background: #f7f7f7;
}
#moduleContent .faq-section .faq-answer p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
}
#moduleContent .faq-section .apply-button {
  display: block;
  width: 12rem;
  margin: 0 auto;
}
#moduleContent .faq-section .apply-button img {
  display: block;
}

@media (max-width: 750px) {
  html {
    font-size: 13.3333333333vw;
  }
  #moduleContent .pc {
    display: none;
  }
  #moduleContent .mo {
    display: inline-block;
  }
  #moduleContent .main-inner-box {
    width: 6.8rem;
    max-width: none;
  }
  #moduleContent .method-section {
    padding: 0.45rem 0 0.72rem;
  }
  #moduleContent .method-section .method-title {
    width: 1.96rem;
    margin-bottom: 0.28rem;
  }
  #moduleContent .method-section .step-list {
    max-width: none;
  }
  #moduleContent .method-section .step-list picture {
    margin-bottom: 0.22rem;
  }
  #moduleContent .method-section .method-note {
    margin: 0.12rem 0 0.55rem;
    padding-left: 0;
    font-size: 0.24rem;
    line-height: 1.55;
  }
  #moduleContent .method-section .condition-box {
    border-width: 0.03rem;
    border-radius: 0.14rem;
  }
  #moduleContent .method-section .condition-box .condition-title {
    height: 0.66rem;
    padding: 0 0.22rem;
  }
  #moduleContent .method-section .condition-box .condition-title img {
    width: 0.4rem;
    margin-right: 0.14rem;
  }
  #moduleContent .method-section .condition-box .condition-title span {
    font-size: 0.28rem;
  }
  #moduleContent .method-section .condition-box .condition-content {
    min-height: 2.45rem;
    padding: 0.32rem 0.28rem;
  }
  #moduleContent .method-section .condition-box .condition-text {
    flex: 1;
  }
  #moduleContent .method-section .condition-box .condition-text p {
    margin-bottom: 0.16rem;
    font-size: 0.22rem;
    line-height: 1.55;
  }
  #moduleContent .method-section .condition-box .condition-icon {
    width: 1.35rem;
    margin-left: 0.2rem;
  }
  #moduleContent .reward-section {
    padding: 0.56rem 0 1.05rem;
  }
  #moduleContent .reward-section .reward-title {
    width: 6.2rem;
    margin-bottom: 0.42rem;
  }
  #moduleContent .reward-section .reward-table {
    width: 6.8rem;
  }
  #moduleContent .reward-section .reward-row {
    min-height: 0.58rem;
    margin-bottom: 0.08rem;
    border-radius: 0.08rem;
  }
  #moduleContent .reward-section .reward-row div {
    font-size: 0.22rem;
  }
  #moduleContent .reward-section .reward-header {
    min-height: 0.66rem;
  }
  #moduleContent .reward-section .reward-header div {
    font-size: 0.24rem;
  }
  #moduleContent .reward-section .reward-cat {
    right: -0.12rem;
    width: 0.92rem;
  }
  #moduleContent .faq-section {
    padding: 0.56rem 0 0.88rem;
  }
  #moduleContent .faq-section .faq-title {
    width: 4.8rem;
    margin-bottom: 0.42rem;
  }
  #moduleContent .faq-section .faq-list {
    width: 6.8rem;
    margin-bottom: 0.62rem;
    padding: 0.28rem 0.2rem;
  }
  #moduleContent .faq-section .faq-item {
    margin-bottom: 0.18rem;
  }
  #moduleContent .faq-section .faq-question {
    min-height: 0.68rem;
    padding: 0.12rem 0.18rem;
    font-size: 0.22rem;
  }
  #moduleContent .faq-section .faq-symbol {
    flex-basis: 0.22rem;
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 0.16rem;
  }
  #moduleContent .faq-section .faq-symbol::before, #moduleContent .faq-section .faq-symbol::after {
    width: 0.18rem;
    height: 0.03rem;
  }
  #moduleContent .faq-section .faq-answer {
    margin-top: 0.16rem;
    padding: 0.22rem 0.18rem 0.26rem;
  }
  #moduleContent .faq-section .faq-answer p {
    font-size: 0.22rem;
    line-height: 1.65;
  }
  #moduleContent .faq-section .apply-button {
    width: 6.8rem;
  }
}