@charset "UTF-8";

.game_block:first-child {
  margin-right: 16px;
}
.game_block {
  display: block;
}
.game_block:hover {
  text-decoration: none
}
.game_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 398px;
  height: 172px;
  margin-bottom: 8px;
}
.game_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #4b4b4b;
  width: 398px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game_name:hover, .game_info {
  color: #4b4b4b;
}
.game_tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.game_tag div {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  min-width: 60px;
  height: 20px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
}
.Tag7 {
  background-color: #3C9CD7;
}
.Tag8 {
  background-color: #D24663;
}
.Tag3 {
  background-color: #FDB813;
}
.Tag2 {
  background-color: #9893DA;
}
.Tag9 {
  background-color: #F9886C;
}
.Tag1 {
  background-color: #3a6e8f;
}
.Tag10 {
  background-color: #b84592;
}
.Tag_Android {
  background-color: #A4C639;
}
.Tag_iOS {
  background-color: #9F9F9F;
}
.Tag_Web, .Tag_PC {
  background-color: #365EBF;
}
.Tag_JP {
  background-color: #E072A4;
}
.Tag_CH {
  background-color: #833AB4;
}
.Tag_pass {
  background-color: #41AFA5;
}
.Tag_unsubmit {
  background-color: #4B4B4B;
}
.Tag_failed {
  background-color: #D03027;
}
.Tag_moderating {
  background-color: #B6B8BA;
}
.game_info {
  width: 398px;
  height: 44px;
  font-size: 16px;
  line-height: 1.38;
  color: #4b4b4b;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 769px) {
  .game_block:first-child {
    margin-right: 0;
  }
  .game_img {
    width: 344px;
    height: 149px;
  }
  .game_name, .game_info {
    width: 344px;
  }
  .game_info {
    margin-bottom: 40px;
  }
}
