@media screen and (min-width: 600px) {
  .show_list .show_list_title {
    width: 1200px;
    line-height: 70px;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin: 30px auto 0;
  }
  .show_list .line {
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .show_list .show_list_title {
    width: 92vw;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 20px auto 0;
  }
  .show_list .line {
    width: 100%;
    height: 30px;
  }
}
