@charset "UTF-8";

/* ==========================================================================
   components-single.css
   Single / Breadcrumb（旧baseから移植：復旧優先）
   ========================================================================== */

/* ぱんくずリスト */
section#breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8em; /* 0.65 → 0.8 */
  padding: 1.25em 0; /* 少し呼吸 */
}

section#breadcrumb ul li {
  display: inline-block;
}

section#breadcrumb ul li i.fa {
  margin: 0 1em;
}

/* コンテンツページ */
.single-post {
  position: relative;
}

.single-post .thumb {
  width: 100%;
  margin-bottom: 1em;
}

.single-post h1.post-title {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.single-post .date {
  text-align: right;
  color: #000;
  font-size: 0.8em;
}

.single-post .single-post-content {
  padding: 1.5em 0;
  line-height: 2;
}

.single-post .single-post-content h3,
.single-post .single-post-content h4,
.single-post .single-post-content h5 {
  margin-bottom: 10px;
  line-height: 120%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
}

.single-post .single-post-content h3 {
  font-size: 18px;
}

.single-post .single-post-content h4 {
  font-size: 16px;
}

.single-post .single-post-content h5 {
  font-size: 14px;
}
