.privacypolicy .txtArea {
  background-color: #fff;
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 751px), print {
  .privacypolicy .txtArea {
    padding: 80px 0;
  }
}
.privacypolicy .txtArea .common-ttl {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px), print {
  .privacypolicy .txtArea .common-ttl {
    margin-bottom: 60px;
  }
}
.privacypolicy .txtArea-inner {
  width: 82.6666666667vw;
  max-width: 620px;
  margin: 0 auto;
}
.privacypolicy .txtArea p {
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
@media screen and (min-width: 751px), print {
  .privacypolicy .txtArea p {
    font-size: 28px;
  }
}
.privacypolicy .txtArea p.ttl {
  font-weight: 700;
  margin-top: 1em;
}