@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.fadeIn {
  opacity: 0;
  transition: all 0.6s;
}
.fadeIn.active {
  opacity: 1;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}
.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s;
}
.fadeInRight.active {
  opacity: 1;
  transform: translateX(0);
}

.btn.gold {
  background: linear-gradient(90deg, rgb(186, 116, 24) 0%, rgb(249, 216, 118) 50%, rgb(186, 116, 24) 100%);
  width: 175px;
  color: #fff;
}

.page-200k-users {
  margin-top: 100px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-200k-users {
    margin-top: 10px;
  }
}
.page-200k-users .container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-200k-users .scroll-hint-icon-blue {
  background-color: #0097ac;
}
.page-200k-users h2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-200k-users h2 div {
  background: linear-gradient(90deg, #43a0b3 0%, #79cfdc 50%, #43a0b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .page-200k-users h2 div {
    font-size: 9vw;
  }
}
.page-200k-users h2 span {
  position: relative;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  display: inline-block;
  padding: 8px 30px 12px;
  color: #43a0b3;
  background-color: #fff100;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-200k-users h2 span {
    padding: 8px 17px 10px;
    font-size: 2rem;
  }
}
.page-200k-users h2 span::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff100;
  z-index: 2;
}
.page-200k-users .contact-cta {
  margin-top: 30px;
}
.page-200k-users .contact-cta a {
  position: relative;
  display: block;
  margin-bottom: 16px;
  width: 100%;
  padding: 30px 0;
  background-color: #fff100;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .page-200k-users .contact-cta a {
    font-size: 4.5vw;
  }
}
.page-200k-users .contact-cta a:hover {
  opacity: 0.6;
}
.page-200k-users .contact-cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../img/200ksubs/arrow_cta.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-200k-users .contact-cta p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}
.page-200k-users .mv02 {
  width: 100vw;
  position: relative;
}
.page-200k-users .mv02 img {
  width: 100%;
  height: auto;
}
.page-200k-users .mv02.mt_100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .mv02.mt_100 {
    margin-top: 60px;
  }
}
.page-200k-users .mv02 .link {
  position: absolute;
  bottom: 6.6vw;
  display: inline-block;
  width: 14.8vw;
  height: 6.6vw;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .page-200k-users .mv02 .link {
    bottom: 49vw;
    width: 39vw;
    height: 21vw;
  }
}
.page-200k-users .mv02 .link:hover {
  background-color: rgba(255, 255, 255, 0.368627451);
}
.page-200k-users .mv02 .link.link01 {
  left: 27vw;
}
@media screen and (max-width: 768px) {
  .page-200k-users .mv02 .link.link01 {
    left: 10.5vw;
  }
}
.page-200k-users .mv02 .link.link02 {
  left: 42vw;
}
@media screen and (max-width: 768px) {
  .page-200k-users .mv02 .link.link02 {
    left: 50.7vw;
  }
}
.page-200k-users .mv02 .link.link03 {
  left: 58vw;
  width: 14.3vw;
}
@media screen and (max-width: 768px) {
  .page-200k-users .mv02 .link.link03 {
    left: 10.5vw;
    bottom: 14vw;
    width: 79vw;
  }
}
.page-200k-users .sec01 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01 {
    padding-top: 60px;
  }
}
.page-200k-users .sec01__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__header {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 160px auto;
  }
}
.page-200k-users .sec01__header__txt {
  width: calc((100% - 30px - 16px) / 2);
  background-color: #d3f7fd;
  text-align: center;
  padding: 24px;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__header__txt {
    width: 100%;
  }
}
.page-200k-users .sec01__header__txt:first-child strong {
  font-size: 6rem;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__header__txt:first-child strong {
    font-size: 5rem;
  }
}
.page-200k-users .sec01__header__txt:last-child strong {
  display: block;
  font-size: 4.5rem;
  color: #0097ac;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__header__txt:last-child strong {
    font-size: 6.7vw;
  }
}
.page-200k-users .sec01__header__txt p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #43a0b3;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__header__txt p {
    font-size: 2rem;
  }
}
.page-200k-users .sec01__header .plus {
  width: 30px;
  height: auto;
}
.page-200k-users .sec01__body {
  position: relative;
}
.page-200k-users .sec01__body .img01 {
  position: absolute;
  top: 0;
  left: 500px;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body .img01 {
    top: -220px;
    left: auto;
    right: 0;
    width: 150px;
  }
}
.page-200k-users .sec01__body dl:not(:last-of-type) {
  margin-bottom: 60px;
}
.page-200k-users .sec01__body dl:nth-of-type(2) dd {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body dl:nth-of-type(2) dd {
    font-size: 2.2rem;
  }
}
.page-200k-users .sec01__body dl:nth-of-type(3) dd {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.page-200k-users .sec01__body dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #0097ac;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body dl dt {
    font-size: 7vw;
  }
}
.page-200k-users .sec01__body dl dt img {
  width: 40px;
  height: auto;
}
.page-200k-users .sec01__body dl dd ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body dl dd ul li {
    gap: 8px;
    font-size: 4.8vw;
  }
}
.page-200k-users .sec01__body dl dd ul li:not(:last-child) {
  margin-bottom: 16px;
}
.page-200k-users .sec01__body dl dd ul li:first-child strong {
  transform: translateY(-10px);
}
.page-200k-users .sec01__body dl dd ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding-bottom: 6px;
  font-family: "zen-maru-gothic", sans-serif;
  border-radius: 50%;
  font-size: 3.2rem;
  line-height: 5em;
  background-color: #d3f7fd;
  color: #0097ac;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body dl dd ul li .num {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 2.4rem;
    padding-bottom: 2px;
  }
}
.page-200k-users .sec01__body dl dd ul li strong {
  color: #e60012;
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec01__body dl dd ul li strong {
    font-size: 170%;
  }
}
.page-200k-users .sec01__body dl dd ul li .small {
  font-size: 60%;
  font-weight: 400;
}
.page-200k-users .sec02 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02 {
    padding-top: 60px;
  }
}
.page-200k-users .sec02 h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02 h3 {
    margin-bottom: 200px;
  }
}
.page-200k-users .sec02 h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02 h3 span {
    font-size: 1.8rem;
  }
}
.page-200k-users .sec02 h3 div {
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #e60012;
  -webkit-text-decoration: #fff100 wavy underline;
          text-decoration: #fff100 wavy underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02 h3 div {
    font-size: 7.1vw;
  }
}
.page-200k-users .sec02__body {
  position: relative;
}
.page-200k-users .sec02__body .img01 {
  position: absolute;
  top: 0;
  left: 500px;
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02__body .img01 {
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
  }
}
.page-200k-users .sec02__body dl:not(:last-of-type) {
  margin-bottom: 60px;
}
.page-200k-users .sec02__body dl:first-of-type dd {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-200k-users .sec02__body dl:first-of-type dd strong {
  display: block;
  margin-top: 4px;
  font-size: 3rem;
  color: #e60012;
}
.page-200k-users .sec02__body dl:nth-of-type(3) dd {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.page-200k-users .sec02__body dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #0097ac;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
.page-200k-users .sec02__body dl dt img {
  width: 40px;
  height: auto;
}
.page-200k-users .sec02__body dl dd ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02__body dl dd ul li {
    align-items: flex-start;
    font-size: 1.6rem;
  }
}
.page-200k-users .sec02__body dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02__body dl dd ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.page-200k-users .sec02__body dl dd ul li:first-child strong {
  transform: translateY(-10px);
}
.page-200k-users .sec02__body dl dd ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  font-family: "zen-maru-gothic", sans-serif;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 5em;
  background-color: #0097ac;
  color: #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec02__body dl dd ul li .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 2rem;
    padding-bottom: 2px;
  }
}
.page-200k-users .sec02__body dl dd ul li strong {
  color: #e60012;
  font-size: 200%;
  font-weight: 700;
}
.page-200k-users .sec02__body dl dd ul li .small {
  font-size: 60%;
  font-weight: 400;
}
.page-200k-users .sec03 {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #e3f1f4;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03 {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.page-200k-users .sec03__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header {
    width: 80%;
    margin: 0 auto 200px auto;
    flex-wrap: wrap;
  }
}
.page-200k-users .sec03__header__txt {
  width: calc((100% - 30px - 16px) / 2);
  background-color: #0097ac;
  text-align: center;
  padding: 24px;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header__txt {
    width: 100%;
  }
}
.page-200k-users .sec03__header__txt:last-child p {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header__txt:last-child p {
    font-size: 3.4vw;
  }
}
.page-200k-users .sec03__header__txt:last-child strong {
  display: block;
  font-size: 4.5rem;
  color: #fff100;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header__txt:last-child strong {
    font-size: 8.3vw;
  }
}
.page-200k-users .sec03__header__txt p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header__txt p {
    font-size: 2rem;
  }
}
.page-200k-users .sec03__header__txt strong {
  font-size: 6rem;
  color: #fff100;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__header__txt strong {
    font-size: 5rem;
  }
}
.page-200k-users .sec03__header .plus {
  width: 30px;
  height: auto;
}
.page-200k-users .sec03__body {
  position: relative;
}
.page-200k-users .sec03__body .img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body .img01 {
    position: absolute;
    top: -210px;
    right: 50%;
    transform: translateX(50%);
    width: 200px;
    height: auto;
  }
}
.page-200k-users .sec03__body dl:not(:last-of-type) {
  margin-bottom: 60px;
}
.page-200k-users .sec03__body dl:nth-of-type(2) dd ul {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl:nth-of-type(2) dd ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.page-200k-users .sec03__body dl:nth-of-type(2) dd ul li {
  flex-wrap: nowrap;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl:nth-of-type(2) dd ul li {
    width: 100%;
    align-items: flex-start;
    font-size: 4.1vw;
  }
}
.page-200k-users .sec03__body dl:nth-of-type(2) dd ul li span {
  display: block;
  font-size: 70%;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl:nth-of-type(3) dd ul li {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-200k-users .sec03__body dl:nth-of-type(3) dd ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl:nth-of-type(3) dd ul li p {
    font-size: 1.4rem;
  }
}
.page-200k-users .sec03__body dl:nth-of-type(3) dd ul li p .blue {
  color: #0097ac;
}
.page-200k-users .sec03__body dl:nth-of-type(3) dd ul li p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-200k-users .sec03__body dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #0097ac;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
.page-200k-users .sec03__body dl dt img {
  width: 40px;
  height: auto;
}
.page-200k-users .sec03__body dl dd ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
}
.page-200k-users .sec03__body dl dd ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li:first-child .inner p:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li:first-child .inner p:nth-child(3) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li:nth-child(2) .inner p:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li:nth-child(2) .inner p:nth-child(2) {
    font-size: 1.8rem;
    margin-right: 4px;
  }
}
.page-200k-users .sec03__body dl dd ul li:nth-child(2) .inner p:first-child {
  font-size: 1.6rem;
  line-height: 1.3;
}
.page-200k-users .sec03__body dl dd ul li:nth-child(2) .inner p:nth-child(2) {
  font-size: 2.4rem;
  color: #e60012;
}
.page-200k-users .sec03__body dl dd ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-family: "zen-maru-gothic", sans-serif;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 5em;
  background-color: #0097ac;
  color: #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .num {
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 2rem;
    padding-bottom: 1px;
  }
}
.page-200k-users .sec03__body dl dd ul li strong {
  color: #e60012;
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li strong {
    font-size: 140%;
  }
}
.page-200k-users .sec03__body dl dd ul li .inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .inner {
    margin-top: -60px;
    padding-left: 45px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.page-200k-users .sec03__body dl dd ul li .inner p {
  font-size: 3rem;
}
.page-200k-users .sec03__body dl dd ul li .inner p span {
  font-size: 1.4rem;
}
.page-200k-users .sec03__body dl dd ul li .plan {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .plan {
    padding-left: 45px;
  }
}
.page-200k-users .sec03__body dl dd ul li .plan dt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000;
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 4px;
  padding-bottom: 6px;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .plan dt {
    font-size: 1.4rem;
  }
}
.page-200k-users .sec03__body dl dd ul li .plan dd {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .plan dd {
    font-size: 2.8vw;
  }
}
.page-200k-users .sec03__body dl dd ul li .plan dd img {
  width: 20px;
  height: auto;
  margin: 0 2px;
}
.page-200k-users .sec03__body dl dd ul li .plan dd strong {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .plan dd strong {
    font-size: 1.3rem;
  }
}
.page-200k-users .sec03__body dl dd ul li .plan dd strong.red {
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body dl dd ul li .plan dd strong.red {
    display: block;
    margin-top: 2px;
    text-align: right;
  }
}
.page-200k-users .sec03__body .small {
  margin-top: 30px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec03__body .small {
    text-align: left;
  }
}
.page-200k-users .sec04 {
  position: relative;
  padding: 14vw 17vw;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec04 {
    padding: 24vw 5vw;
  }
}
.page-200k-users .sec04 .container {
  width: 100%;
  max-width: inherit;
}
.page-200k-users .sec04 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.page-200k-users .sec04 h2 {
  margin-bottom: 30px;
}
.page-200k-users .sec04 h2 div {
  font-size: clamp(4rem, 5vw, 7rem);
}
.page-200k-users .sec04 .table-wrap {
  position: relative;
}
.page-200k-users .sec04 .table-wrap .img01,
.page-200k-users .sec04 .table-wrap .img02 {
  position: absolute;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec04 .table-wrap .img01,
  .page-200k-users .sec04 .table-wrap .img02 {
    display: none;
  }
}
.page-200k-users .sec04 .table-wrap .img01 {
  width: 120px;
  left: -100px;
  bottom: -50px;
}
.page-200k-users .sec04 .table-wrap .img02 {
  width: 100px;
  right: -80px;
  bottom: -60px;
}
.page-200k-users .sec04 table {
  width: 100%;
  border: 3px solid #0097ac;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-200k-users .sec04 table {
    width: 1100px;
  }
}
.page-200k-users .sec04 table tr:first-child th,
.page-200k-users .sec04 table tr:nth-child(2) th {
  padding: 10px;
  background-color: #fffef4;
}
.page-200k-users .sec04 table tr:not(:nth-child(2)) th:first-child {
  font-size: 1.7rem;
  padding: 24px 0;
  width: 12%;
}
.page-200k-users .sec04 table th,
.page-200k-users .sec04 table td {
  padding: 24px 6px;
  border: 1px solid #0097ac;
  vertical-align: middle;
}
.page-200k-users .sec04 table th {
  text-align: center;
  color: #0097ac;
  font-weight: 700;
}
.page-200k-users .sec04 table td {
  font-size: 1.5rem;
  line-height: 1.4;
}
.page-200k-users .sec04 table td a {
  color: #0097ac;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}
.page-200k-users .sec04 table td ul li,
.page-200k-users .sec04 table td ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-200k-users .sec04 table td ul li span,
.page-200k-users .sec04 table td ol li span {
  color: #0097ac;
}