.sectional-shobugake,
.sectional-shobugake * {
  box-sizing: border-box;
}

.sectional-shobugake__notice {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid #d9ebe5;
  background: #f4fffb;
  color: #111;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.sectional-shobugake__test {
  color: #b45309;
}

.sectional-shobugake__legend {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.sectional-shobugake__legend--safe {
  background: #dcfce7;
  color: #14532d;
}

.sectional-shobugake__legend--chance {
  background: #fef9c3;
  color: #713f12;
}

.sectional-shobugake__legend--out {
  background: #fee2e2;
  color: #7f1d1d;
}

.sectional-shobugake {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sectional-shobugake__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: #fff;
}

.sectional-shobugake__table th,
.sectional-shobugake__table td {
  border: 1px solid #e4e4e4 !important;
  padding: 3px 6px !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.2 !important;
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 700 !important;
  background-image: none !important;
}

.sectional-shobugake__table th {
  background: #e2fdf4 !important;
  white-space: nowrap;
}

.sectional-shobugake__table td {
  background: #fff;
}

.sectional-shobugake__need,
.sectional-shobugake__result {
  white-space: nowrap;
  color: #111 !important;
}

.sectional-shobugake__place {
  min-width: 48px;
  white-space: nowrap;
}

.sectional-shobugake__place.is-safe {
  background: #dcfce7 !important;
  color: #14532d !important;
}

.sectional-shobugake__place.is-chance {
  background: #fef9c3 !important;
  color: #713f12 !important;
}

.sectional-shobugake__place.is-out {
  background: #fee2e2 !important;
  color: #7f1d1d !important;
}

.sectional-shobugake__table .dream {
  color: #d97706;
  font-weight: 800;
}

.sectional-shobugake__raceinfo {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .sectional-shobugake__table th,
  .sectional-shobugake__table td {
    font-size: 11px !important;
    padding: 3px 5px !important;
  }

  .sectional-shobugake__place {
    min-width: 44px;
  }
}
/* 早見セル */
.sectional-shobugake__hayami{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:4px;
    min-height:60px;
}

/* 1段 */
.sectional-shobugake__hayami-row{
    height:24px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* ダミー */
.sectional-shobugake__hayami-row--dummy{
    visibility:hidden;
}

/* 表全体の高さ */
.sectional-shobugake__table td,
.sectional-shobugake__table th{
    height:64px !important;
}

.sectional-shobugake__border18 td{
    border-bottom:4px solid #ff2b2b !important;
    box-shadow: inset 0 -3px 0 #ff2b2b;
}