@charset "utf-8";
/* CSS Document */

.privacy_list dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.privacy_list dd {
  margin-bottom: 2rem;
}

@media screen and (max-width: 736px) {
  .privacy_list {
    font-size: 0.875rem;
  }
}