@media all and (max-width: 767px) {
  .page-ttl .ttls h1 {
    font-size: 24px;
  }
}

.privacy {
  margin-bottom: 180px;
}
.privacy .lead {
  text-align: center;
  margin: 40px 0 60px 0;
}
.privacy .bx {
  margin-bottom: 40px;
}
.privacy .bx .fb {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.privacy .bx ul {
  margin: 0;
  padding: 0;
}
.privacy .bx ul li {
  position: relative;
  padding-left: 16px;
}
.privacy .bx ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}

/*# sourceMappingURL=privacy.css.map */
