@charset "UTF-8";
/****************************************************
 * PRIVACY
 */
.privacy {
  padding: 34px 0 187px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 17px 0 93px;
  }
}
.privacy .m-inner {
  max-width: 783px;
}
.privacy__title {
  margin-bottom: 38px;
  line-height: 1;
  text-align: center;
  font-size: 2.18182em;
  font-size: 2.18182rem;
  font-weight: bold;
  color: #87AA27;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    margin-bottom: 20px;
    font-size: 1.45455em;
    font-size: 1.45455rem;
  }
}
.privacy__lead {
  margin-bottom: 28px;
}
.privacy-list {
  font-size: 1em;
  font-size: 1rem;
  line-height: 2.18182;
  counter-reset: number;
}
.privacy-list__unit {
  margin-bottom: 28px;
  counter-increment: number;
}
.privacy-list__title {
  font-weight: bold;
}
.privacy-list__title:before {
  margin-right: 5px;
  content: counter(number) "）";
}
.privacy-list ul {
  padding: 28px 0 0 1em;
}
@media screen and (max-width: 768px) {
  .privacy-list ul {
    padding-top: 14px;
  }
}
.privacy-list li {
  padding-left: 1em;
  position: relative;
}
.privacy-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
