@charset "utf-8";
h1.lower_headline {
  line-height: 1.3em;
  margin-bottom: 90px;
  background: #5fc1c7;
  color: #fff;
  font-size: 49px;
  font-weight: normal;
}
@media (max-width: 599px) {
  h1.lower_headline {
    font-size: 35px;
    padding: 20px;
  }
}
.privacy .container section {
  margin: 100px 0;
}
.privacy .catch {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.privacy p {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.privacy h2 {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 20px;
}
.privacy ul {
  list-style-type: disc;
  font-size: 28px;
  line-height: 1.5em;
  padding-left: 50px;
}
.privacy ul li {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .privacy .container section {
    margin: 60px 0;
  }
  .privacy .catch {
    font-size: 25px;
  }
  .privacy p {
    font-size: 20px;
  }
  .privacy h2 {
    font-size: 20px;
  }
  .privacy ul {
    font-size: 20px;
    padding-left: 20px;
  }
}
