.privacy__title {
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .privacy__title {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
.privacy__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 6px;
  background-color: #F68956;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .privacy__title::after {
    width: 1.5rem;
  }
}
.privacy__contents {
  line-height: 2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .privacy__contents {
    font-size: 0.9375em;
  }
}