/* ============================================================
   price.css
   /price/ 料金ページ専用スタイル
   既存の bamboo.css / style.css のトークン・配色に合わせています。
   ============================================================ */

/* ---------- 一目でわかる料金表 ---------- */
.price-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
}

.price-table th,
.price-table td {
  padding: 16px 14px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

.price-table thead th {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}

.price-table .price-table-plan-col {
  min-width: 180px;
}

.price-table td.price-plan-name {
  text-align: left;
  font-weight: 700;
}

.price-table td.price-plan-name a {
  color: inherit;
  text-decoration: underline;
}

.price-table td.price-amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: #c0392b;
  white-space: nowrap;
}

.price-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.price-table tbody tr.price-row-highlight {
  background: #fff7e6;
}

.price-table tbody tr.price-row-highlight td {
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}

.price-badge-ai {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e6f4ff;
  color: #0066cc;
  white-space: nowrap;
}

/* ---------- プランカード ---------- */
.price-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.price-card {
  position: relative;
  flex: 1 1 260px;
  min-width: 260px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.price-card.is-top {
  border: 2px solid #1a1a1a;
  background: #fafafa;
}

.price-card-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  display: inline-block;
  padding: 4px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: #1a1a1a;
  border-radius: 999px;
}

.price-card-name {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 4px 0 8px;
}

.price-card-amount {
  font-size: 1.75rem;
  font-weight: 700;
  color: #c0392b;
  margin: 0 0 2px;
  line-height: 1.2;
}

.price-card-period {
  font-size: 0.82rem;
  color: #777;
  margin: 0 0 16px;
}

.price-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.price-card-list li {
  position: relative;
  padding: 7px 0 7px 1.4em;
  border-bottom: 1px dashed #eee;
  font-size: 0.88rem;
  line-height: 1.5;
}

.price-card-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a7f62;
  font-weight: 700;
}

.price-card-note {
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 18px;
  line-height: 1.6;
}

.price-card .btn {
  width: 100%;
  text-align: center;
}

/* ---------- レスポンシブ調整 ---------- */
@media (max-width: 767px) {
  .price-table th,
  .price-table td {
    font-size: 0.78rem;
    padding: 10px 8px;
  }

  .price-table .price-amount {
    font-size: 1rem;
  }

  .price-cards {
    flex-direction: column;
  }

  .price-card {
    flex: 1 1 auto;
  }
}


/* 20260813  追記 */
.bhp_ff_01 { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-style: normal!important; }
.bhp_fc_01 { color: #333!important; font-weight: 400!important; }
.bhp_fc_02 { color: #222!important; font-weight: 400!important; }
a.bhp_type_01 { color: #333!important; text-decoration: underline!important; }
a.bhp_type_01:hover { color: #6c8e74!important; text-decoration: none!important; }







