他社との違い比較表

提供元 初期費用 機能数 納品スピード サポート内容
他社A 10,000円 基本機能のみ 3営業日以内 メールのみ
他社B 8,000円 基本+一部拡張 即日対応 メール+チャット
弊社 無料 全機能無制限 最短即日 専任担当が直接対応
HTML
<div class="compare-table-wrapper">
  <table class="compare-table">
    <thead>
      <tr>
        <th>提供元</th>
        <th>初期費用</th>
        <th>機能数</th>
        <th>納品スピード</th>
        <th>サポート内容</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <th class="label">他社A</th>
        <td>10,000円</td>
        <td>基本機能のみ</td>
        <td>3営業日以内</td>
        <td>メールのみ</td>
      </tr>
      <tr>
        <th class="label">他社B</th>
        <td>8,000円</td>
        <td>基本+一部拡張</td>
        <td>即日対応</td>
        <td>メール+チャット</td>
      </tr>
      <tr class="ours">
        <th class="label">弊社</th>
        <td class="highlight">無料</td>
        <td class="highlight">全機能無制限</td>
        <td class="highlight">最短即日</td>
        <td class="highlight">専任担当が直接対応</td>
      </tr>
    </tbody>
  </table>
</div>
CSS
.compare-table-wrapper {
  max-width: 1000px;
  margin: 60px auto;
  font-family: "Helvetica Neue", sans-serif;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.compare-table thead th {
  background-color: #444;
  color: #fff;
  padding: 14px;
  font-size: 15px;
}

.compare-table th.label {
  font-weight: bold;
  text-align: center;
  padding: 14px;
  width: 120px;
  background-color: #f5f5f5;
  color: #333;
}

.compare-table td {
  padding: 14px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}

.compare-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.compare-table .ours th.label {
  background-color: #5a88c8;
  color: #fff;
}

.compare-table .ours td {
  background-color: #eef3fb;
  font-weight: bold;
}

.compare-table .highlight {
  color: #337ab7;
}

🌟 有料会員限定素材を配布中!

ここでしか手に入らない特別デザイン素材を今すぐチェック!

有料会員ページを見る
目次