
/* =============================
  記事詳細
============================= */
#article-detail-area,
.article-detail-area {
  width: 90%;
  margin: 0 auto;
}
.single-article {
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: var(--color-text);
}

.article-title {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: var(--font-sub-weight);
  margin: 24px 0 12px;
}
/* 雑誌・書籍ページ */

.article-meta {
  font-size: var(--font-size-base);
  font-weight: var(--font-base-weight);
  color: var(--color-second);
  margin-bottom: 10px;
  text-align: left;
  line-height: var(--line-height-base);
}
.article-id-box {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 10px;
  background: #e7f3ff;
  border: 1px solid var(--color-admin-primary);
  border-radius: var(--radius-4);
  font-size: 12px;
  font-weight: var(--font-bold-weight);
  color: var(--color-admin-primary);
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.article-id-box:hover {
  background: var(--color-admin-primary);
  color: var(--color-text-sub);
}
.article-id-box.copied {
  background: #00a32a;
  border-color: #00a32a;
  color: var(--color-text-sub);
}
.article-lead p {
  font-size: var(--font-size-base);
  font-weight: var(--font-base-weight);
  line-height: var(--line-height-base);
  color: var(--color-text);
  margin-bottom: 40px;
}
.article-author {
  display: flex;
  align-items: flex-start;
  margin: 40px auto 0px;
}
.author-avatar {
  width: 100px !important;
  height: 100px !important;
  border-radius: var(--radius-full);
  object-fit: cover;
  object-position: center;
  display: block;
  overflow: hidden;
}
.author-info {
  flex: 1;
  margin: 0 0 30px 20px;
}
.author-name {
  font-size: 13px;
  font-weight: var(--font-strong-weight);
  margin-bottom: 10px;
}
.author-description {
  font-size: 14px;
  font-weight: var(--font-base-weight);
  margin: 0 0 10px;
  line-height: var(--line-height-base);
}
.author-role {
  font-size: 13px;
  font-weight: var(--font-bold-weight);
  margin-bottom: 10px;
}
.author-link {
  font-size: 11px;
  font-weight: var(--font-sub-weight);
  color: var(--color-main) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: right;
}
.author-link:hover {
  text-decoration: underline;
}

.btn-more{
  display: block;
  width: 100%;
  height: 50px;
  margin: 40px auto 60px;
  line-height: 50px;
  background: var(--bg-color);
  border: 1px solid var(--color-gray);
  border-radius: 50px;
  font-size: 16px;
  font-weight: var(--font-bold-weight);
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.btn-more:hover{
  transition: all 0.2s;
  background: var(--color-main);
  color: var(--color-text-sub);
  text-decoration: none !important;
}


/*  目次  */
.article-toc {
  width: 100%;
  padding: 20px;
  background-color: var(--color-light);
  border-radius: var(--radius-10);
  margin-bottom: 50px;
}
.article-toc ul {
  display: flex;
  flex-flow: column;
  list-style: none;
  gap: 10px;
}
.article-toc li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: var(--font-strong-weight);
  position: relative;
  padding-left: 1.2em;
}
.article-toc li::before {
  content: "●";
  color: var(--color-main) !important;
  position: absolute;
  left: 0;
  top: 0.75em;
  font-size: 0.7em;
}
.article-toc a {
  text-decoration: underline !important;
  color: var(--color-text);
}

/* 記事コンテンツ構造 */
.single-article .article-content {
  display: block;
}

/* 記事本文中のテキストリンクスタイル */
.single-article .article-content a:not(.c-btn):not(.mag-btn):not([class*="button"]),
.single-article .entry-content a:not(.c-btn):not(.mag-btn):not([class*="button"]),
.single-article .section-text a:not(.c-btn):not(.mag-btn):not([class*="button"]) {
  color: #1e73be !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.single-article .article-content a:not(.c-btn):not(.mag-btn):not([class*="button"]):hover,
.single-article .entry-content a:not(.c-btn):not(.mag-btn):not([class*="button"]):hover,
.single-article .section-text a:not(.c-btn):not(.mag-btn):not([class*="button"]):hover {
  opacity: 0.7;
}

/* Rinkerプラグインの本来のスタイルを保護（Rinkerのオリジナルスタイルを詳細度を上げて再定義） */

.yyi-rinker-image .section-image{
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.yyi-rinker-title{
  line-height: var(--line-height-base) !important;
}

/* Rinkerの基本リンクスタイル */
.single-article div.yyi-rinker-contents a {
  border: none !important;
}

/* Rinkerのタイトルリンク */
.single-article div.yyi-rinker-contents div.yyi-rinker-title a:not(.dummy1):not(.dummy2) {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: var(--font-sub-weight);
}

/* Rinkerのボタンリンク（Amazon、楽天、Yahoo等）*/
.single-article div.yyi-rinker-contents ul.yyi-rinker-links li {
  align-self: flex-start !important;
  line-height: 1 !important;
}

/* Rinkerのトラッキングピクセル用の画像コンテナ（Yahooショッピング等）*/
.single-article div.yyi-rinker-contents ul.yyi-rinker-links .section-image {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
}

.single-article div.yyi-rinker-contents ul.yyi-rinker-links li a:not(.dummy1):not(.dummy2) {
  position: relative !important;
  display: block !important;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  font-size: 0.9em !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 18px !important;
}

/* Rinkerのボタンリンクの疑似要素 */
.single-article div.yyi-rinker-contents ul.yyi-rinker-links li a:not(.dummy1):not(.dummy2):before {
  position: absolute !important;
  margin: auto !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  color: white !important;
  text-align: center !important;
  border: none !important;
}

/* Rinkerのボタンリンクホバー時 */
.single-article div.yyi-rinker-contents ul.yyi-rinker-links li a:not(.dummy1):not(.dummy2):hover {
  opacity: 0.7 !important;
  border: none !important;
}
.single-article .article-section {
  display: block;
  margin: 32px 0;
}
.single-article .article-section ol:not(.yyi-rinker-links) {
  list-style: none;
  counter-reset: number;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-article .article-section ol:not(.yyi-rinker-links) li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 14px;
  line-height: normal !important;
}
.single-article .article-section ol:not(.yyi-rinker-links) li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top:4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
.single-article .article-section ul:not(.yyi-rinker-links) {
  list-style: none;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-article .article-section ul:not(.yyi-rinker-links) li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 14px;
  line-height: normal !important;
}
.single-article .article-section ul:not(.yyi-rinker-links) li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background:var(--color-second);
  border-radius: 5px;
}
.single-article .section-title {
  display: block;
  margin: 0 0 12px;
  font-weight: var(--font-sub-weight);
  line-height: 1.5;
}
.single-article .section-image {
  margin: 16px 0;
}
.single-article .section-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.article-section h3{
  margin: 2em 0 0;
}

.campaign-part-title{
  font-size: 20px !important;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.4em 0.6em;
  margin: 0px 0 30px !important;
}


/* タイトル装飾（heading04） - h4タグを使用 */
.article-content h4.heading04,
.entry-content h4.heading04,
h4.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  font-weight: var(--font-strong-weight);
  color: var(--color-text);
  margin: 2em 0 1em;
  border: none;
  padding: 0;
}

.article-content h4.heading04::before,
.entry-content h4.heading04::before,
h4.heading04::before,
.article-content h4.heading04::after,
.entry-content h4.heading04::after,
h4.heading04::after {
  content: "";
  width: 3px;
  height: 34px;
  background-color: #3fc1c9;
  flex-shrink: 0;
}

.article-content h4.heading04::before,
.entry-content h4.heading04::before,
h4.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.article-content h4.heading04::after,
.entry-content h4.heading04::after,
h4.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

/* =============================
  /記事詳細
============================= */

/* =============================
  リンクボタン
============================= */
.mag-button-wrapper {
  margin: 24px 0;
}
a.c-btn {
  display: block;
  width: 80%;
  padding: 1em 1.2em;
  margin: 0 auto;
  border-radius: var(--radius-button-primary);
  font-weight: var(--font-strong-weight);
  font-size: var(--font-size-base);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--color-text-sub) !important;
  background-color: #1e73be !important; /* デフォルト背景色 - !important で common.css の a 要素をオーバーライド */
  transition: opacity 0.2s ease, transform 0.02s ease;
}
a.c-btn:hover {
  opacity: 0.9;
}
a.c-btn:active {
  transform: translateY(1px);
}

