@charset "UTF-8";

/* privacy */
.privacy {
  width: 90%;
  margin: 60px auto 0 auto;
}
.privacy-txt {
  font-size: 1.5em;
  line-height: 30px;
}
.privacy-head {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 2px solid #e4e4f3;
  margin: 30px 0 0 0;
  padding: 0;
  display: inline-block;
}
.privacy-txt-sub {
  font-size: 1.5em;
  line-height: 30px;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  /* privacy */
  .privacy {
    margin: 50px auto 0 auto;
  }
  .privacy-txt {
    font-size: 1.3em;
    line-height: 25px;
  }
  .privacy-head {
    font-size: 1.5em;
    line-height: 25px;
    padding: 0 0 3px 0;
  }
  .privacy-txt-sub {
    font-size: 1.3em;
    line-height: 25px;
  }
}
