.p-privacy-section {
  padding-top: 96px;
}
@media only screen and (max-width: 767px) {
  .p-privacy-section {
    padding-top: 64px;
  }
}
.p-privacy__intro {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-privacy__intro {
    margin-top: 32px;
  }
}
.p-pdf-annotation {
  margin-top: 16px;
}
.p-pdf-annotation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pdf-annotation__item + .p-pdf-annotation__item {
  margin-top: 20px;
}
.p-pdf-annotation__num {
  font-weight: bold;
}
.p-pdf-annotation__content {
  margin-left: 10px;
}
.p-adobe__img-wrap {
  margin-top: 15px;
}
.p-adobe__link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  .p-adobe__link:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=./2025_privacy-policy.css.map */