/* ボタン色バリエーション */
a.c-btn--blue {
  background-color: #1e73be !important;
  color: var(--color-text-sub) !important;
}
a.c-btn--turquoise {
  background-color: #10b7a8 !important;
  color: var(--color-text-sub) !important;
}

/* リンクボタンコンテナ */
.mag-link-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

@media (max-width: 768px) {
  .mag-link-buttons-container {
    flex-direction: column;
  }
  .mag-link-buttons-container a.c-btn {
    text-align: center;
    width: 100%;
  }
}

/* =============================
  関連記事セクション
============================= */
.related-posts-section {
  width: 100%;
  margin: 40px auto 60px;
  padding: 0;
}

.related-posts-title {
  font-size: 22px;
  font-weight: var(--font-strong-weight);
  color: var(--color-text);
  border-bottom: solid 3px var(--color-main);
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.related-item {
  margin: 0;
}

.related-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #e6eef5;
  border-radius: var(--radius-10);
  overflow: hidden;
  background: var(--bg-color);
  transition: opacity 0.6s ease;
  height: 100%;
}

.related-item a:hover {
  opacity: 0.7;
}

.related-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.related-item span {
  padding: 16px;
  font-size: 14px;
  font-weight: var(--font-bold-weight);
  color: var(--color-text);
  line-height: 1.6em;
  display: block;
}

