.material-symbols-outlined.is-filled {
  color: #FF7792;
  font-variation-settings: "FILL" 1; }

.events_kohaku_index_qa {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

.events_kohaku_index_team_list_item_red {
  border-right: 1px solid #dbdbdb; }

.events_kohaku_index_team_list_item_white {
  border-left: 1px solid #dbdbdb; }

.events_kohaku_index_team_list_item_team_name {
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 5px 30px; }
  .events_kohaku_index_team_list_item_team_name_red {
    color: #FFF;
    background-color: #F02D2D;
    border: 1px solid #F02D2D; }
  .events_kohaku_index_team_list_item_team_name_white {
    color: #414141;
    border: 1px solid #414141; }

.events_kohaku_index_team_list_item_ranking_list_item {
  display: block;
  position: relative; }
  .events_kohaku_index_team_list_item_ranking_list_item_num {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #646464;
    text-align: center;
    border-top-left-radius: 2px;
    z-index: 10; }
    .events_kohaku_index_team_list_item_ranking_list_item_num_first {
      background-color: #E6B422; }
    .events_kohaku_index_team_list_item_ranking_list_item_num_second {
      background-color: #C9CACA; }
    .events_kohaku_index_team_list_item_ranking_list_item_num_third {
      background-color: #B87333; }
