/*clamp(18px, 2.0vw, 24px)1.1.81.1.8
Theme Name: BIJOUX Child with TADOURYOKU
Theme URI: https://tf-kirin.info/tadouryoku/
Description: BIJOUX 親テーマ（bijoux_tcd117）の子テーマ。TFきりんの『多動力』サイト用カスタマイズを格納します。
Author: TFきりん
Author URI: https://tf-kirin.info/
Template: bijoux_tcd117
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bijoux-child-tadouryoku
*/

/* =========================================================
 * 0. Design Tokens
 * ========================================================= */
:root {
  --tfk-teal: #2b9c97;
  --tfk-blue: #2a4870;
  --tfk-blue-light: #eaf3fb;
  --tfk-blue-text: #1f6fb2;
  --tfk-gray-bg: #f6f7f9;
  --tfk-gray-border: #d8dee2;
  --tfk-text-main: #222;
  --tfk-text-sub: #555;
  --tfk-shadow-card: 0 4px 16px rgba(0, 0, 0, 0.08);
  --tfk-shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* =========================================================
 * 1. Header Logo
 * SP / Tablet: ロゴ画像を高さ60pxで表示
 * ========================================================= */
@media (max-width: 1100px) {
  #header_logo .image,
  #header_logo img {
    width: auto !important;
    height: 60px !important;
  }

  #header,
  body.admin-bar #header {
    height: 60px !important;
  }
}

/* =========================================================
 * 2. Blog Header
 * パンくず・カテゴリ・日付・アイキャッチ間の余白調整
 * ========================================================= */
#blog_header .content {
  row-gap: 0 !important;
}

#blog_header .content &gt; a.category_button {
  margin-top: 0 !important;
}

#blog_header .content &gt; .meta {
  margin-top: 12px !important;
}

#blog_header .content &gt; .meta &gt; .c-date {
  margin-top: 0 !important;
}

#blog_header &gt; .featured_image,
#blog_header .featured_image {
  margin-top: 12px !important;
}

/* =========================================================
 * 3. Page Header / Service Hero
 * serviceページの看板画像・ページヘッダー調整
 * ========================================================= */
#page_header {
  margin-top: 0 !important;
}

#page_header .top_area,
#page_header.service .top_area {
  display: none !important;
}

#page_header,
#parallax_page_header,
#page_header .bottom_area,
#page_header .bottom_area .overlay,
#page_header .bottom_area .bg_image,
#page_header .bottom_area .bg_image .image {
  height: 600px !important;
}

#page_header.service {
  height: auto !important;
}

#page_header.service .bottom_area {
  height: 600px !important;
}

#page_header.service .bottom_area .bg_image,
#page_header.service .bottom_area .bg_image img {
  width: 100% !important;
  height: 100% !important;
}

#page_header.service .bottom_area .bg_image img {
  object-fit: cover !important;
  object-position: center center !important;
}

@media (min-width: 1101px) {
  #page_header .sub_title {
    font-size: 48px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 1100px) {
  #page_header.service .bottom_area {
    height: 480px !important;
  }
}

@media (max-width: 600px) {
  #page_header.service .bottom_area {
    height: calc(100svh - 60px) !important;
    min-height: 480px !important;
    max-height: 720px !important;
  }

  @supports not (height: 100svh) {
    #page_header.service .bottom_area {
      height: calc(100vh - 60px) !important;
    }
  }
}

/* =========================================================
 * 4. Speech Balloon - Common
 * キリン / ウマ / ライオン / ウサギ / トラ / ペンギン共通
 * ========================================================= */
.sb-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 1.5em 0;
}

.sb-wrap.sb-right {
  flex-direction: row-reverse;
}

.sb-wrap .sb-icon {
  display: flex;
  flex: 0 0 80px;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

.sb-wrap .sb-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #ddd;
}