/* =============================
  /関連記事セクション
============================= */

/* =============================
  手動選択関連記事セクション（PICK UP風）
============================= */
.manual-related-articles {
  margin: 60px 0;
  padding: 0;
}

.related-articles-title {
  font-size: 22px;
  font-weight: var(--font-strong-weight);
  margin: 0 0 30px;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--color-main);
  color: var(--color-text);
}

.related-articles-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px 40px !important;
}

.related-article-item {
  margin: 0;
  padding: 0;
}

.related-article-link {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
  height: 100%;
  align-items: flex-start;
}

.related-article-link:hover {
  opacity: 0.8;
}

.related-article-thumbnail {
  width: 120px;
  height: 90px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 4px;
}

.related-article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.related-article-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-article-category,
.related-article-date {
  display: none;
}

@media (max-width: 768px) {
  .manual-related-articles {
    width: 94%;
    margin: 60px auto;
  }

  .related-articles-title {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .related-articles-list {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .related-article-thumbnail {
    width: 100px;
    height: 75px;
  }

  .related-article-title {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* =============================
  /手動選択関連記事セクション
============================= */

/* 目次 */
.post-navigation {
  display: flex !important;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 0 40px;
  padding: 0;
  gap: 10px;
}
.post-nav-item {
  flex: 1;
  border: none !important;
  flex-basis: 50% !important;
  padding: 0.8em;
}
.prev-post {
  border-right: solid 1px #dcdcdc;
}
.post-nav-label {
  display: block;
  font-size: 11px;
  font-weight: var(--font-base-weight);
  color: var(--color-main) !important;
  margin-bottom: 20px !important;
  text-decoration: none !important;
}
.post-nav-label:hover {
  opacity: 0.7;
}
.next-post .post-nav-label {
  text-align: right;
}
.post-nav-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.6s ease;
}
.post-nav-content:hover {
  opacity: 0.7;
}
.post-nav-thumb {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .post-nav-thumb {
    width: 64px;
    height: 44px;
  }
}
.post-nav-title {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: var(--font-base-weight);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.childtag-ranking {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 20px;
}

/* chips row */
.article-tags .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 18px 0;
  align-items: center;
}
.article-tags .tag-title {
  font-weight: var(--font-strong-weight);
  color: var(--color-third);
  margin-right: 8px;
}
.c-chip {
  display: inline-block;
  padding: 0.35em 0.7em;
  border: 1px solid #cfe6f7;
  border-radius: 9999px;
  background: #f6fbff;
  font-size: 14px;
  line-height: 1;
}

/* share buttons (適宜調整) */
.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

/* prev/next cards */
.adjacent-articles {
  width: 100%;
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 28px 0 8px;
  position: relative;
}
.adjacent-articles::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #dcdcdc;
  transform: translateX(-50%);
}
.adjacent {
  display: block;
  border: 1px solid #e6eef5;
  border-radius: var(--radius-10);
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.adjacent .thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-8);
}
.adjacent .nav-label {
  display: block;
  font-size: 12px;
  color: #6b7c8f;
  margin: 6px 0 2px;
}
.adjacent .title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: var(--font-strong-weight);
  margin: 0;
}

