/*------------page-title--------------*/
.page-title {
  width: 100vw;
  background: url(../img/page-title-bg.png) no-repeat;
  background-size: cover;
  border-bottom: #ccc solid 1px;
}
.page-title .page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/page-title-privacy.png) no-repeat;
  background-size: 200px;
  background-position: center center;
}
.page-title .page-title-container img {
  margin-top: 160px;
  width: 46px;
  height: auto;
}
.page-title .page-title-container h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 64px;
  padding-top: 16px;
}
.page-title .page-title-container p {
  color: #888;
  font-size: 16px;
  margin-bottom: 120px;
}

/*------------content--------------*/
#privacy {
  margin-bottom: 120px;
}
#privacy .privacy-container {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 120px;
  padding: 120px 10%;
  border: #ccc solid 1px;
}

/*----------------------------responsive--------------------------*/
@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .break {
    flex-basis: 100%;
  }
  /*------------news--------------*/
  #privacy .privacy-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 10%;
    border: none;
  }
}/*# sourceMappingURL=privacy-policy.css.map */