.cover {
  background: url(../img/privacy/cover.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.cont {
  margin: 50px auto 0;
  max-width: 1200px;
  width: 94vw;
}

.cont dl:last-child {
  margin-bottom: 0;
}

.cont dl dt {
  font-size: 2rem;
}

.cont dl dd a {
  color: #3bb1e6;
  text-decoration: underline;
}

.cont dl dd a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .cont {
    padding: 40px;
  }
  .cont dl {
    margin-bottom: 40px;
  }
  .cont dl dd {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .cont {
    padding: 20px;
  }
  .cont dl {
    margin-bottom: 30px;
  }
  .cont dl dt {
    font-size: 1.6rem;
  }
  .cont dl dd {
    margin-top: 15px;
  }
}
