.privacy-section {
  margin-top: 5em;
}
.privacy-list {
  margin: 2.5em 0;
}
.list-hishi {
  padding-left: 1em;
  position: relative;
}
.list-hishi::before {
  content:"◆";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.page-box__gray {
  margin-top: var(--space-lg);
  text-align: center;
}
.page-box__gray table {
  display: inline-block;
  text-align: left;
  line-height: 2em;
}
.page-box__gray table th {
  padding-right: 1em;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}
.color-gray a {
  color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .page-box__gray table th {
    width: 9em;
  }
}