.p-privacy {
  position: relative;
  border-top: 1px solid #1E201F;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-top: 2rem;
  }
}
.p-privacy::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: calc((100vw - 120rem) / 2);
  height: 1px;
  background: #1E201F;
}
.p-privacy__ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-privacy__sub {
  font-size: 2rem;
  font-weight: 700;
  margin: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__sub {
    margin: 4rem 0 2rem;
  }
}
.p-privacy__dot {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-privacy__dot {
    margin: 1.5rem 0;
  }
}
.p-privacy__dot::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #D91A2A;
}
.p-privacy__bold {
  font-weight: 700;
  margin-top: 2rem;
}
.p-privacy__brackets {
  display: inline-block;
  border: 1px solid #000;
  padding: 2rem 3rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-privacy__brackets {
    padding: 1.5rem 2rem;
  }
}