.terms__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .terms__wrapper {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .terms__wrapper {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .terms__wrapper {
    padding-top: 18.5185185185vw;
    padding-bottom: 15.873015873vw;
    width: 91.0052910053vw;
  }
}
.terms__title {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .terms__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.terms__article {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.terms__content {
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
}
.terms__content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .terms__content p {
    font-size: 15px;
  }
}
.terms__content p:last-child {
  margin-bottom: 0;
}
.terms__content ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}
.terms__content ol:last-child {
  margin-bottom: 0;
}
.terms__content ol li {
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .terms__content ol li {
    font-size: 15px;
  }
}
.terms__content ol li:last-child {
  margin-bottom: 0px;
}
.terms__content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .terms__content ol li::before {
    font-size: 15px;
  }
}
.terms__content ol li.list-none:before {
  display: none;
}
.terms__content ol li ol {
  counter-reset: inNum;
  padding-left: 30px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .terms__content ol li ol {
    padding-left: 0px;
    transform: translateX(-18px);
  }
}
.terms__content ol li ol li {
  padding-left: 32px;
}
.terms__content ol li ol li::before {
  counter-increment: inNum;
  content: "(" counter(inNum) ")";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .terms__content ol li ol li::before {
    font-size: 15px;
  }
}

.change-block {
  width: 100%;
  margin-bottom: 43px;
}
.change-block__header {
  width: 100%;
  border-bottom: 4px solid #fa7a34;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.change-block__header-left {
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  background-color: #cfd4dc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.change-block__header-left:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .change-block__header-left {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.change-block__header-left.showing {
  background-color: #fa7a34;
}
.change-block__body {
  display: none;
  padding-top: 50px;
}
.change-block__body.showing {
  display: block;
}
@media screen and (max-width: 600px) {
  .change-block__body {
    padding-top: 35px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 414px) {
  .change-block__body {
    padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }
}/*# sourceMappingURL=terms.css.map */