@charset "UTF-8";
/* レスポンシブ表示制御 */
@media (min-width: 651px) {
  .sp-less {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .tab-less {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .note-less {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .pc-less {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .fhd-less {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .sp-more {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tab-more {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .note-more {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .pc-more {
    display: none !important;
  }
}
@media (max-width: 1920px) {
  .fhd-more {
    display: none !important;
  }
}
/* /レスポンシブ表示制御 */
#article .post_content .privacy-policy {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 900px;
  height: 300px;
  margin-top: 60px;
  margin-inline: auto;
  padding: 30px;
  word-break: break-word;
  overflow-wrap: break-word;
  border: 1px solid #ddd;
}
@media (max-width: 650px) {
  #article .post_content .privacy-policy {
    height: 210px;
    padding: 15px;
  }
}
#article .post_content .privacy-policy h3 {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0 0 10px 0;
}
#article .post_content .privacy-policy section {
  padding: 10px;
}
@media (max-width: 650px) {
  #article .post_content .privacy-policy section {
    padding: 5px;
  }
}
#article .post_content .privacy-policy h4 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
}
#article .post_content .privacy-policy h4 + p {
  margin: 0;
}
#article .post_content .privacy-policy ol {
  margin: 0;
  list-style: none;
}/*# sourceMappingURL=override.css.map */