.privacy .privacy__list {
  max-width: 820px;
  margin: 0 auto;
}

.privacy .privacy__ttl {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}

.privacy .privacy__ttl:not(:first-of-type) {
  margin-top: 45px;
}

.privacy .privacy__ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #32312f;
  border-radius: 50%;
}

.privacy .privacy__txt {
  line-height: 1.7;
}

.privacy .privacy__txt a {
  letter-spacing: 0.04em;
  color: #32312f;
}
