@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.ttl-page {
  display: block;
  aspect-ratio: 72/21;
  position: relative;
  margin: 0 auto -24rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ttl-page {
    aspect-ratio: 2/1;
    margin: 0 auto -7rem auto;
  }
}
.ttl-page__img {
  background-image: url(../img/ttl-compliance.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ttl-page__img {
    background-image: url(../img/ttl-compliance-sp.svg);
  }
}
.ttl-page__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-page__txt {
    font-size: 3.2rem;
    width: 100%;
    transform: translate(-50%, -65%);
  }
}
.ttl-page__illust {
  position: absolute;
  top: 5.5vw;
  right: 19vw;
  width: 6vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-page__illust {
    top: 17vw;
    right: 7vw;
    width: 11vw;
  }
}

.ttl-part {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 2em auto 1em auto;
}

.list-marumoji {
  list-style-type: none;
  padding-left: 2em;
  text-indent: -1em;
}
.list-marumoji li {
  margin: 1rem auto;
}

.list-brit {
  padding-left: 2em;
}
.list-brit li {
  margin: 1rem auto;
}

.list-number {
  padding-left: 2em;
}
.list-number li {
  margin: 1rem auto;
}/*# sourceMappingURL=compliance.css.map */