@charset "UTF-8";
section.privacypolicy {
  width: 86%;
  margin: auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}
section.privacypolicy:nth-of-type(n+2) {
  margin-top: 5em;
}

.privacypolicy-item {
  margin-top: 2em;
  padding-left: 2em;
}
.privacypolicy-item dt {
  text-indent: -2em;
}
.privacypolicy-item-number {
  margin-top: 1em;
  margin-bottom: 1em;
  counter-reset: number 0;
}
.privacypolicy-item-number > li {
  display: flex;
}
.privacypolicy-item-number > li:before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.privacypolicy-item-number > li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.privacypolicy-item-number ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.privacypolicy-item-number ol > li {
  display: flex;
}
.privacypolicy-item-number ol > li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.privacypolicy .updates {
  margin-top: 2em;
  text-align: right;
}
.privacypolicy .signature {
  margin-top: 2em;
  text-align: right;
}
.privacypolicy table.mojikumi td {
  vertical-align: top;
  padding-top: 0.5em;
}
.privacypolicy table.mojikumi td:nth-of-type(n+2) {
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .privacypolicy table.mojikumi td {
    display: block;
  }
  .privacypolicy table.mojikumi td:nth-of-type(n+1) {
    padding-top: 1em;
  }
  .privacypolicy table.mojikumi td:nth-of-type(n+2) {
    padding-left: 0;
    padding-top: 0;
  }
} /** @media max-width: 767px */