@charset "UTF-8";

.c5-promode-info__item-03 table {
  width: 70%;
  border-collapse: collapse;
  margin: 20px 0;
}

.c5-promode-info__item-03 table tbody tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px; /* 行間のマージンを追加 */
}

.c5-promode-info__item-03 table tbody tr td {
  flex: 1;
  text-align: center;
  padding: 3px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D75C7;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1em;
  border: 1px solid #fff; /* 白いボーダーに変更 */
  margin-right: 3px; /* セル間の間隔を追加 */
}

/* 空のセルのスタイルを削除 */
.c5-promode-info__item-03 table tbody tr td:empty {
  flex: 1;
  background: transparent;
  border: none;
}

/* 各行の最後のセルのマージンを削除 */
.c5-promode-info__item-03 table tbody tr td:last-child {
  margin-right: 0;
}

#suggest__index .c5-box p.left {
  max-width: none;
}