@charset "UTF-8";
/* CSS Document */
.private-policy__wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
  text-align: left;
}
.go-to__top {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: grad, serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}
.go-to__top a {
  color: #FFF;
  text-decoration: none;
}
.private-policy__wrapper h2 {
  font-size: 1.6rem;
}
.private-policy__wrapper p {
  font-size: 1.4rem;
}
@media(min-width: 768px) {
  private-policy__wrapper {
  width: 60%;
}
  .go-to__top {
  font-size: 1.8rem;
}
}
    
