@charset "UTF-8";

.tab_title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 16px;
}
.card-img-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 225px;
}
.card {
  border: none;
  border-radius: 0;
}
.game_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #4b4b4b;
  margin-top: 4px;
}
.index_game_list a {
  position: relative;
  top: 0;
  display: block
}
.index_game_list a:hover {
  text-decoration: none;
  color: #4b4b4b;
  top: -2px;
}
.index_game_list .card-body {
  padding: 0;
}
.game_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .card-img-top {
    width: 344px;
    height: 221px;
  }
  .row {
    margin: 0 auto;
    width: 344px;
  }
  .col-12 {
    padding: 0;
  }
  .col-xl-12 {
    padding: 0 8px;
  }
  .game_list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .row {
    zoom: 190%;
  }
  .index_game_list {
    display: flex;
    justify-content: center
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .row {
    zoom: 150%;
  }
  .index_game_list {
    zoom: 50%;
  }
}
@media screen and (max-width: 320px) {
  .row {
    zoom: 85%;
  }
}
@media screen and (max-width: 280px) {
  .row {
    zoom: 70%;
  }
}
@media screen and (max-width: 240px) {
  .row {
    zoom: 60%;
  }
}