.sb-wrap .sb-label {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 10px !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.sb-wrap .sb-balloon {
  position: relative;
  flex: 1 1 auto;
  padding: 14px 18px;
  border-radius: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

.sb-wrap .sb-tip {
  position: absolute;
  top: 16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: &quot;&quot;;
}

.sb-wrap.sb-left .sb-tip {
  left: -20px;
  border-right-width: 12px;
}

.sb-wrap.sb-right .sb-tip {
  right: -20px;
  border-left-width: 12px;
}

/* 吹き出し本文内の重複トピックラベルを非表示。アイコン下のラベルは保持。 */
.sb-balloon &gt; .sb-topic {
  display: none !important;
}

@media (max-width: 600px) {
  .sb-wrap {
    gap: 10px;
  }

  .sb-wrap .sb-icon {
    flex-basis: 56px;
    width: 56px;
  }

  .sb-wrap .sb-balloon {
    padding: 12px 14px;
    font-size: 14px;
  }

  .sb-wrap .sb-tip {
    top: 14px;
  }

  .sb-wrap.sb-left .sb-tip {
    left: -18px;
  }

  .sb-wrap.sb-right .sb-tip {
    right: -18px;
  }
}

/* =========================================================
 * 5. Speech Balloon - Topic Label
 * キャラクター名の下に表示する議題ラベル
 * ========================================================= */
.sb-wrap .sb-topic {
  display: none;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 3px 5px;
  border-radius: 10px;
  color: #fff;
  background-color: #888;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.sb-wrap .sb-topic:not(:empty) {
  display: inline-block;
}

.sb-wrap[data-role=&quot;agree&quot;] .sb-topic {
  background-color: #1976d2;
}

.sb-wrap[data-role=&quot;oppose&quot;] .sb-topic {
  background-color: #d32f2f;
}

.sb-wrap[data-role=&quot;neutral&quot;] .sb-topic {
  background-color: #757575;
}

/* =========================================================
 * 6. Speech Balloon - Panda Host Box
 * パンダ司会用の薄グレー背景ボックス
 * ========================================================= */
.sb-host {
  position: relative;
  margin: 1.5em 0;
  padding: 28px 20px 18px;
  border-radius: 12px;
  color: #000;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.7;
}

.sb-host .sb-host-tag {
  position: absolute;
  top: -14px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 12px 2px 4px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}

.sb-host .sb-host-tag-icon {
  display: block;
  width: 33px;
  height: 33px;
  margin: 2px 0;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ddd;
  align-self: center;
  flex-shrink: 0;
}

.sb-host .sb-host-tag-text {
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 600px) {
  .sb-host {
    padding: 26px 16px 16px;
    font-size: 14px;
  }

  .sb-host .sb-host-tag {
    left: 12px;
    padding: 1px 10px 1px 3px;
    font-size: 11px;
  }

  .sb-host .sb-host-tag-icon {
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
 * 7. TCD q_frame Panda Decoration
 * .q_frame.q_frame1 の左上に「丸アイコン + 司会パンダ」タグを表示
 * ========================================================= */
.tcdce-body .q_frame.q_frame1,
.q_frame.q_frame1 {
  position: relative;
  margin-top: 28px !important;
  padding-top: 28px !important;
  border-radius: 12px;
}

.tcdce-body .q_frame.q_frame1::before,
.q_frame.q_frame1::before {
  position: absolute !important;
  top: -16px !important;
  left: 8px !important;
  z-index: 1 !important;
  width: 28px !important;
  height: 28px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background-color: #ddd !important;
  background-image: url(&quot;https://tf-kirin.info/tadouryoku/wp-content/uploads/sites/5/2026/05/left-panda.webp&quot;) !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
  color: transparent !important;
  content: &quot;&quot; !important;
  font-size: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.tcdce-body .q_frame.q_frame1::after,
.q_frame.q_frame1::after {
  position: absolute !important;
  top: -14px !important;
  left: 10px !important;
  width: auto !important;
  height: auto !important;
  padding: 5px 12px 5px 34px !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 999px !important;
  color: #333 !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  content: &quot;司会パンダ&quot; !important;
  font-size: 11px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

@media (max-width: 600px) {
  .tcdce-body .q_frame.q_frame1,
  .q_frame.q_frame1 {
    margin-top: 24px !important;
    padding-top: 24px !important;
  }

  .tcdce-body .q_frame.q_frame1::before,
  .q_frame.q_frame1::before {
    top: -14px !important;
    left: 8px !important;
    width: 24px !important;
    height: 24px !important;
    border-width: 1.5px !important;
  }

  .tcdce-body .q_frame.q_frame1::after,
  .q_frame.q_frame1::after {
    top: -12px !important;
    left: 10px !important;
    padding: 5px 10px 5px 30px !important;
    font-size: 10px !important;
  }
}

/* =========================================================
 * 8. TOC - Sidebar Widget
 * サイドバー目次の装飾
 * ========================================================= */
.toc_widget {
  position: relative;
  box-sizing: border-box;
  padding: 16px 20px;
  border-radius: 12px;
  background-color: #f5f5f5;
}

.toc_widget::before {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  color: #333;
  content: &quot;目次&quot;;
  font-size: 16px;
  font-weight: bold;
}

.toc_widget .toc_widget_list {
  margin: 0;
  padding: 0;
}

.toc_widget .toc_widget_list li {
  margin: 6px 0;
  line-height: 1.5;
}

.toc_widget .toc_widget_list li:first-child {
  margin-top: 0;
}

.toc_widget .toc_widget_list li:last-child {
  margin-bottom: 0;
}

/* =========================================================
 * 9. TOC - Inline for single-service
 * service本文先頭に挿入される目次
 * ========================================================= */
html body.single-service .tfk-inline-toc {
  position: static !important;
  display: block !important;
  box-sizing: border-box;
  max-width: 720px;
  max-height: 320px;
  margin: 16px auto 20px;
  padding: 12px 16px;
  overflow-y: auto;
  border: 1px solid var(--tfk-gray-border);
  border-radius: 6px;
  background: #f7f9fa;
}

html body.single-service .tfk-inline-toc .p-toc-headline {
  display: block;
  margin: 0 0 6px;
  padding-bottom: 4px;
  border-bottom: 2px solid #5a8a8c;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

html body.single-service .tfk-inline-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html body.single-service .tfk-inline-toc &gt; ul &gt; li {
  margin: 2px 0;
  line-height: 1.35;
}

html body.single-service .tfk-inline-toc &gt; ul &gt; li &gt; a {
  color: var(--tfk-blue);
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

html body.single-service .tfk-inline-toc &gt; ul &gt; li &gt; a:hover {
  text-decoration: underline;
}

html body.single-service .tfk-inline-toc ul.child {
  margin: 2px 0 4px 12px;
  padding-left: 10px;
  border-left: 2px solid #c8d3da;
}

html body.single-service .tfk-inline-toc ul.child li {
  margin: 1px 0;
  line-height: 1.3;
}

html body.single-service .tfk-inline-toc ul.child li a {
  color: #4a6f95;
  font-size: 12px;
  text-decoration: none;
}

html body.single-service .tfk-inline-toc ul.child li a:hover {
  text-decoration: underline;
}

/* =========================================================
 * 10. Service / AWARD Common
 * serviceページ共通タイトル・AWARDバナー・イベント名ラベル
 * ========================================================= */
.tfk-event-name-single,
.tfk-event-name-label {
  display: -webkit-box;
  box-sizing: border-box;
  margin: 16px auto;
  padding: 10px 16px;
  overflow: hidden;
  border: 1px solid var(--tfk-teal);
  color: var(--tfk-teal);
  background: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tfk-event-name-label {
  margin: 12px 0;
  padding: 8px 12px;
}

.tfk-event-name-single {
  max-width: 800px;
}

.tfk-award-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tfk-award-badge__label {
  color: inherit;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.tfk-award-badge__label:hover {
  text-decoration: underline;
}

.tfk-award-badge__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

html body.single-service .tfk-page-title,
html body.single-service .tfk-award-wrap,
html .tfk-award-wrap {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body.single-service .c-breadcrumb {
  margin-top: 60px !important;
}

@media (min-width: 1101px) {
  html body.single-service .c-breadcrumb {
    margin-top: 100px !important;
  }
}

/* AWARDバッジ色 */
html body.single-service .tfk-award-wrap .tfk-award-badge.is-silver,
html .tfk-award-wrap .tfk-award-badge.is-silver,
html body.single-service .tfk-award-badge.is-silver {
  color: #333 !important;
  background: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 50%, #888 100%) !important;
}

html body.single-service .tfk-award-wrap .tfk-award-badge.is-silver .tfk-award-badge__label,
html body.single-service .tfk-award-wrap .tfk-award-badge.is-silver .tfk-award-badge__title {
  color: #333 !important;
}

html body.single-service .tfk-award-wrap .tfk-award-badge.is-bronze,
html .tfk-award-wrap .tfk-award-badge.is-bronze,
html body.single-service .tfk-award-badge.is-bronze {
  color: #fff !important;
  background: linear-gradient(135deg, #d4925a 0%, #b87333 50%, #7a4a1f 100%) !important;
}

html body.single-service .tfk-award-wrap .tfk-award-badge.is-bronze .tfk-award-badge__label,
html body.single-service .tfk-award-wrap .tfk-award-badge.is-bronze .tfk-award-badge__title {
  color: #fff !important;
}

html body.single-service .tfk-award-wrap .tfk-award-badge.is-other,
html .tfk-award-wrap .tfk-award-badge.is-other,
html body.single-service .tfk-award-badge.is-other {
  color: #fff !important;
  background: linear-gradient(135deg, #7a9bb8 0%, #4d6f96 50%, #2a4870 100%) !important;
}

html body.single-service .tfk-award-wrap .tfk-award-badge.is-other .tfk-award-badge__label,
html body.single-service .tfk-award-wrap .tfk-award-badge.is-other .tfk-award-badge__title {
  color: #fff !important;
}

/* =========================================================
 * 11. Service Archive Common
 * service_category アーカイブの余白・タイトル調整
 * ========================================================= */
html body.tax-service_category #service_category .archive_service_list .item .content h4.catch,
html body.tax-service_category #service_category .archive_service_list .item .content p.desc {
  display: none !important;
}

html body.tax-service_category #service_category .archive_service_list .item {
  padding-top: 11px !important;
  padding-bottom: 27px !important;
}

html body.tax-service_category #service_category .archive_service_list .item .content .tfk-event-name-label {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

html body.tax-service_category #service_category .archive_service_list .item .content h3.title {
  margin-top: 9px !important;
}

html body.tax-service_category #service_category .archive_service_list .item .content a.design_button {
  margin-top: 7px !important;
}

html a.c-line-clamp {
  font-size: 32px !important;
}

html body #service_category .archive_service_list .item .content h3.title a.c-line-clamp {
  --tcd-line-clamp: 3 !important;
}

@media (max-width: 768px) {
  html body.tax-service_category #service_category .archive_service_list .item .content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

html body.is-mobile.tax-service_category #service_category .archive_service_list .item .content {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* =========================================================
 * 12. Post Tag Line
 * カテゴリ横に「スライドあり」などの投稿タグを1行表示
 * ========================================================= */
a.category_button,
a.service_category_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px;
  font-size: 14px !important;
  line-height: 1.3 !important;
  vertical-align: middle;
}

.tf-tag-line {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 120px);
  margin-left: 3px;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.tf-has-slide-tag,
.tf-post-tag,
.tf-osusume-tag,
.tf-kaitei-tag {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 22px;
  padding: 2px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.tf-has-slide-tag {
  color: #cc5500;
  background-color: #fff5eb;
}

.tf-post-tag {
  color: #555;
  background-color: #f7f7f7;
}
.tf-osusume-tag {
  color: #c0392b;
  background-color: #fde8e8;
}
.tf-kaitei-tag {
  color: #1e7a45;
  background-color: #e8f5ee;
}

/* =========================================================
 * 13. AWARD Archive Card Layout
 * 特集記事カテゴリ「AWARD」アーカイブを記事カード化
 * ========================================================= */
body.tax-service_category.term-award .archive_service_list,
body.tax-special-feature_category.term-award .archive_service_list {
  padding: 24px 0;
  background: var(--tfk-gray-bg);
}

body.tax-service_category.term-award .archive_service_list &gt; article.item,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item {
  width: 92%;
  max-width: 880px;
  margin: 0 auto 32px;
  padding: 0 0 24px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--tfk-shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item:hover,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item:hover {
  box-shadow: var(--tfk-shadow-card-hover);
  transform: translateY(-2px);
}

body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; picture.image,
body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; a.image,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; picture.image,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; a.image {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; picture.image img,
body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; a.image img,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; picture.image img,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; a.image img {
  display: block;
  width: 100%;
  height: auto;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; .content,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; .content {
  padding: 20px 28px 0;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item .tfk-event-name-label,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item .tfk-event-name-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: none;
  border-radius: 999px;
  color: var(--tfk-blue-text);
  background: var(--tfk-blue-light);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item h3.title,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item h3.title {
  margin: 0 0 14px;
  color: var(--tfk-text-main);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item .tfk-award-meta,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item .tfk-award-meta {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #5b4a00;
  background: #fff8e1;
  font-size: 14px;
  line-height: 1.7;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item h4.catch,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item h4.catch {
  margin: 0 0 8px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item p.desc,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item p.desc {
  margin: 0 0 18px;
  color: var(--tfk-text-sub);
  font-size: 14px;
  line-height: 1.8;
}

body.tax-service_category.term-award .archive_service_list &gt; article.item a.design_button,
body.tax-special-feature_category.term-award .archive_service_list &gt; article.item a.design_button {
  display: block;
  width: max-content;
  min-width: 200px;
  margin: 8px auto 0;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 600px) {
  body.tax-service_category.term-award .archive_service_list &gt; article.item &gt; .content,
  body.tax-special-feature_category.term-award .archive_service_list &gt; article.item &gt; .content {
    padding: 16px 18px 0;
  }

  body.tax-service_category.term-award .archive_service_list &gt; article.item h3.title,
  body.tax-special-feature_category.term-award .archive_service_list &gt; article.item h3.title {
    font-size: 18px;
  }
}


/* =========================================
 * 2026-05-22 追加：単一記事ヘッダー調整
 * - h1.title を表示（親テーマ変数で 0px に潰れていたのを上書き）
 * - .c-date をアイキャッチ画像の下に配置するための見た目調整
 * - タグラベルをリンク化した際のスタイル統一
 * ========================================= */

/* 単一記事のタイトルを表示 */
body.single #blog_header .title {
  font-size: clamp(18px, 2.0vw, 24px) !important;
  line-height: 1.5;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* アイキャッチ直下に移動した日付ブロック */
body.single #blog_header .c-date.tf-date--below-eyecatch {
  margin-top: 0.6em;
  margin-bottom: 0.8em;
}

/* タグラベルがアンカーになっても、見た目はspan時と同じに揃える */
.tf-tag-line a.tf-post-tag,
.tf-tag-line a.tf-has-slide-tag,
.tf-tag-line a.tf-osusume-tag,
.tf-tag-line a.tf-kaitei-tag {
  text-decoration: none;
  cursor: pointer;
}
.tf-tag-line a.tf-post-tag:hover,
.tf-tag-line a.tf-has-slide-tag:hover,
.tf-tag-line a.tf-osusume-tag:hover,
.tf-tag-line a.tf-kaitei-tag:hover {
  opacity: 0.85;
}


.tf-tag-line .tf-osusume-tag,
.tf-tag-line .tf-kaitei-tag {
  padding: 6px 14px;
  border-radius: 6px;
}

/* ===== カルーセルカードの天端揃え修正 =====
   TOPページのPLANNINGなど横スクロールカルーセルで
   inline-blockのbaseline揃えによる天端凸凹を修正 */
@media (max-width: 1100px) {
  .cb_post .blog_list .item {
    vertical-align: top;
  }
}
