#scb-page {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#scb-page .subscription-overview .wrapper > h2 {
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 768px) {
  #scb-page .subscription-overview .wrapper > h2 {
    margin-bottom: 1rem;
  }
}
#scb-page .subscription-overview .wrapper > hr {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #scb-page .subscription-overview .wrapper > hr {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #scb-page .features-section .wrapper > hr {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #scb-page .features-section ul {
    gap: 8rem;
  }
}
#scb-page .features-section ul > li .feature-icon img.icon-duo {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  #scb-page .features-section ul > li .feature-icon img.icon-duo {
    width: 5rem;
    height: 5rem;
  }
}
#scb-page .features-section ul > li .feature-icon img.icon-pencil {
  position: relative;
  left: 1rem;
}
@media screen and (max-width: 768px) {
  #scb-page .features-section ul > li .feature-icon img.icon-pencil {
    left: 0.5rem;
  }
}
#scb-page .pricing-section {
  margin-top: 0;
  padding: 0;
}
#scb-page .pricing-section .wrapper {
  padding: 9rem 36rem 8rem 36rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
#scb-page .pricing-section .wrapper > h2 {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper > h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
#scb-page .pricing-section .wrapper > hr {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scb-page .pricing-section .wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.58rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
#scb-page .pricing-section .wrapper ul > li {
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li {
    width: 35rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0D5393;
  color: #fff;
  padding: 3.7rem 17rem 2.8rem 17rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .title {
    padding: 2rem 1rem 2rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .title h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .title h4 {
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .title h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .body {
  padding: 3.5rem 19.2rem 3.3rem 19.2rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .body {
    padding: 2rem 1rem 2rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .body .label {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.8rem;
  color: #0D5393;
  border: 0.063rem solid #0D5393;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .body .label {
    font-size: 1.2rem;
    padding: 0.6rem 1.8rem;
    margin-bottom: 1.4rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .body .units {
  font-size: 3.2rem;
  color: #0D5393;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .body .units {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .body .price {
  white-space: nowrap;
  font-weight: bold;
  font-size: 3.2rem;
  color: #0D5393;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .body .price {
    font-size: 2.4rem;
  }
}
#scb-page .pricing-section .wrapper ul > li .body .price > span {
  font-weight: 900;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper ul > li .body .price > span {
    font-size: 3.6rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan {
    border-radius: 2rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan .title {
  background-color: #5EA94A;
  color: #fff;
  padding-top: 3.7rem;
  padding-bottom: 3.1rem;
  border-radius: 3rem 3rem 0 0;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan .title {
    padding: 2rem 1rem;
    border-radius: 2rem 2rem 0 0;
    width: 35rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan .title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan .title h3 {
    font-size: 1.8rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan .body {
  background-color: #fff;
  border-radius: 0 0 3rem 3rem;
  padding-top: 3.7rem;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan .body {
    padding: 2rem 1rem 2rem;
    border-radius: 0 0 2rem 2rem;
    width: 35rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan .body .description {
  font-size: 2.4rem;
  color: #5EA94A;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan .body .description {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
#scb-page .pricing-section .wrapper .prime-plan .body .note {
  font-size: 2rem;
  color: #5EA94A;
}
@media screen and (max-width: 768px) {
  #scb-page .pricing-section .wrapper .prime-plan .body .note {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=scb.css.map */
