.privacy-policy .section-ttl {
  margin-bottom: 50px;
}
.privacy-policy .simple-ttl {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .simple-ttl {
    font-size: 1.625rem;
  }
}
.privacy-policy .num-ttl {
  font-size: 1.75rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #222222;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .privacy-policy .num-ttl {
    font-size: 1.375rem;
  }
}
.privacy-policy .num-ttl .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.375rem;
  font-family: "Poppins", sans-serif;
  width: 30px;
  height: 30px;
  background: #CE3533;
  border-radius: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .num-ttl .num {
    font-size: 1rem;
  }
}
.privacy-policy .num-ttl .txt {
  width: calc(100% - 42px);
}
.privacy-policy .small-block {
  margin-bottom: 50px;
}
.privacy-policy .organization-list {
  margin-bottom: 24px;
}
.privacy-policy .organization-list:last-child {
  margin-bottom: 0;
}
.privacy-policy .organization-list dt {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-policy .organization-list dd {
  line-height: 2;
}
.privacy-policy .organization-list dd .indent li {
  margin-bottom: 0;
}
.privacy-policy .poricy-list li {
  text-indent: -1.8em;
  padding-left: 2em;
  margin-bottom: 5px;
}
.privacy-policy .list-column {
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .list-column {
    display: block;
  }
}
.privacy-policy .list-column dl:first-child {
  margin-right: 53px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .list-column dl:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.privacy-policy .list-column dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .list-column dl dt {
    margin-bottom: 4px;
  }
}