.content_game_info_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.content_game_info_inner .image_box {
  width: 37%;
}

.content_game_info_inner .text_box {
  width: 63%;
}

@media screen and (max-width: 750px) {
  .content_game_info_inner .text_box {
    width: 60%;
    margin-left: 3%;
  }
}

.content_game_info_inner .text_box .game_info_ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: -webkit-linear-gradient(left, rgba(76, 37, 32, 0) 0%, rgba(76, 37, 32, 0.7) 5%, rgba(76, 37, 32, 0.7) 50%, rgba(76, 37, 32, 0.7) 95%, rgba(76, 37, 32, 0) 100%);
  background: linear-gradient(to right, rgba(76, 37, 32, 0) 0%, rgba(76, 37, 32, 0.7) 5%, rgba(76, 37, 32, 0.7) 50%, rgba(76, 37, 32, 0.7) 95%, rgba(76, 37, 32, 0) 100%);
  padding: 3px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .content_game_info_inner .text_box .game_info_ttl {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.content_game_info_inner .text_box .game_info_ttl:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(185, 146, 67, 0) 0%, rgba(185, 146, 67, 0.5) 5%, rgba(185, 146, 67, 0.9) 50%, rgba(185, 146, 67, 0.5) 95%, rgba(185, 146, 67, 0) 100%);
  background: linear-gradient(to right, rgba(185, 146, 67, 0) 0%, rgba(185, 146, 67, 0.5) 5%, rgba(185, 146, 67, 0.9) 50%, rgba(185, 146, 67, 0.5) 95%, rgba(185, 146, 67, 0) 100%);
}

.content_game_info_inner .text_box .game_info_ttl:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(185, 146, 67, 0) 0%, rgba(185, 146, 67, 0.5) 5%, rgba(185, 146, 67, 0.9) 50%, rgba(185, 146, 67, 0.5) 95%, rgba(185, 146, 67, 0) 100%);
  background: linear-gradient(to right, rgba(185, 146, 67, 0) 0%, rgba(185, 146, 67, 0.5) 5%, rgba(185, 146, 67, 0.9) 50%, rgba(185, 146, 67, 0.5) 95%, rgba(185, 146, 67, 0) 100%);
}

@media screen and (max-width: 750px) {
  .content_game_info_inner .text_box .inner_text {
    padding: 0 1%;
    font-size: 12px;
  }
}

.content_game_device_inner .device {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .content_game_device_inner .device {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
