@charset "utf-8";

#privacy dl dt:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

#privacy dl dt {
  margin: 30px 0 10px;
  font-weight: bold;
}

#privacy dl dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}