@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=japanese");
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.privacy-index__list {
  counter-reset: ol_li;
  margin-top: 80px;
}

@media screen and (max-width: 959px) {
  .privacy-index__list {
    margin-top: 40px;
  }
}

.privacy-index__list__item {
  position: relative;
}

.privacy-index__list__item:before {
  content: counter(ol_li) ".";
  counter-increment: ol_li;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: 0;
}

.privacy-index__list__item:not(:first-child) {
  margin-top: 60px;
}

.privacy-index__list__item__heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4444em;
  margin-left: 25px;
}

.privacy-index__list__item__list {
  margin-top: 20px;
}

.privacy-index__list__item__list__item {
  position: relative;
  padding-left: 20px;
}

.privacy-index__list__item__list__item:not(:first-child) {
  margin-top: 30px;
}

.privacy-index__list__item__list__item:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  top: 5px;
  left: 0;
}

.privacy-index__list__item__list__item__paragraph {
  line-height: 1.714285714285714em;
}

.privacy-index__list__item__list__item__list {
  margin-top: 10px;
}

.privacy-index__list__item__list__item__list__item {
  position: relative;
  padding-left: 18px;
}

.privacy-index__list__item__list__item__list__item:not(:first-child) {
  margin-top: 10px;
}

.privacy-index__list__item__list__item__list__item:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  top: 5px;
  left: 0;
}
