/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#athlete.athlete #contents .breadcrumb {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}

#athlete.athlete #contents .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

#athlete.athlete #contents .wrapper .page_ttl {
  margin-bottom: 30px;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .subttl {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  -webkit-box-shadow: 0px 0px 1px 1px #efefef;
  box-shadow: 0px 0px 1px 1px #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li:nth-child(4n) {
  margin-right: 0;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 0 10px;
  padding: 0px 0 8px\9;
  /* IE9, 10 */
  text-align: left;
  text-decoration: none;
  outline: none;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .athlete_img {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .athlete_img img {
  width: 100%;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .ompetition {
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
  padding: 0;
  padding-top: 5px;
  background-color: #222;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0px;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp {
  font-size: 1.4rem;
  padding: 10px 0 0 15px;
  margin: 0;
  width: auto;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp span {
  display: block;
  font-size: 0.8em;
  line-height: 1.6;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_en {
  float: none;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 0px;
  color: #666;
  display: block;
  text-align: left;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover {
  opacity: 1;
  outline: none;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .name_en,
#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .name_jp {
  color: #c02d28;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .athlete_img {
  opacity: .8;
}

#athlete.athlete #contents .wrapper .athlete_list_wrap .list li a::after {
  content: "";
  background-image: url("../../img/common/arrow_c_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 24px;
  height: 24px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TB
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media only screen and (max-width: 1220px) and (min-width: 751px) {
  #athlete.athlete #contents .breadcrumb {
    padding: 0 3vw;
    margin-bottom: 20px;
  }
  #athlete.athlete #contents .wrapper {
    margin: 0 auto 80px;
  }
  #athlete.athlete #contents .wrapper .page_ttl {
    margin-bottom: 20px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .subttl {
    margin-bottom: 20px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list {
    width: 94%;
    margin: 0 auto 60px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li {
    width: 32%;
    margin-right: 2%;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li:nth-child(4n) {
    margin-right: 2%;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li:nth-child(3n) {
    margin-right: 0;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a {
    padding: 0px 0 15px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp {
    padding: 15px 0 0 7px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_en {
    padding-left: 7px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a::after {
    right: 7px;
    bottom: 18px;
  }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SP
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media only screen and (max-width: 750px) and (min-width: 401px) {
  #athlete.athlete #contents .breadcrumb {
    padding: 0;
    margin-bottom: 0;
  }
  #athlete.athlete #contents .wrapper {
    margin: 0 auto 80px;
  }
  #athlete.athlete #contents .wrapper .page_ttl {
    margin: 10.66667vw 0 8vw;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .subttl {
    margin-bottom: 20px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list {
    width: 100%;
    padding: 0 5.33333vw;
    margin: 0 auto 60px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list::after {
    display: none;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li {
    width: 48%;
    margin-right: 4%;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li:nth-child(2n) {
    margin-right: 0;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a {
    padding: 0px 0 15px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp {
    padding: 15px 0 0 7px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp span {
    font-size: 1.2rem;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_en {
    padding-left: 7px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover {
    opacity: 1;
    outline: none;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .athlete_img {
    opacity: .8;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .name_en {
    color: #c02d28;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a::after {
    right: 7px;
    bottom: 19px;
    font-size: 1.56rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 400px) {
  #athlete.athlete #contents .breadcrumb {
    padding: 0;
    margin-bottom: 0;
  }
  #athlete.athlete #contents .wrapper {
    margin: 0 auto 80px;
  }
  #athlete.athlete #contents .wrapper .page_ttl {
    margin: 10.66667vw 0 8vw;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .subttl {
    margin-bottom: 20px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 5.33333vw;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list::after {
    display: none;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li {
    width: 100%;
    margin: 0 0 16px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a {
    padding: 0px 0 15px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp {
    font-size: 1.8rem;
    padding: 15px 0 0 10px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_jp span {
    font-size: 1.2rem;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a .name_en {
    font-size: 1.2rem;
    padding-left: 10px;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover {
    opacity: 1;
    outline: none;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .athlete_img {
    opacity: .8;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a:hover .name_en {
    color: #c02d28;
  }
  #athlete.athlete #contents .wrapper .athlete_list_wrap .list li a::after {
    right: 10px;
    bottom: 20px;
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    line-height: 29px;
  }
}
/*# sourceMappingURL=../map/athlete/list.css.map */
