@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2::after {
  background: url(../img/privacy/page_h2_after.webp) no-repeat top;
  background-size: 100% auto;
}
.page_content .inner {
  max-width: 840px;
}
.p_txt .ttl {
  text-align: left;
  width: 100%;
  line-height: 1.65;
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 818px) {
  .p_txt .ttl {
    letter-spacing: 0.28px;
    font-size: 24px;
  }
}
.p_txt .ttl + .ttl {
  margin-top: 40px;
}
.p_txt p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.65;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .p_txt p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.p_txt .sub_ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.p_txt .m_t_30 {
  margin-top: 30px;
}
