/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
#players h3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  background: url(../images/players/h3.png) no-repeat 5px 0;
}

#players h4 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: #ccc 1px solid;
  font-size: 1.8rem;
}

#players .players_inner {
  padding: 3.5%;
  text-align: justify;
}

#players .players_list {
  margin-bottom: 40px;
}

#players .players_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

#players .players_list h5 {
  background: #eee5c1;
  padding: 15px 15px 11px;
}

#players p.date {
  margin: 10px 0 20px;
  text-align: right;
}

#players .players_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  border-left: #eee5c1 2px solid;
}

#players .players_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-bottom: #eee5c1 2px solid;
  border-right: #eee5c1 2px solid;
  padding: 17px 10px 15px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #players .players_inner {
    font-size: 1.2rem;
  }
  #players .players_inner h4 {
    font-size: 1.3rem;
  }
  #players .players_inner h5 {
    font-size: 1.1rem;
    padding: 10px 12px 10px;
  }
  #players .players_inner p {
    font-size: 1rem;
  }
  #players .players_inner ul li {
    font-size: 1rem;
    padding: 10px 7px 10px;
  }
}

@media screen and (max-width: 992px) {
  #players h3 {
    height: 0;
    margin-top: 1.5%;
    margin-bottom: 4%;
    padding-top: 4.61538%;
    background-position: 2% 0;
    background-size: contain;
  }
  #players .players_inner {
    font-size: 1.4rem;
  }
}
