/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 03:12:50 */
/* ===========================================
   熊本地震災害募金 活動報告（スコープ: kb-）
   ========================================== */

.kb-ib {
  display: inline-block;
}

.kb-report {
  background-color: #f8f9fa;
  padding: 50px 20px;
  color: #2b2c2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}

.kb-report__inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px 35px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #1a365d;
}

/* ヘッダー領域 */
.kb-report__header {
  text-align: center;
  margin-bottom: 20px;
}

.kb-report__badge {
  display: inline-block;
  background-color: #4a5568;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.kb-report__title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0;
  line-height: 1.45;
  border: none !important;
  padding: 0 !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* リード文 */
.kb-report__lead {
  text-align: left;
  margin: 0 auto 35px;
  max-width: 820px;
  font-size: 0.95rem;
  color: #4a5568;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 金額 ＆ 進呈写真エリア */
.kb-report__summary {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 25px;
  align-items: center;
  margin-bottom: 35px;
  background-color: #f0f4f8;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
}

.kb-report__result-box {
  text-align: center;
}

.kb-report__result-label {
  display: block;
  font-size: 0.95rem;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 8px;
}

.kb-report__result-amount {
  color: #1a365d;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 12px;
}

.kb-report__result-number {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.kb-report__result-unit {
  font-size: 1.15rem;
  font-weight: 700;
  margin-left: 5px;
}

.kb-report__result-note {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

/* メイン進呈写真（10枚目） */
.kb-report__main-photo {
  margin: 0;
  padding: 8px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kb-report__main-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.kb-report__main-caption {
  font-size: 0.75rem;
  color: #4a5568;
  text-align: center;
  margin-top: 6px;
  font-weight: bold;
  line-height: 1.4;
}

/* ギャラリー小見出し */
.kb-report__subhead {
  font-size: 1.15rem;
  color: #1a365d;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
  margin: 0 0 20px 0 !important;
  border-top: none !important;
}

/* 街頭活動ギャラリー (PC: 4列) */
.kb-report__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.kb-report__photo {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e2e8f0;
  aspect-ratio: 4 / 3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.kb-report__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* レスポンシブ (タブレット・スマホ対応) */
@media screen and (max-width: 850px) {
  .kb-report__summary {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .kb-report {
    padding: 30px 10px;
  }
  .kb-report__inner {
    padding: 25px 15px;
  }
  
  /* タイトルサイズを拡大しつつ折り返しを防ぐ調整 */
  .kb-report__title {
    font-size: 1.25rem; /* 1.15remから拡大 */
    line-height: 1.4;
    letter-spacing: -0.04em; /* 文字間をわずかに詰める */
  }
  
  .kb-report__result-number {
    font-size: 2.1rem;
  }

  /* スマホ時：余白を削ってメイン画像を大きく表示 */
  .kb-report__summary {
    padding: 15px; /* 25pxから縮小 */
    gap: 15px; /* 要素間の隙間も縮小 */
  }

  /* スマホ閲覧時も一覧が見やすい2列グリッド */
  .kb-report__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}