/* author credit & note */
.article-author-credit {
  margin: 28px 0 10px;
  padding: 12px 14px;
  background: #f9fbff;
  border: 1px solid #e6eef5;
  border-radius: var(--radius-10);
}
.article-author-credit p,
.person-about__body p {
  margin: 0;
  font-size: 13px;
  line-height: var(--line-height-base);
}
.article-note {
  color: #6b7280;
  font-size: 12px;
  line-height: var(--line-height-base);
  margin: 12px 0 30px;
}

/* small device */
@media (max-width: 768px) {
  .adjacent-articles {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .adj-thumb {
    width: 96px;
    height: 96px;
  }
  .adj-title {
    font-size: var(--font-size-base);
  }

  /* 関連記事 - モバイル */
  .related-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .related-posts-section {
    margin: 30px auto 40px;
  }
  .related-posts-title {
    font-size: 20px;
  }
  .related-item img {
    height: 200px;
  }

  .mag-btn,
  .wp-block-button__link{
    width: 50%;
    margin: 20px auto;
  }
}

/* =============================
    Tablet styles overwrite
============================= */
@media screen and (min-width: 768px) {
  .recommend__list {
    gap: 5px;
  }

  #article-detail-area,
  .article-detail-area {
    width: 80%;
    margin: 0 auto;
  }

  .recommend-card {
    width: calc((100% - 15px) / 4);
    height: auto;
    margin-bottom: 20px;
  }

  .related-articles,
  .ranking-articles,
  .mostread-articles,
  .lifestyle-articles {
    width: 48%;
    height: auto;
    margin: 0 auto;
  }
}

/* =============================
    PC styles overwrite
============================= */
@media screen and (min-width: 1024px) {
  #article-detail-area,
  .article-detail-area {
    width: 100%;
  }
  .article-card__title {
    -webkit-line-clamp: 2;
  }
  .recommend__list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 5px;
    list-style: none;
    padding: 0;
  }
  .recommend-card {
    width: calc((100% - 15px) / 4);
    height: auto;
    margin-bottom: 20px;
  }

  .ranking-articles,
  .mostread-articles,
  .lifestyle-articles {
    width: 48%;
    height: auto;
    margin-bottom: 30px;
  }
  .related-articles {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .topics-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 0 40px;
    padding: 0;
  }
  .topics-card {
    width: 48%;
    height: auto;
    margin: 0;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 0.5em 0;
  }
  .post-navigation {
    padding: 0 !important;
  }
  .post-nav-item {
    flex: 1;
    border: none !important;
    width: auto;
  }
  .article-lead p {
    font-size: var(--font-size-base);
    font-weight: var(--font-base-weight);
    line-height: var(--line-height-base);
    color: var(--color-text);
    margin-bottom: 40px;
  }
  .adjacent-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 32px;
  }
  .adj-card {
    display: flex;
    gap: 14px;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }
  .adj-thumb {
    width: 100px;
    height: auto;
    flex: 0 0 auto;
  }
  .adj-thumb img {
    width: 100%;
    max-width: 100px;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .adj-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    color: var(--color-main);
  }
  .adj-title {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: var(--line-height-base);
    font-weight: var(--font-sub-weight);
    color: var(--color-main);
  }
}

