@charset "UTF-8";
/* CSS Document */
.ttlArea .inner {
  text-align: center;
}
.privacyArea .inner {
  padding: 120px 40px;
  max-width: 1080px;
  .p_txt {
    padding-bottom: 60px;
    line-height: 1.8;
  }
  h3 {
    font-weight: 700;
  }
  .company,
  .add {
    padding-top: 16px;
  }
}
.privacyArea .inner dl {
  border-top: 1px solid #f1ede5;
  padding-top: 60px;
  div {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #f1ede5;
    dt {
      font-weight: 700;
      padding-bottom: 16px;
    }
    dd {
      line-height: 1.8;
    }
  }
}
@media screen and (max-width: 768px) {
  .privacyArea .inner {
    padding: 60px 6vw;
    .p_txt {
      padding-bottom: 40px;
      line-height: inherit;
    }
    .company,
    .add {
      padding-top: 10px;
    }
  }
}
