@charset "UTF-8";
.ff-en {
  font-family: "Roboto Condensed", "Zen Kaku Gothic New", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.privacy {
  max-width: 1080px;
  padding-top: 40px;
  padding-bottom: 42px;
}
.privacy p:not(.privacy__heading-sub, .privacy__lead) {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.42307;
}
.privacy p:not(.privacy__heading-sub, .privacy__lead) + p {
  margin-top: 20px;
}
.privacy > div + div {
  margin-top: 45px;
}
.privacy ul {
  margin-top: 20px;
  font-weight: 400;
}
.privacy__heading-sub {
  display: inline-block;
  border-bottom: 1px solid;
  color: #717171;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  margin-bottom: 15px;
}
.privacy__heading-main {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 23px;
}
.privacy__lead {
  font-weight: 400;
  margin-bottom: 64px;
  font-size: 1.3rem;
  line-height: 1.423;
}
.privacy__ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5384;
  margin-bottom: 22px;
}
.privacy__ttl span {
  display: inline-block;
  border-bottom: 1.5px solid;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px){
  .privacy {
    padding-top: 127px;
    padding-bottom: 114px;
  }
  .privacy p:not(.privacy__heading-sub, .privacy__lead) {
    font-size: min(1.6rem, 1.6vw);
    line-height: 2.125;
  }
  .privacy p:not(.privacy__heading-sub, .privacy__lead) + p {
    margin-top: 36px;
  }
  .privacy > div + div {
    margin-top: 110px;
  }
  .privacy ul {
    margin-top: 30px;
  }
  .privacy__heading-sub {
    font-size: min(2.5rem, 2.5vw);
    margin-bottom: 32px;
  }
  .privacy__heading-main {
    font-size: min(3.8rem, 3.8vw);
    margin-bottom: 40px;
  }
  .privacy__lead {
    line-height: 2.125;
    font-size: min(1.6rem, 1.6vw);
    margin-bottom: 80px;
  }
  .privacy__ttl {
    font-size: min(2.6rem, 2.6vw);
    margin-bottom: 36px;
  }
  .privacy__ttl span {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px){
  .privacy ul {
    line-height: 1.4;
  }
}