.privacy .mv {
  position: relative;
}
.privacy .mv .date {
  position: absolute;
  left: 12rem;
  bottom: 1.6rem;
  display: block;
}
.privacy .content {
  position: relative;
  padding: 12rem 24rem 16rem;
}
.privacy .content .sentence {
  line-height: 2;
}
.privacy .content ul {
  margin-top: 4.8rem;
}
.privacy .content ul li {
  margin-bottom: 3.5rem;
}
.privacy .content ul li .title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.privacy .content ul li .sentence {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 980px) {
  .privacy .mv h1 {
    font-size: 3.5rem;
  }
  .privacy .mv .date {
    position: relative;
    left: 2.5vw;
    bottom: 0;
    margin-top: 8rem;
  }
  .privacy .content {
    padding: 2.4rem 2.5vw 9.6rem;
  }
  .privacy .content ul {
    margin-top: 4.8rem;
  }
  .privacy .content ul li .title {
    font-size: 2rem;
  }
  .privacy .content ul li .sentence {
    margin-top: 1.2rem;
  }
}