.ttl_main .sub_ttl {
  font-size: 12rem;
  letter-spacing: 2rem;
  margin-top: 0;
  color: #F0813B;
  text-align: center;
}

.content_wrap {
  margin-bottom: 50rem;
}

.ttl_main {
  margin-top: 150rem;
}

.section_unit {
  margin-top: 50rem;
}
.section_unit .ttl_wrap .common_ttl .m_ttl {
  font-size: 18rem;
}
.section_unit .ttl_wrap .common_ttl .m_ttl::before {
  top: -2rem;
}

@media screen and (max-width: 680px) {
  .ttl_main .sub_ttl {
    font-size: 10rem;
    letter-spacing: 1rem;
  }
  .content_wrap {
    margin-bottom: 50rem;
  }
  .ttl_main {
    margin-top: 0;
  }
  .section_unit {
    margin-top: 45rem;
  }
  .section_unit .ttl_wrap .common_ttl .m_ttl {
    font-size: 17rem;
  }
  .section_unit .ttl_wrap .common_ttl .m_ttl::before {
    top: -2rem;
  }
}/*# sourceMappingURL=privacy.css.map */