@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_privacy {
  margin-bottom: 8rem;
}
.p_privacy__heading {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.p_privacy__content {
  margin-bottom: 3rem;
}
.p_privacy__content__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #EAEEF7;
}
.p_privacy__content__item {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p_privacy__content__item--bg {
  background-color: #EAEEF7;
  padding: 2em;
  border-radius: 6px;
}
.p_privacy__content__item--establish {
  text-align: right;
}
.p_privacy__content__item--establish .signature {
  font-size: 1.125rem;
}/*# sourceMappingURL=privacy.css.map */