    body {
      font-family: Arial, sans-serif;
      background: #f9f9f9;
      margin: 0;
      padding: 20px;
      color: #333;
    }
    .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
    .tab {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  background: #f0f0f0;
  transition: background 0.2s, color 0.2s;
  min-width: 240px;
  text-align: center;
}
    
    .switch-group {
      width: auto;
      display: flex;
      background: #fff;
      border-radius: 999px;
      overflow: hidden;
      border: 1px solid #ccc;
      margin-bottom: 20px;
    }
    .switch-group button {
      flex: 1;
      padding: 8px 0;
      border: none;
      background: transparent;
      cursor: pointer;
      color: #333;
    }
    .switch-group button.active {
      background: #FF6928;
      color: white;
      font-weight: bold;
    }
      .plans {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .plan {
      display: flex;
      flex-direction: column;
      position: relative;
      min-height: 420px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      width: 300px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
     gap: 10px;
    }

.plan .description {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.plan-description .switch-group.license-toggle {
  margin-top: auto;        
}

.plan .actions {
  margin-top: auto;
  /* ボタン周りの余白調整 */
  padding-top: 12px;
}

.plan .actions .buy-button {
  display: block;
  width: 100%;
  box-sizing: border-box;  /* パディング込みで幅100%に */
  text-align: center;      /* 文字列を中央揃えに */
}

.plan .description {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.plan .description .plan-description {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.plan .description .plan-description .setumeibotton {
  margin-top: auto;
  margin-bottom: 0;
}


    .plan.disabled {
      opacity: 0.4;
      pointer-events: none;
    }
    .plan .price {
      font-weight: bold;
      color: #000;
      font-size: 1.2em;
      text-align: right;
      border-bottom: 1px solid #ccc;
      padding-bottom: 4px;
    }
    .buy-button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      text-align: center;
      text-decoration: none;
      border-radius: 5px;
    }
    .buy-button:hover {
      background: #0056b3;
    }

button:disabled {
  cursor: default;      /* 通常の矢印カーソル */
  opacity: 0.6;         /* 任意：無効っぽく見せる */
}

    .switch-group.license-toggle {
      margin-top: auto;
    }

      @media (max-width: 960px) {
      .plans {
        justify-content: center;
      }
      .plan {
        width: 100%;
        max-width: 400px;
      }
    }
    @media (max-width: 600px) {
  .tabs {
    flex-direction: column;
    align-items: center;
  }
  .tab {
    width: 100%;
    text-align: center;
  }
      .switch-group {
        flex-direction: column;
        width: 100% !important;
      }
      .switch-group button {
        width: 100%;
      }
    }
  .tab strong {
  display: inline-block;
  min-width: 10em;
  text-align: center;
  font-weight: normal;
}

.tab.active {
  background-color: #F3FFD8 !important;
}

.tab.active strong {
  font-weight: bold;
}

.compare-toggle {
  font-weight: bold;
  background: #fdf6c6;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
}

.main_wrapper {
  max-width: 70%;  
  margin: 0 auto;
}

.buy-button:hover {
  background: #0056b3;
  color: #fff; 
}

/* プランリスト内強調*/
    ul.feature-list li.highlight-red {
      font-weight: bold;
      color: #d9534f;
    }
    /* 青い強調 */
    ul.feature-list li.highlight-blue {
      font-weight: bold;
      color: #0275d8;
    }

/* 以下比較テーブル用*/

  /* 比較テーブル全体のラッパー */
    .compare-container {
      background-color: #fff;
      padding: 16px 0;
      margin: 0;
      border-radius: 8px;
      overflow: hidden;
      max-width: 100%;
    }

    /* テーブル自体の基本スタイル: 列間スペースを保持 */
    .compare-container table {
      width: 100%;
      border-collapse: separate;  /* セパレートモード */
      border-spacing: 16px 0;     /* 列間にスペース */
      background-color: #fff;
    }

    /* テーブルのヘッダーセル：下線 */
    .compare-container thead th {
      padding: 12px;
      text-align: center;
      border: none;
      border-bottom: 2px solid #AAA; /* ヘッダー下線 */
      background-color: #fafafa;     /* 初期列色を合わせるため */
    }
    .compare-container thead th:first-child {
      text-align: left;
      background-color: transparent;
    }

    /* テーブルのボディセル：下線 */
    .compare-container tbody td {
      padding: 12px;
      text-align: center;
      border: none;
      border-bottom: 1px solid #DDD; /* 行下線 */
      background-color: transparent;
    }
    .compare-container tbody td:first-child {
      text-align: left;
    }

    /* 列ごとに背景色を薄く変化、セルを角丸に */
    .compare-container thead th:nth-child(2),
    .compare-container tbody td:nth-child(2) {
      background-color: #fafafa;  /* V-Ray Solo 列 */
      border-radius: 8px;
    }
    .compare-container thead th:nth-child(3),
    .compare-container tbody td:nth-child(3) {
      background-color: #eef7ff;  /* V-Ray Premium 列 */
      border-radius: 8px;
    }
    .compare-container thead th:nth-child(4),
    .compare-container tbody td:nth-child(4) {
      background-color: #f9ecf7;  /* V-Ray ArchViz Collection */
      border-radius: 8px;
    }

    /* チェックマークを赤い丸背景に */
    .compare-container td.check {
      padding: 8px;
      border: none;
      border-bottom: 1px solid #DDD;
      background-color: transparent;
    }
    .compare-container td.check .mark {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-color: #E74C3C;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 24px;
      font-weight: bold;
      font-size: 16px;
    }

    /* ロゴ下のラベルを小さくグレーに */
    .compare-container .logo-label {
      display: block;
      font-size: 12px;
      color: #888;
      margin-top: 4px;
      background-color: transparent;
    }
