@charset "UTF-8";
/* =============================================================================

Post Contents CSS

・投稿スタイル用CSS「.cbel-×××」

上記はここに記述する

============================================================================= */
/* リセット
============================================================================= */
:is(.editor-styles-wrapper, .post-contents) h1,
:is(.editor-styles-wrapper, .post-contents) h2,
:is(.editor-styles-wrapper, .post-contents) h3,
:is(.editor-styles-wrapper, .post-contents) h4,
:is(.editor-styles-wrapper, .post-contents) h5,
:is(.editor-styles-wrapper, .post-contents) h6 {
  margin: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-weight: inherit;
}

/* ---- List: ul / ol を素に ------------------------------------------ */
:is(.editor-styles-wrapper, .post-contents) ul,
:is(.editor-styles-wrapper, .post-contents) ol {
  margin: 0;
  padding: 0;
  list-style: none; /* マーカーは post-contents.css で設計 */
}

:is(.editor-styles-wrapper, .post-contents) li {
  margin: 0;
  padding: 0;
}

/* ---- Table: 罫線・余白・幅の既定を外す ------------------------------ */
:is(.editor-styles-wrapper, .post-contents) table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto; /* 必要なら 100% に戻すのは post-contents.css 側で */
  margin: 0;
  max-width: 100%; /* はみ出し防止の保険（任意） */
}

:is(.editor-styles-wrapper, .post-contents) th,
:is(.editor-styles-wrapper, .post-contents) td {
  padding: 0;
  border: 0;
  text-align: inherit;
  vertical-align: top;
  font: inherit;
  line-height: inherit;
}

/* ---- Button: ネイティブ & WPブロックボタンを素に -------------------- */
/* ネイティブボタン */
:is(.editor-styles-wrapper, .post-contents) button,
:is(.editor-styles-wrapper, .post-contents) input[type=button],
:is(.editor-styles-wrapper, .post-contents) input[type=submit],
:is(.editor-styles-wrapper, .post-contents) input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* WPボタン（ブロック） */
:is(.editor-styles-wrapper, .post-contents) .wp-block-buttons > .wp-block-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

