body.single-column .c-section:first-of-type {
  background-color: var(--white);
}
.post__inner {
  max-width: var(--content-width-narrow);
}
.post__title {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid var(--main);
  padding-bottom: 8px;
}
.post__meta { color: var(--main); text-align: right; margin: 8px 0 40px;}
.post__content > * { font-size: 1.125rem; margin-bottom: 40px;}
.post__content p { line-height: 1.8; margin-bottom: 1em;}
.post__content ul { list-style-type: disc; list-style-position: outside; padding-left: 2em;}
.post__content li { margin: 8px 0;}
.post__content h2 {
  font-size: 1.5rem;
  font-weight: var(--bold);
  padding-left: 1.5em;
  margin: 3em 0 1em;
  position: relative;
}
.post__content h2::before {
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  background-color: var(--main);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.post__content h3 {
  color: var(--sub);
  font-size: 1.25rem;
  font-weight: var(--bold);
  margin: 2em 0 1em;
}
.smb-list ul { color: #39C2AB; padding-left: 2em;}
.wp-block-embed__wrapper iframe { aspect-ratio: 1 / .6;}
.wp-block-media-text>.wp-block-media-text__content { padding: 0 4%;}
.wp-block-table { -webkit-text-size-adjust: 100%; text-size-adjust: 100%;} /* safari対策 */
.wp-block-table thead { border: none;}
.wp-block-table td, .wp-block-table th { font-size: 1rem; border-color: var(--main);}
.wp-block-table th { background-color: var(--main-l); font-weight: var(--bold);}
.post__content .has-large-font-size { font-size: 1.5rem !important; line-height: 1.4; word-break: auto-phrase;}
.post__content .smb-alert__body p { margin: 0;}
.post__content .cta {
  background-color: var(--sub);
  color: var(--white);
  text-align: center;
  border-radius: 32px;
  padding: 32px 5%;
  margin: 64px 0;
}
.post__content .cta__title { padding: 0; margin: 0 auto 16px;}
.post__content .cta__title::before { content: none;}
.post__content .cta__box::before {
  width: 127px;
  height: 184px;
  background: url(../img/katsujikun2.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: -52px;
}
.single .reception { margin: 64px 0;}
.post__relation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}
.post__relation a {
  display: block;
  max-width: 240px;
  word-break: auto-phrase;
  position: relative;
}
.post__relation a:hover {
  text-decoration: underline;
  opacity: 1;
}
.single-case .post__relation a {
  max-width: 400px;
}
.post__relation-prev a { padding-left: 2.5em; position: relative;}
.post__relation-next a { text-align: right; padding-right: 2.5em; position: relative;}
.post__relation-prev a::before,
.post__relation-next a::after,
.post__relation-prev a::before,
.post__relation-next a::after {
  content: "";
  width: 2em;
  height: 2em;
  background-color: var(--main);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 37.5%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post__relation-prev a::before { background-image: url(../img/arrow-l.svg); left: 0;}
.post__relation-next a::after  { background-image: url(../img/arrow-r.svg); right: 0;}

@media (max-width: 1023px) {
  .post__content > * { font-size: 1rem;}
  .post__content h2 { padding-left: 1em;}
  .post__content h2::before { width: 8px; height: 100%;}
  .wp-block-media-text__media img { display: block; max-height: 200px; margin: auto; object-fit: contain;}
  .wp-block-table { overflow: auto;}
  .wp-block-table table { min-width: max-content;}
  .post__content .cta__inner { border-radius: 16px;}
  .post__content .cta__text { text-align: left; word-break: normal; margin: auto;}
  .post__content .cta__link { position: relative; margin-top: 48px;}
  .post__content .cta__link::before {
    content: "";
    display: block;
    width: 62px;
    height: 90px;
    background: url(../img/katsujikun2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -44px;
    bottom: auto;
    left: 8px;
  }
  .post__content .cta__title::after { content: none;}
  .single .reception { margin: 40px 0;}
}
@media (max-width: 600px) {
  .wp-block-media-text>.wp-block-media-text__content { padding: 0;}
}