/* case 本文用 */
.entry-content {
  width: 100%;
}

.entry-content h2.wp-block-heading {
  margin: 80px 0 0 0;
  padding: 30px;
  width: 100%;
  color: var(--vi_black, #3d3d3d);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: var(--vi_yellow, #fefa01);
}

.entry-content h3.wp-block-heading {
  margin: 60px 0 0 0;
  padding: 0;
  width: 100%;
  color: var(--vi_black, #3d3d3d);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
}
.entry-content h4.wp-block-heading,
.entry-content h5.wp-block-heading,
.entry-content h6.wp-block-heading {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
  color: var(--vi_black, #3d3d3d);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
}

.entry-content .wp-block-image {
  margin: 50px 0 0 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.entry-content .wp-block-image img {
  margin: auto;
}

.entry-content p {
  margin: 40px 0 0 0;
  color: var(--vi_black, #3d3d3d);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.32px;
}

@media (width >= 48rem) {
  .entry-content p {
    margin: 40px 0 0 0;
    color: var(--vi_black, #3d3d3d);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 30px */
    letter-spacing: 0.3px;
  }
}

.entry-content a {
  text-decoration-line: underline;
}

.entry-content .wp-block-embed {
  margin: 40px 0 0 0;
}

.entry-content .wp-block-list {
  margin: 40px 0 0 0;
  padding-left: 1em;
  list-style: disc;
}
.entry-content .wp-block-list li {
  margin: 0 0 10px 0;
}
.entry-content .wp-block-list li:last-child {
  margin: 0;
}
.entry-content .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
