/* Sass Document */
.privacy_policy_content .ttl {
  color: #07a5b0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .privacy_policy_content .ttl {
    font-size: 1.4rem;
  }
}
.privacy_policy_content .block + .block {
  margin-top: 35px;
}
@media screen and (max-width: 767.98px) {
  .privacy_policy_content .block + .block {
    margin-top: 17px;
  }
}
.privacy_policy_content .list {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .privacy_policy_content .list {
    font-size: 1.2rem;
  }
}
.privacy_policy_content .list li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767.98px) {
  .privacy_policy_content .list li {
    font-size: 1.2rem;
  }
}
.privacy_policy_content a {
  color: currentColor;
}
/*# sourceMappingURL=privacy_policy.css.map */