body .txt-area {
  width: 1000px;
  margin: 0 auto;
  padding-top: 111px;
  padding-bottom: 113px;
}
body .txt-area h2 {
  text-edge: cap;
  /* pc/text/title_L */
  font-family: Inter;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-top: 40px;
}
body .txt-area h2:first-child {
  margin-top: 0;
}
body .txt-area p {
  text-edge: cap;
  /* pc/text/body_M */
  font-family: Inter;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  padding-top: 25px;
}
body .txt-area p:first-child {
  padding-top: 0;
}
body .txt-area ol {
  padding-top: 25px;
  padding-left: 30px;
}
body .txt-area ol li {
  text-edge: cap;
  /* pc/text/body_M */
  font-family: Inter;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  padding-top: 25px;
  list-style-type: decimal;
}
body .txt-area ol li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body .txt-area {
    width: auto;
    margin: 0 auto;
    padding: 24vw 8.5333333333vw 13.6vw;
  }
  body .txt-area h2 {
    font-size: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  body .txt-area p {
    text-edge: cap;
    font-family: Inter;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 137%; /* 22.4px */
  }
  body .txt-area p:first-child {
    padding-top: 0;
  }
  body .txt-area ol {
    padding-top: 6.6666666667vw;
    padding-left: 8vw;
  }
  body .txt-area ol li {
    font-size: 4.2666666667vw;
    padding-top: 6.6666666667vw;
  }
}