@charset "UTF-8";
/* privacy */
.privacy {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px 100px;
}

.privacy__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}

.privacy__card:not(:last-of-type) {
  margin-bottom: 40px;
}

.privacy__card h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a5337;
  font-family: "Noto Serif JP";
}

.privacy__card p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* privacyスマホ */
  .privacy {
    padding: 0 15px 50px;
  }
  .privacy__ttl {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .privacy__card:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .privacy__card h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .privacy__card p {
    font-size: 14px;
  }
}
