@charset "UTF-8";
/* 日本語指定 */
/* ベース、文字デザイン */
.content_design h2 {
  font-size: 2.4rem;
  margin: 7vh 0 5vh;
  line-height: 1.6;
  padding: 2vh 0;
  color: #01316A;
  border-bottom: 4px solid;
}
@media screen and (max-width : 900px) {
  .content_design h2 {
    font-size: 2.2rem;
    margin: 4vh 0 2vh;
  }
}
@media screen and (max-width : 600px) {
  .content_design h2 {
    font-size: 1.8rem;
  }
}
.content_design h3 {
  padding: 6px 14px;
  font-size: 2.2rem;
  margin: 7vh 0 5vh;
  line-height: 1.6;
  text-align: left;
  color: #01316A;
  border-left: 5px solid;
}
@media screen and (max-width : 600px) {
  .content_design h3 {
    font-size: 1.8rem;
    margin: 4vh 0 2vh;
    padding: 6px 8px;
  }
}
.content_design h4 {
  color: #2D2E2D;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  margin: 4vh 0 2vh;
  letter-spacing: 0.1em;
}
@media screen and (max-width : 600px) {
  .content_design h4 {
    font-size: 1.8rem;
    margin: 3vh 0 1vh;
  }
}
.content_design h5 {
  font-size: 1.8rem;
  margin-bottom: 1.6vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
.content_design h5:before {
  border-top: 1px solid #2D2E2D;
  max-width: 300px;
  margin-top: 2vh;
  margin-right: 0.5em;
  content: "";
  display: inline;
  flex-grow: 1;
}
.content_design h5:after {
  border-top: 1px solid #2D2E2D;
  max-width: 300px;
  margin-top: 2vh;
  margin-left: 0.5em;
  content: "";
  display: inline;
  flex-grow: 1;
}
.content_design p {
  text-align: justify;
  line-height: 2.2;
  padding: 0;
}
.content_design dl dt,
.content_design dl dd,
.content_design ul li,
.content_design ol li {
  line-height: 2.2;
}
@media screen and (max-width : 600px) {
  .content_design dl dt,
.content_design dl dd,
.content_design ul li,
.content_design ol li {
    line-height: 1.8;
  }
}
.content_design a {
  text-decoration: underline;
  color: palevioletred;
}
.content_design strong {
  font-weight: bold;
}

/* youtube埋め込みレスポンシブ */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube div.wp-block-embed__wrapper, .youtube div.wp-block-group__inner-container, .youtube figure, .youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

/* 画像のキャプション */
.content_design figcaption {
  font-size: 1.4rem;
  color: #333;
}
.content_design figcaption a {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

.wp-block-image {
  text-align: center;
}
.wp-block-image img {
  margin-bottom: 0;
}

.img_box {
  text-align: center;
  margin: 4.4rem 2rem;
}
@media screen and (max-width : 600px) {
  .img_box {
    margin: 2rem 0;
  }
}
/*# sourceMappingURL=editor-style.css.map */