.privacy-policy{
  padding-top: 98px;
  padding-bottom: 160px;
}
.privacy-policy__text-box {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-bottom: 40px;
}
.privacy-policy__title {
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.privacy-policy__text {
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
.privacy-policy__last_border{
  border-bottom: 1px solid #000;
  bargin-top:40px;
}
@media screen and (max-width: 768px) {
  .privacy-policy{
    padding-bottom: 82px;
  }
  .privacy-policy__text-box {
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .privacy-policy__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}