/* 共通 */
.mag-btn,.wp-block-button__link{
  width: 80%;
  min-height: 50px;
  background: var(--color-main) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 12px 20px;
  border-radius: var(--radius-button-primary);
  text-decoration: none;
  font-weight: var(--font-bold-weight);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--color-text-sub) !important;
  text-align: center;
  transition: filter 0.15s ease, transform 0.02s ease;
  will-change: filter, transform;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 16px rgba(0, 0, 0, 0.06);
}
.mag-btn:active {
  transform: translateY(1px);
}

/* カラー */
.mag-btn--turquoise {
  background: var(--color-main);
}
.mag-btn--turquoise:hover,
.wp-block-button__link:hover {
  filter: brightness(1.1);
}

.mag-btn--blue {
  background: var(--color-button-blue);
  margin: 2em auto;
}
.mag-btn--blue:hover {
  filter: brightness(1.1);
}

.mag-btn--orange {
  background: #f78b38 !important;
}
.mag-btn--orange:hover {
  filter: brightness(1.1);
}

.mag-btn--iij {
  background: var(--color-button-iij);
}
.mag-btn--iij:hover {
  filter: brightness(1.1);
}

.mag-btn--custom {
  /* カスタムカラーはインラインスタイルで設定 */
}
.mag-btn--custom:hover {
  filter: brightness(1.1);
}

/* エディター内で見た目を掴みやすく（任意） */
.block-editor-rich-text__editable .mag-btn,
.wp-editor-area .mag-btn {
  cursor: pointer;
}

/* ===== 執筆者「もっと見る」ボタン ===== */
.author-more-link {
  margin: 32px 0;
  text-align: center;
}

.author-more-btn {
  display: block;
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
  line-height: 50px;
  background: var(--bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  font-size: 14px;
  font-weight: var(--font-bold-weight);
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
}

.author-more-btn:hover {
  transition: all 0.2s;
  background: var(--color-main);
  color: var(--color-text-sub);
  border: solid 1px var(--bg-color);
  text-decoration: none !important;
}


/* =============================
    パーツ共通スタイル
============================= */

.comment_area{
  margin: 2rem 2rem 1rem;
  padding: 3rem 2rem 2rem;
  position: relative;
  background: url("../images/article/bg_comment1.png");
  white-space: pre-line;
}
.comment_area .section-text{
  margin: 0 !important;
}
.comment_area::before{
  position: absolute;
  left: 1rem;
  top: -1rem;
  content: url("../images/article/icon_comment.png");
}
.comment_area::after{
  position: absolute;
  left: 1rem;
  bottom: -2rem;
  content: url("../images/article/bg_comment2.png");
}

@media screen and (min-width: 768px) {
  .comment_area{
    margin: 1rem 0 1rem;
    padding: 4rem 4rem 3rem;
  }
  .comment_area::before{
    left: 4rem;
    top: -1rem;
  }
  .comment_area::after{
    left: 4rem;
    bottom: -2rem;
  }
}

/* =============================
  inarticle広告枠レイアウト
============================= */
.ad-inarticle {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .ad-inarticle {
        display: flex;
        justify-content: space-between;
    }
}