@charset "UTF-8";
#privacy-policy h3 {
  font-weight: 700;
  color: var(--color-red-2);
  font-size: var(--fs-22);
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-red-2);
}
#privacy-policy h3:first-of-type {
  margin-top: 0;
}
#privacy-policy p {
  font-size: var(--fs-16);
  font-weight: 400;
  padding-bottom: 8px;
  text-align: justify;
}
#privacy-policy .desc {
  padding-bottom: 40px;
}
#privacy-policy ol {
  font-size: var(--fs-16);
  counter-reset: item;
  list-style-type: decimal;
  list-style-position: inside;
  text-align: justify;
}
#privacy-policy ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 16px;
}
#privacy-policy ol li:last-of-type {
  padding-bottom: 0;
}
#privacy-policy ol li::marker {
  color: var(--color-blue-1);
}
#privacy-policy ol li ol {
  padding-top: 16px;
}
#privacy-policy ol li ol li:last-of-type {
  padding-bottom: 0;
}
#privacy-policy .end {
  text-align: right;
}
@media screen and (max-width: 960px) {
  #privacy-policy h3 {
    margin-top: 32px;
    padding-bottom: 16px;
  }
  #privacy-policy ol li {
    padding-bottom: 8px;
  }
}
