section.privacy {}

section.privacy section.wrap {
  margin: calc(50px + 1vw) auto 0 auto;
  width: 70%;
  text-align: left;
}

section.privacy p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: -0.02rem;
}

section.privacy dt {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: -0.02rem;
}

section.privacy dd {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: -0.02rem;
}

@media all and (max-width:1024px) {
  section.privacy section.wrap {
    width: 80%;
  }
}

@media all and (max-width:768px) {
  section.privacy section.wrap {
    width: 90%;
  }
}

@media all and (max-width:540px) {
  section.privacy section.wrap {
    margin: calc(50px + 1vw) auto 0 auto;
    width: 100%;
  }
}