@charset "UTF-8";

/* id インドネシア語表示調整 */

body {
  font-family: "Rubik", sans-serif;
}

.button-lang,
.button-header-link-large,
.button-header-link {
  font-family: "Rubik", sans-serif;
}

ol {
  counter-reset:number;
}

ol li {
  position: relative;
  line-height: 1;
  padding-left: 20px;
}
ol li:nth-child(n + 2) {
  margin-top: 15px;
}

.pages__text__item::before,
ol li::before {
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-size: initial;
  font-weight: 500;
  line-height: 1;
}

ol a {
  text-decoration: underline;
}

ol a:hover {
  color: #E83928;
}


@media screen and (min-width: 768px) {
  .button-page-top__icon {
    width: 96px;
  }
  .button-page-top__text {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 32px;
    width: 74%;
  }
  .button-page-top.is-static .button-page-top__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__title {
    bottom: 15px;
  }
  .title-mv__large {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 0;
  }
}
