@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.post-page header,
.article-template__social-sharing {
  display: none;
}

.post-page .article-template__content .ldh h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 5rem;
}

.article-template .page-width {
  width: 980px;
  max-width: 980px;
}

.post-page .article-template__content .ldh p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 4rem;
  line-height: 2;
}

.post-page .article-template__content .ldh picture p {
  margin-top: 1rem;
  font-size: 13px;
}
.post-page .article-template__content .ldh picture p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
}

.post-page .article-template__content .ldh p.lhd-margin-text {
  margin-top: 10rem;
}

.post-page .article-template__content .ldh h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 3rem 0 5rem;
}

.post-page .article-template__content .ldh h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 10rem 0 5rem;
  font-size: 18px;
  font-weight: 500;
}

.ldh picture.half {
  max-width: 600px;
  display: block;
  margin: 7rem auto;
}

.ldh picture.full {
  max-width: 100%;
  display: block;
  margin: 7rem auto;
}

.rte .ldh img {
  border: none;
  margin: 0;
  vertical-align: top;
}

.post-page .article-template__content .ldh-spot {
  background: #f1eae2;
  padding: 5rem;
}
.post-page .article-template__content .ldh-spot .ldh-spot-inner {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.post-page .article-template__content .ldh-spot .ldh-spot-inner h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.post-page .article-template__content .ldh-spot .ldh-spot-inner .half {
  margin-top: 1rem;
  margin-bottom: 0;
}

.ldh-youtube {
  margin: 10rem 0;
  text-align: center;
  background: #000;
  padding: 5rem 0;
}

.post-page .article-template__content .ldh-prp {
  background: #f1f1f1;
  padding: 5rem;
}
.post-page .article-template__content .ldh-prp p {
  margin-top: 1rem;
  font-size: 90%;
  line-height: 1.8;
}
.post-page .article-template__content .ldh-prp p a {
  color: #38b6ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.post-page .article-template__content .ldh-prp h5 {
  margin: 2rem 0 1rem;
}

.post-page .article-template__content .ldh-staff {
  padding: 5rem;
}
.post-page .article-template__content .ldh-staff p {
  font-size: 90%;
  margin-top: 1rem;
  line-height: 1.1;
}

.post-page .article-template__content .ldh-item {
  padding: 0 5rem 5rem 5rem;
}
.post-page .article-template__content .ldh-item h2 {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #000;
}
.post-page .article-template__content .ldh-item .ldh-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-page .article-template__content .ldh-item .ldh-item-box .ldh-item-inner {
  width: calc(33.3333333333% - 1.34rem);
}
.post-page .article-template__content .ldh-item .ldh-item-box .ldh-item-inner h3 {
  margin: 0;
  font-size: 90%;
}
.post-page .article-template__content .ldh-item .ldh-item-box .ldh-item-inner p {
  font-size: 90%;
  margin-top: 0;
}
.post-page .article-template__content .ldh-item .ldh-item-box .ldh-item-inner a {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 80%;
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
  .article-template .page-width {
    width: 100%;
    max-width: 100%;
  }
  .ldh-youtube {
    width: 100%;
    margin: 4rem 0;
    aspect-ratio: 9/16;
    padding: 2rem;
  }
  .ldh-youtube iframe {
    width: 100%;
    height: 100%;
  }
  .post-page .article-template__content .ldh-prp,
  .post-page .article-template__content .ldh-staff {
    padding: 2rem;
  }
  .post-page .article-template__content .ldh-item {
    padding: 0 2rem 2rem 1rem;
  }
  .post-page .article-template__content .ldh-item .ldh-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-page .article-template__content .ldh-item .ldh-item-box .ldh-item-inner {
    width: 100%;
  }
  .post-page .article-template__content .ldh-spot {
    padding: 2rem;
  }
  .post-page .article-template__content .ldh h2 {
    font-size: 20px;
    margin: 2rem 0 3rem;
  }
  .post-page .article-template__content .ldh p {
    margin-top: 3rem;
    font-size: 14px;
  }
  .post-page .article-template__content .ldh h3 {
    margin: 7rem 0 3rem;
  }
  .ldh picture.half,
  .ldh picture.full {
    margin: 5rem auto;
  }
  .post-page .article-template__content .ldh p.lhd-margin-text {
    margin-top: 7rem;
  }
  .post-page .article-template__content .ldh-staff p {
    font-size: 90%;
    margin-top: 1rem;
    line-height: 1.1;
  }
  .post-page .article-template__content .ldh-prp p {
    margin-top: 1rem;
    font-size: 90%;
    line-height: 1.8;
  }
  .post-page .article-template__content .ldh h1 {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=ldh.css.map */