/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 04:35:43 */
/* ==========
   全体ラッパー
   ========== */
.p-priceTableWrap {
  margin: 40px auto;
  max-width: 1100px;
}

.p-priceTable__scroll {
  overflow-x: auto;
}

/* ==========
   テーブル共通
   ========== */
.p-priceTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
}

.p-priceTable th,
.p-priceTable td {
  padding: 14px 8px;
  border-bottom: 1px solid #e1e4ef;
  border-right: 1px solid #e1e4ef;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.p-priceTable th:last-child,
.p-priceTable td:last-child {
  border-right: 1px solid #e1e4ef;
}

.p-priceTable thead th {
  border-bottom: none;
}

/* ==========
   左上の空 th（透明にする）
   ========== */
.p-priceTable__head--label {
  width: 150px;
  background-color: #FFF !important;
  border: #FFF !important;
  padding: 0;
}

/* ==========
   行タイトル列
   ========== */
.p-priceTable__rowTitle {
  width: 150px;
  padding-left: 16px;
  padding-right: 10px;
  text-align: left;
  font-weight: 700;
}

/* ==========
   本文セルのベース
   ========== */
.p-priceTable__cell {
  background-color: #ffffff;
}

/* オーネット列（2列目）は淡いピンク、他社は白 */
.p-priceTable tbody td:nth-child(2) {
  background-color: #fff4f4;
  font-size: 18px;
}

.p-priceTable tbody td:nth-child(n + 3) {
  background-color: #f7f8fc;
}

/* ==========
   見出しデザイン
   ========== */
.p-priceTable__head {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* オーネット列（2列目） */
.p-priceTable__head--onet {
  width: 210px;
  background: linear-gradient(#ff4a4a, #e60012);
  color: #ffffff;
  position: relative;
}

/* オーネットのバッジとタイトル */
.p-priceTable__onetBadge {
  display: inline-block;
  margin: 6px auto 10px;
  padding: 4px 24px;
  border-radius: 22px;
  background-color: #ffffff;
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.p-priceTable__onetBadge::before {
  content: "👑";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}

.p-priceTable__onetTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

/* 他社列（3〜5列目） */
.p-priceTable__head--other {
  width: 210px;
  background-color: #e9ebf5 !important; /* 薄いブルーグレー */
  color: #333333 !important;
}

/* 上の白いピル型ラベル */
.p-priceTable__planName {
  display: inline-block;
  padding: 4px 18px;
  border-radius: 999px;
  background-color: #ffffff;
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

/* 下のプラン名 */
.p-priceTable__planNote {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* ==========
   強調テキスト（オーネットだけ赤文字）
   ========== */
.p-priceTable__cell--onetMain {
  color: #e60012;
  font-weight: 700;
}

.p-priceTable__cell--onetMainBig {
  color: #e60012;
  font-weight: 700;
  font-size: 24px;
}

.p-priceTable__cell--em {
  color: #e60012;
  font-weight: 700;
}

.p-priceTable__sub {
  font-size: 12px;
  color: #df0515;
}

.p-priceTable__note {
  font-size: 11px;
}

/* ==========
   PC 調整
   ========== */
@media screen and (min-width: 768px) {
  .p-priceTable th,
  .p-priceTable td {
    padding: 16px 10px;
  }
}

/* ==========
   SP：左2列固定＋3列目以降スクロール
   ========== */
@media screen and (max-width: 767px) {
  /* SP全体を一段縮小 */
  .p-priceTable {
    font-size: 11px;
    min-width: 560px; /* 650→縮小（列幅も合わせて圧縮） */
  }

  .p-priceTable th,
  .p-priceTable td {
    padding: 7px 4px;
    white-space: nowrap;
  }

  /* ▼ 1列目（行タイトル）をさらに細く：120 → 96 */
  .p-priceTable__rowTitle {
    width: 96px;
    padding-left: 10px;
    padding-right: 6px;
  }

  .p-priceTable tbody th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 96px;
    background-color: #f7f8fb;
  }

  /* ▼ 左上の空セルも同じ幅にそろえる */
  .p-priceTable__head--label {
    width: 96px;
  }

  .p-priceTable thead th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 6;
    background: transparent;
  }

  /* ▼ 2列目（オーネット）見出し */
  .p-priceTable__head--onet {
    width: 124px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .p-priceTable__onetBadge {
    padding: 3px 14px;
    font-size: 10px;
    margin: 4px auto 7px;
  }

  .p-priceTable__onetTitle {
    font-size: 14px;
    line-height: 1.35;
  }

  /* ▼ 2列目（オーネット）固定：min-widthの誤字修正 + 幅圧縮 */
  .p-priceTable thead th:nth-child(2),
  .p-priceTable tbody td:nth-child(2) {
    position: sticky;
    left: 96px;
    z-index: 5;
    min-width: 124px !important; /* 160→124 */
    box-shadow: 2px 0 0 0 #e1e4ef;
  }

  /* SP時の2列目フォント（元18pxが強すぎるので抑える） */
  .p-priceTable tbody td:nth-child(2) {
    font-size: 13px;
  }

  /* 強調の特大文字もSPは少し縮小 */
  .p-priceTable__cell--onetMainBig {
    font-size: 18px;
  }

  .p-priceTable__sub {
    font-size: 10px;
  }

  .p-priceTable__note {
    font-size: 10px;
  }

  /* ▼ 他社列は幅を縮める：140 → 118 */
  .p-priceTable__head--other {
    width: 118px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .p-priceTable__planName {
    font-size: 8px;
    padding: 3px 10px;
    margin-bottom: 6px;
  }

  .p-priceTable__planNote {
    font-size: 11px;
  }

  .p-priceTable__head--other,
  .p-priceTable__cell {
    font-size: 10px;
  }
}