:is(.editor-styles-wrapper, .post-contents) .wp-block-button .wp-block-button__link {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

/* ---- Link: 下線は無効化（本文デザイン側で制御） --------------------- */
:is(.editor-styles-wrapper, .post-contents) a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/* IMG Auto Size
----------------------------------------------------------------------------- */
/* default */
:where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

/* rem */
:where(img[style*="--cbew"]) {
  width: calc(var(--cbew) * 0.1rem);
}
/* コンテンツ
============================================================================= */
.post-contents {
  --cbel-mt:8.0rem;
  font-family: var(--ff_min);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  color: var(--bc_gray);
}
.post-contents a[href][data-type=link] {
  color: var(--cc-blue-A);
  text-decoration: underline;
}
.post-contents .cbel-block + .cbel-block {
  margin-top: var(--cbel-mt);
}
.post-contents .cbel-block:is(.cbel-paragraph, .cbel-list) + :is(.cbel-paragraph, .cbel-list), .post-contents .cbel-block:is(.cbel-image, .cbel-group-wide:has(.cbel-image)) + .cbel-paragraph {
  margin-top: calc(var(--cbel-mt) / 2);
}
.post-contents .cbel-paragraph {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.post-contents .cbel-paragraph.has-text-align-center {
  text-align: center;
}
.post-contents .cbel-paragraph.has-text-align-right {
  text-align: right;
}
.post-contents .cbel-heading {
  color: var(--bc_black);
}
.post-contents .cbel-heading:first-child {
  margin-top: 0;
}
.post-contents .cbel-heading.has-text-align-center {
  text-align: center;
}
.post-contents .cbel-heading.has-text-align-right {
  text-align: right;
}
.post-contents .cbel-heading:is(h2) {
  margin-block: 8rem 2.4rem;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.8;
}
.post-contents .cbel-heading:is(h3) {
  margin-block: 8rem 1.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
}
.post-contents .cbel-heading:is(h4) {
  margin-block: 8rem 1.6rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
}
.post-contents .cbel-toc {
  background-color: var(--bc_gray);
  padding: 3.6rem 4rem 4rem;
}
.post-contents .cbel-toc .toc-heading {
  margin-bottom: 2rem;
  font-weight: 500;
}
.post-contents .cbel-toc .cbel-toc-parent {
  border-top: 1px solid var(--bc_line);
}
.post-contents .cbel-toc .cbel-toc-parent li:not(:has(.cbel-toc-child)) {
  border-bottom: 1px solid var(--bc_line);
}
.post-contents .cbel-toc .cbel-toc-parent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 0.8rem;
  padding-block: 1.6rem;
  padding-right: 1rem;
  width: 100%;
}
.post-contents .cbel-toc .cbel-toc-parent a::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  margin-left: auto;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 6/9;
  -webkit-mask-image: url(/antonio-riva/assets/img/common/ico_toc_down.svg);
  mask-image: url(/antonio-riva/assets/img/common/ico_toc_down.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
}
.post-contents .cbel-toc .cbel-toc-child {
  border-top: 1px solid var(--bc_line);
}
.post-contents .cbel-toc .cbel-toc-child li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-contents .cbel-toc .cbel-toc-child li a::before {
  content: "・";
  margin-bottom: auto;
}
.post-contents .cbel-list {
  line-height: 1.5;
}
.post-contents .cbel-list li {
  position: relative;
}
.post-contents .cbel-list li + li,
.post-contents .cbel-list li .cbel-list {
  margin-top: 0.5lh;
}
.post-contents .cbel-list:is(ul) > li {
  padding-left: 2.2rem;
}
.post-contents .cbel-list:is(ul) > li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: var(--bc_black);
  position: absolute;
  top: calc(0.5lh - 3px);
  left: 0.02rem;
}
.post-contents .cbel-list:is(ol) {
  counter-reset: num;
}
.post-contents .cbel-list:is(ol) > li {
  padding-left: 2.2rem;
}
.post-contents .cbel-list:is(ol) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-family: var(--ff_en);
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 0.1em;
  left: 0;
  letter-spacing: 0.05em;
}
.post-contents .cbel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-contents .cbel-button.l-button-A > :is(a, .wp-block-button__link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3.6rem;
  -moz-column-gap: 3.6rem;
  column-gap: 3.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  min-width: 28rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.post-contents .cbel-button.l-button-A > :is(a, .wp-block-button__link)::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/antonio-riva/assets/img/common/ico_btn_arrow.svg);
  background: currentColor;
}
.post-contents .cbel-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-contents .cbel-image.aligncenter {
  margin-inline: auto;
}
.post-contents .cbel-image.alignright {
  margin-left: auto;
}
.post-contents .cbel-image.alignleft {
  margin-right: auto;
}
.post-contents .cbel-image:not(.aligncenter, .alignright, .alignleft) {
  margin-inline: auto;
}
.post-contents .cbel-image figcaption {
  text-align: left;
  margin-block: 1.6rem 0;
  font-size: 1.3rem;
  line-height: 1.8;
}
.post-contents a:not(.wp-block-button__link, .wp-element-button) {
  color: var(--cc-blue-A);
  text-decoration: underline;
}
.post-contents .wp-block-group.cbel-group-border {
  border: 1px solid var(--bc_line);
  padding: 4rem;
}
.post-contents .wp-block-columns.cbel-columns {
  display: -ms-grid;
  display: grid;
}
.post-contents .wp-block-columns.cbel-columns.-bq {
  border: 1px solid var(--bc_line);
  padding: 4rem;
}
.post-contents .wp-block-table.cbel-table table {
  border-collapse: separate;
  table-layout: auto;
  border: 0;
  border-top: 1px solid var(--bc_line);
  line-height: 1.625;
  min-width: 100%;
}
.post-contents .wp-block-table.cbel-table table tr :is(td, th) {
  border: 0;
  border-bottom: 1px solid var(--bc_line);
  padding-block: 1.6rem;
  vertical-align: top;
}
.post-contents .wp-block-table.cbel-table table tr :is(td, th):first-child {
  font-weight: 500;
  white-space: nowrap;
  color: var(--bc_black);
}
.post-contents .cbel-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.post-contents .cbel-related + .cbel-related {
  margin-top: 4rem;
}
.post-contents .cbel-related .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-contents .cbel-related .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 18rem;
  height: auto;
  aspect-ratio: 3/2;
}
.post-contents .cbel-related .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-block: auto;
  margin-left: 1.6rem;
}
.post-contents .cbel-related .text .heading {
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.post-contents .cbel-related .text .desc {
  font-size: 1.2rem;
  line-height: 1.8;
}
.post-contents .cbel-related > i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3.6rem;
  border-left: 1px solid var(--bc_line);
  width: 8rem;
}
.post-contents .cbel-related > i::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/antonio-riva/assets/img/common/ico_btn_arrow.svg);
  background: currentColor;
}
.post-contents .cbel-writer {
  border-bottom: 1px solid #000;
}
.post-contents .cbel-writer > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--ff_min);
  color: #000;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.post-contents .cbel-writer > .heading::before, .post-contents .cbel-writer > .heading::after {
  content: "";
  border-bottom: 1px solid #000;
  margin-top: 0.4em;
}
.post-contents .cbel-writer > .heading::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.6rem;
}
.post-contents .cbel-writer > .heading::after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-contents .cbel-writer > .inner {
  display: -ms-grid;
  display: grid;
  padding: 3.2rem 4rem 4rem;
}
.post-contents .cbel-writer > .inner .img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.post-contents .cbel-writer > .inner .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.post-contents .cbel-writer > .inner .name_role .name:has(+ .role)::after {
  content: "/";
  margin-left: 0.5em;
}
.post-contents .cbel-writer > .inner .desc {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (width <= 767px) { /* SP */
  :where(img[style*="--cbew"]) {
    width: calc(var(--cbew) * 0.05rem);
  }
  .post-contents {
    --cbel-mt:5.6rem;
  }
  .post-contents .cbel-heading:is(h2) {
    margin-block: 4.8rem 1.6rem;
    font-size: 2rem;
    line-height: 1.7;
  }
  .post-contents .cbel-heading:is(h3) {
    margin-block: 4.8rem 1.6rem;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .post-contents .cbel-heading:is(h4) {
    margin-block: 4.8rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .post-contents .cbel-toc {
    padding: 1.6rem;
  }
  .post-contents .cbel-toc .toc-heading {
    margin-bottom: 1.6rem;
  }
  .post-contents .cbel-toc .cbel-toc-child li a::before {
    margin-right: -0.4rem;
  }
  .post-contents .cbel-list:is(ul) > li {
    padding-left: 1.6rem;
  }
  .post-contents .cbel-list:is(ol) > li {
    padding-left: 1.6rem;
  }
  .post-contents .cbel-buttons.aligncenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post-contents .cbel-buttons.alignleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .post-contents .cbel-buttons.alignright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .post-contents .cbel-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(1):last-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post-contents .cbel-button.l-button-A > :is(a, .wp-block-button__link) {
    margin-inline: auto;
  }
  .post-contents .cbel-image figcaption {
    margin-top: 0.8rem;
  }
  .post-contents .cbel-image img {
    margin-inline: auto;
  }
  .post-contents .wp-block-group.cbel-group-border {
    padding: 1.6rem;
  }
  .post-contents .wp-block-columns.cbel-columns.-bq {
    padding: 1.6rem;
  }
  .post-contents .wp-block-columns.cbel-columns.-column_1 {
    margin-inline: -2rem;
  }
  .post-contents .wp-block-columns.cbel-columns.-column_2 {
    gap: 1.6rem;
  }
  .post-contents .wp-block-table.cbel-table.simplebar-scrollable-x {
    margin-left: -3.5rem;
    width: 100vw;
  }
  .post-contents .wp-block-table.cbel-table.simplebar-scrollable-x .simplebar-content::after {
    width: 1.75rem;
  }
  .post-contents .wp-block-table.cbel-table.simplebar-scrollable-x table {
    margin-left: 1.75rem;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) {
    display: block;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tbody {
    display: block;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tr {
    display: block;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tr :is(td, th) {
    display: block;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tr :is(td, th):nth-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .post-contents .wp-block-table.cbel-table table tr :is(td, th) {
    padding: 2rem 0.8rem;
  }
  .post-contents .cbel-related + .cbel-related {
    margin-top: 2.8rem;
  }
  .post-contents .cbel-related .img img {
    width: 12rem;
  }
  .post-contents .cbel-related .text .desc {
    display: none;
  }
  .post-contents .cbel-related > i {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0.4rem;
    width: 3.2rem;
  }
  .post-contents .cbel-related > i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .post-contents .cbel-writer > .heading {
    font-size: 2.4rem;
  }
  .post-contents .cbel-writer > .heading::before {
    width: 1.6rem;
  }
  .post-contents .cbel-writer > .inner {
    -ms-grid-rows: auto 0.8rem 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 0.8rem 8rem;
    grid-template-columns: 1fr 8rem;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 0.8rem;
    padding: 0.8rem 1.6rem 1.6rem;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .post-contents .cbel-writer > .inner .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .post-contents .cbel-writer > .inner .name_role {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    display: -ms-grid;
    display: grid;
    margin-block: auto;
  }
  .post-contents .cbel-writer > .inner .desc {
    grid-column: 1/-1;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .post-contents a[href][data-type=link]:hover {
    text-decoration: none;
  }
  .post-contents .cbel-button.l-button-A > :is(a, .wp-block-button__link):hover {
    opacity: 0.6;
  }
  .post-contents a:not(.wp-block-button__link, .wp-element-button):hover {
    text-decoration: none;
  }
  .post-contents .cbel-related:hover {
    opacity: 0.6;
  }
}
@media (width > 767px) {
  .post-contents .cbel-toc .cbel-toc-child li {
    padding-left: 3rem;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(2)) .l-button-A {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(2):last-child) {
    gap: 6rem;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(3):last-child) {
    gap: 5rem;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(4)) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(4)) .l-button-A {
    min-width: calc((100% - 12rem) / 4);
  }
  .post-contents .cbel-buttons:has(.l-button-A:nth-child(4)) .l-button-A::after {
    content: none;
  }
  .post-contents .cbel-buttons .l-button-A::after {
    right: 2rem;
  }
  .post-contents .wp-block-group.cbel-group-wide {
    max-width: 80rem;
    margin-inline: -4rem;
  }
  .post-contents .wp-block-columns.cbel-columns.-column_1 {
    max-width: 100rem;
    margin-inline: -3.2rem;
  }
  .post-contents .wp-block-columns.cbel-columns.-column_2 {
    gap: 2.4rem;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) {
    table-layout: fixed;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tr :is(td, th):nth-child(1) {
    width: 24rem;
  }
  .post-contents .wp-block-table.cbel-table table:has(:is(td, th):nth-child(2):last-child) tr :is(td, th):nth-child(2) {
    padding-left: 4rem;
  }
  .post-contents .cbel-writer > .inner {
    -ms-grid-rows: auto 2.4rem 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 5.6rem 15rem;
    grid-template-columns: 1fr 15rem;
    gap: 2.4rem 5.6rem;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .post-contents .cbel-writer > .inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .post-contents .cbel-writer > .inner .img {
    grid-row: 1/-1;
  }
  .post-contents .cbel-writer > .inner .name_role .name:has(+ .role)::after {
    margin-right: 0.5em;
  }
}/*# sourceMappingURL=post-contents.css.map */
