@charset "UTF-8";
#privacy-policy .ttl {
  font-weight: 700;
  color: var(--c-navy-01);
  font-family: var(--font-shippori);
  font-size: var(--fs-22);
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c-navy-01);
}
#privacy-policy .ttl:first-of-type {
  margin-top: 0;
}

#privacy-policy .desc {
  padding-bottom: 40px;
}
#privacy-policy ol {
  font-size: var(--fs-15);
  font-weight: var(--fw-medium);
  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;
}
#privacy-policy .address {
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 960px) {
  #privacy-policy h3 {
    margin-top: 32px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #privacy-policy ol li {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  #privacy-policy h3 {
    font-size: var(--fs-18);
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
