.score_detail_table__cell,
.score_detail_table th,
.score_detail_table td,
.custom_detail_flex__cell,
.game-record-table th,
.game-record-table td,
.game_detail_flex__cell,
.custom_detail_table th,
.custom_detail_table td,
.game_detail_table th,
.game_detail_table td,
.game-detail-info__title,
.game-detail-info__body {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.game-record-table {
  width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
}

.game-record-table th,
.game-record-table td {
  width: auto !important;
  min-width: 0 !important;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.game-record-table thead th.section-ttl {
  text-align: left;
}

.score_detail_table__wrap {
  border: 0 !important;
  background: transparent !important;
}

.score_detail_table {
  --front-result-line: var(--front6-line, var(--basic-line, var(--corp-line, var(--archive-line, var(--front-color-border, #818181)))));
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--front-result-line) !important;
  border-left: 1px solid var(--front-result-line) !important;
}

.score_detail_table__row {
  display: flex;
  width: 100%;
  min-width: 0;
}

.score_detail_table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: var(--score-flex, 1) 1 0;
  min-width: 0 !important;
  min-height: 42px;
  padding: 10px 12px;
  border-right: 1px solid var(--front-result-line) !important;
  border-bottom: 1px solid var(--front-result-line) !important;
  overflow-wrap: anywhere;
}

.score_detail_table__cell,
.score_detail_table th,
.score_detail_table td {
  text-align: center !important;
  vertical-align: middle !important;
}

.custom_detail_tr--var_three .custom_detail_header,
.custom_detail_tr--var_three .custom_detail_data {
  text-align: center !important;
  vertical-align: middle !important;
}

.custom_detail_flex {
  --front-result-line: var(--front6-line, var(--basic-line, var(--corp-line, var(--archive-line, var(--front-color-border, #818181)))));
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--front-result-line) !important;
  border-left: 1px solid var(--front-result-line) !important;
  background: transparent !important;
}

.custom_detail_flex .custom_detail_table {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: initial !important;
  table-layout: auto !important;
}

.custom_detail_flex__row {
  display: flex !important;
  width: 100%;
  min-width: 0;
}

.custom_detail_flex__cell {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px;
  padding: 10px 12px;
  border: 0 !important;
  border-right: 1px solid var(--front-result-line) !important;
  border-bottom: 1px solid var(--front-result-line) !important;
  overflow-wrap: anywhere;
  vertical-align: initial !important;
}

.custom_detail_flex__cell.text-start {
  justify-content: flex-start;
  text-align: left !important;
}

.custom_detail_tr--var_two .custom_detail_data.custom_detail_flex__cell {
  flex: 2 1 0 !important;
}

.custom_detail_tr--var_three .custom_detail_header.custom_detail_flex__cell,
.custom_detail_tr--var_three .custom_detail_data.custom_detail_flex__cell {
  flex: 1 1 0 !important;
}

.custom_detail_flex__cell--header {
  flex: 1 1 100% !important;
}

.custom_detail_flex__split {
  display: block !important;
  height: 10px !important;
  min-height: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--front-result-line) !important;
  border-bottom: 1px solid var(--front-result-line) !important;
  background: transparent !important;
  line-height: 0 !important;
}

.game_detail_flex {
  --front-result-line: var(--front6-line, var(--basic-line, var(--corp-line, var(--archive-line, var(--front-color-border, #818181)))));
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--front-result-line) !important;
  border-left: 1px solid var(--front-result-line) !important;
  background: transparent !important;
}

.game_detail_flex__row {
  display: flex !important;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.game_detail_flex__cell {
  display: flex !important;
  align-items: center;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 12px;
  border: 0 !important;
  border-right: 1px solid var(--front-result-line) !important;
  border-bottom: 1px solid var(--front-result-line) !important;
  overflow-wrap: anywhere;
  vertical-align: initial !important;
}

.game_detail_flex .game-detail-info__title {
  justify-content: center;
  flex: 1 1 0 !important;
}

.game_detail_flex .game-detail-info__body {
  justify-content: flex-start;
  flex: 2 1 0 !important;
  text-align: left !important;
}
