@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .privacy-section {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .privacy-section {
    padding: 50px 0 100px;
  }
}

.privacy-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.privacy-section__edit {
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .privacy-section__edit {
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .privacy-section__edit {
    line-height: 1.75;
  }
}
.privacy-section__edit .wp-block-group {
  margin-bottom: 40px;
}
.privacy-section__edit h3 {
  padding-left: 0.8em;
  text-indent: -0.8em;
  letter-spacing: 0.01em;
}
.privacy-section__edit h3:before {
  content: "";
  width: 5px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .privacy-section__edit h3 {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .privacy-section__edit h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.privacy-section__edit p {
  margin-bottom: 15px;
}
.privacy-section__edit ol, .privacy-section__edit ul {
  margin: 20px;
}
.privacy-section__edit ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.privacy-section__edit ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-section__edit ul li:before {
  content: "・";
}