/* ============================================
   外部ニュースページ 追加スタイル
   （style_blog.css に上乗せして読み込まれる）
   ============================================ */

/* セクションヘッダー ラベル */
.section-header_1.yasashii,
.section-header_1.souzoku {
  color: rgba(9, 124, 194, 0.11);
  font-size: 121px;
}
.section-header_1.yasashii::after {
  content: "税務会計ニュース";
  font-size: 34px;
  bottom: 40px;
  color: rgba(9, 124, 194, 1);
  position: absolute;
}
.section-header_1.souzoku::after {
  content: "税金相続対策コラム";
  font-size: 34px;
  bottom: 40px;
  color: rgba(9, 124, 194, 1);
  position: absolute;
}

/* 詳細ページ: 外部コンテンツの本文スタイル調整 */
.exnews_detail {
  font-size: 16px;
  line-height: 1.9;
  color: #3C3C3C;
}
.exnews_detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.exnews_detail td,
.exnews_detail th {
  padding: 10px 14px;
  border: 1px solid #d0e8f5;
  vertical-align: top;
}
.exnews_detail a {
  color: #097CC2;
}
.exnews_detail img {
  max-width: 100%;
  height: auto;
}

/* 一覧に戻るボタン */
.exnews_back_btn {
  width: 80%;
  margin: 0 auto 60px;
  justify-content: flex-start;
}

/* 一覧: 画像なしレイアウト */
.exnews_no_img {
  display: block;
}
.exnews_no_img .inner {
  width: 100%;
  padding: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .section-header_1.yasashii,
  .section-header_1.souzoku {
    font-size: 80px;
  }
  .section-header_1.yasashii::after,
  .section-header_1.souzoku::after {
    font-size: 20px;
  }
  .exnews_back_btn {
    width: 95%;
  }
}
