@charset "UTF-8";

/* =========================================================
   ベーススタイル（スマホ対応・SEO最適化）
========================================================= */
body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #f9fbfc;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}

/* =========================================================
   ヘッダーエリア
========================================================= */
.header-area {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-area img { height: 45px; width: auto; }
.header-area h1 {
  font-size: 1.05rem;
  margin: 0;
  color: #00a452;
  font-weight: bold;
  line-height: 1.3;
}

/* =========================================================
   ヒーローセクション（メイン画像）
========================================================= */
.hero { text-align: center; margin-bottom: 40px; }
.hero-img-box { background-color: #fff; padding: 10px 0; }
.hero img { width: 100%; max-width: 960px; height: auto; display: block; margin: 0 auto; }
.hero-text-title { color: #00a452; margin-top: 20px; font-size: 1.4rem; }

/* =========================================================
   コンテンツエリア（見出し・枠・カード）
========================================================= */
.section-title {
  color: #00a452;
  border-bottom: 2px solid #00a452;
  padding-bottom: 10px;
  margin-top: 50px;
  font-size: 1.5rem;
  text-align: center;
}
.strength-box {
  background: #fff;
  border: 2px solid #00a452;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
}
.strength-box h3 { color: #00a452; margin-top: 0; font-size: 1.2rem; }
.product-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
}
.product-card h3 { font-size: 1.3rem; margin-top: 0; margin-bottom: 15px; }

/* =========================================================
   ★追加：補償内容の表示枠（家財補償・費用補償）
========================================================= */
.coverage-box {
  background: #fdf5f5;
  border: 1px solid #fadcdb;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  text-align: left;
}
.coverage-title {
  color: #d9534f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
  border-bottom: 1px dashed #fadcdb;
  padding-bottom: 8px;
}
.coverage-desc {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #555;
}
.coverage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.coverage-list li {
  font-size: 0.9rem;
  width: calc(50% - 5px);
  box-sizing: border-box;
  color: #333;
}
.coverage-list li::before {
  content: "✓";
  color: #d9534f;
  font-weight: bold;
  margin-right: 5px;
}
.expense-list {
  font-size: 0.85rem;
  color: #444;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.7;
}

/* =========================================================
   料金テーブル（SEO強化用）
========================================================= */
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.9rem; }
.price-table caption { font-weight: bold; margin-bottom: 10px; font-size: 1.05rem; }
.price-table th, .price-table td { border: 1px solid #ddd; padding: 12px 5px; text-align: center; vertical-align: middle; }
.table-neo caption, .table-neo th { color: #d9534f; }
.table-neo th { background-color: #fdf5f5; }
.table-neo .price-highlight { color: #d9534f; font-weight: bold; font-size: 1.1rem; }
.table-tenant caption, .table-tenant th { color: #005bac; }
.table-tenant th { background-color: #f0f7fd; }
.table-tenant .price-highlight { color: #005bac; font-weight: bold; font-size: 1.1rem; }
.price-table tr:nth-child(even) td { background-color: #fafafa; }
.price-table td { background-color: #fff; }

/* =========================================================
   ボタン類
========================================================= */
.pdf-btn {
  display: inline-block;
  background: #fff;
  border: 2px solid #d9534f;
  color: #d9534f;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.95rem;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.2s ease;
}
.pdf-btn:hover { background: #d9534f; color: #fff; }
.pdf-btn.blue-btn { border-color: #005bac; color: #005bac; }
.pdf-btn.blue-btn:hover { background: #005bac; color: #fff; }

.cta-box { text-align: center; margin: 60px 0; }
.cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #00a452 0%, #00d97b 100%);
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 164, 82, 0.3);
  transition: opacity 0.2s ease;
}
.cta-btn:hover { opacity: 0.9; }

/* =========================================================
   会社概要・フッター
========================================================= */
.company-info { background: #fff; padding: 25px; border-radius: 8px; margin-top: 30px; font-size: 0.95rem; }
.company-info dt { font-weight: bold; float: left; width: 140px; clear: both; margin-bottom: 12px; color: #555; border-bottom: 1px dotted #ccc; }
.company-info dd { margin-left: 150px; margin-bottom: 12px; }
.footer { text-align: center; padding: 25px; background: #333; color: #fff; font-size: 0.85rem; margin-top: 50px; }

/* =========================================================
   レスポンシブ（スマホ向け調整）
========================================================= */
@media (max-width: 600px) {
  .header-area { flex-direction: column; justify-content: center; text-align: center; padding: 15px; }
  .header-area h1 { font-size: 1rem; margin-top: 5px; }
  .section-title { font-size: 1.3rem; }
  .coverage-list li { width: 100%; } /* スマホでは補償リストを1行1項目に */
  .price-table { font-size: 0.8rem; }
  .price-table th, .price-table td { padding: 8px 2px; }
  .company-info dt { float: none; width: auto; margin-bottom: 5px; border-bottom: none; }
  .company-info dd { margin-left: 0; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
}
/* =========================================================
   テナント用（青色）の補償内容表示枠
========================================================= */
.coverage-box.tenant-box {
  background: #f0f7fd;
  border: 1px solid #cce3f6;
}
.coverage-box.tenant-box .coverage-title {
  color: #005bac;
  border-bottom: 1px dashed #cce3f6;
}
.coverage-box.tenant-box .coverage-list li::before {
  color: #005bac;
}
/* =========================================================
   ページトップへ戻るボタン（洗練されたデザイン）
========================================================= */
.page-top-btn {
  position: fixed;
  bottom: -60px; /* 初期状態は画面外に隠す */
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 164, 82, 0.85); /* ブランドカラーを少し透かす */
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none; /* 見えない時はクリック判定を無効化 */
}

/* スクロールして表示される時のクラス */
.page-top-btn.show {
  bottom: 20px;
  opacity: 1;
  pointer-events: auto;
}

/* マウスホバー時の動き（少し浮き上がる） */
.page-top-btn:hover {
  background-color: rgba(0, 164, 82, 1);
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 164, 82, 0.3);
  color: #fff;
}

/* スマホ向け調整 */
@media (max-width: 600px) {
  .page-top-btn {
    width: 45px;
    height: 45px;
    right: 15px;
    font-size: 1.1rem;
  }
  .page-top-btn.show {
    bottom: 15px;
  }
}