@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
section.round {
  margin-bottom: 40px;
}

h5.subHead {
  color: #002823;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 20px 0 10px;
  border-bottom: 2px solid #002823;
}

@media screen and (max-width: 767px) {
  h5.subHead {
    font-size: 18px;
  }
}
.team-block {
  background: #f1f1f1;
  padding: 15px;
  margin: 0 0 30px;
}
.team-block h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  color: #002823;
}
.team-block .team-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5px;
}
.team-block .team-list li {
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}
.team-block .team-list li img {
  width: 100%;
  height: auto;
}
.team-block .team-list li p.name {
  font-size: 15px;
  font-weight: bold;
  color: #002823;
  margin: 15px 0;
}
.team-block .team-list li a.link-block {
  display: block;
  width: 100px;
  position: relative;
  padding: 8px 0;
  margin: 15px auto 0 auto;
  font-size: 12px;
  background: #002391;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  font-weight: bold;
  color: #FFFFFF;
  transition: background 0.3s ease-out;
  text-decoration: none;
}
.team-block .team-list li a.link-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EBEBE6;
  border-right: solid 2px #EBEBE6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 10px;
}
.team-block .team-list li a.link-block:hover {
  background: rgb(1, 107, 227);
}

@media screen and (max-width: 767px) {
  .team-block {
    margin: 0 0 20px;
  }
  .team-block h3 {
    font-size: 24px;
  }
  .team-block .team-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .team-block .team-list li {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
  }
  .team-block .team-list li img {
    width: 100%;
    height: auto;
  }
  .team-block .team-list li p.name {
    font-size: 14px;
  }
}
h2.mainTitle img {
  vertical-align: middle;
  width: 80px;
  height: auto;
  margin-right: 10px;
}
h2.mainTitle.pName {
  position: relative;
}
h2.mainTitle.pName label {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 38px;
  padding: 0 10px 0 5px;
}
h2.mainTitle.pName label:empty {
  padding: 0;
}
h2.mainTitle.pName span.kana {
  border-bottom: none;
  font-size: 18px;
  margin-left: 0;
}
h2.mainTitle.pName img {
  position: absolute;
  right: 0;
  width: 60px;
  height: auto;
  margin-right: 0;
}
h2.mainTitle.pName small {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h2.mainTitle img {
    width: 50px;
    height: auto;
  }
  h2.mainTitle span.tpe {
    font-size: 20px;
  }
  h2.mainTitle.pName {
    border-bottom: none;
    margin-top: 0;
  }
  h2.mainTitle.pName span {
    width: calc(100% - 50px);
  }
  h2.mainTitle.pName span.kana {
    width: auto;
    display: inline-block;
    font-size: 15px;
  }
  h2.mainTitle.pName label {
    font-size: 30px;
  }
  h2.mainTitle.pName img {
    width: 40px;
    height: auto;
    top: 0;
  }
  h2.mainTitle.pName small {
    font-size: 16px;
    padding: 5px 8px;
    background: #002823;
    display: block;
    color: #fff;
    margin: 0;
  }
}
section#roster {
  margin-top: 30px;
}

p.upload {
  text-align: right;
  font-size: 14px;
}

.playerList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.playerList .player-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EBEBE6;
  text-decoration: none;
  color: #002823;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100px;
}
.playerList .player-unit .num {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 25px;
  background: #3E6256;
  color: #FFFFFF;
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  top: 0;
  right: 0;
  text-align: center;
}
.playerList .player-unit img {
  height: 120px;
  width: auto;
}
.playerList .player-unit .info {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.playerList .player-unit .name {
  font-size: 21px;
  font-weight: bold;
}
.playerList .player-unit .name .en {
  display: block;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.playerList .player-unit .longname {
  font-size: 19px;
  font-weight: bold;
}
.playerList .player-unit .longname .kana {
  display: block;
  font-size: 13px;
  margin-top: 2px;
  font-weight: normal;
}
.playerList .player-unit .longname .en {
  display: block;
  font-size: 18px;
  margin-top: 2px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.playerList .player-unit .bt, .playerList .player-unit .club, .playerList .player-unit .pos, .playerList .player-unit .hw {
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  section#roster {
    margin: 20px 0 15px 0;
  }
  .playerList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1px;
  }
  .playerList .player-unit {
    position: relative;
    width: 100%;
    min-height: 90px;
  }
  .playerList .player-unit .num {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .playerList .player-unit img {
    height: 110px;
    width: auto;
  }
  .playerList .player-unit .info {
    width: calc(100% - 110px);
  }
  .playerList .player-unit .name {
    font-size: 20px;
  }
  .playerList .player-unit .name .en {
    font-size: 16px;
  }
  .playerList .player-unit .longname {
    font-size: 18px;
  }
  .playerList .player-unit .longname .kana {
    font-size: 13px;
  }
  .playerList .player-unit .longname .en {
    font-size: 16px;
    margin-top: 2px;
  }
}
.teamsNav {
  margin: 50px 0;
  background: #EBEBE6;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teamsNav .group {
  width: 180px;
}
.teamsNav .group li {
  margin-bottom: 1px;
}
.teamsNav .group li.group-title {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.teamsNav .group li a {
  display: block;
  background: #f1f1f1;
  text-decoration: none;
  padding-left: 5px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.teamsNav .group li a:hover {
  background: #3E6256;
  color: #FFFFFF;
}
.teamsNav .group li a span {
  font-size: 12px;
  padding: 10px 0 10px 35px;
  display: block;
}

@media screen and (max-width: 767px) {
  .teamsNav {
    margin: 30px 0;
    padding: 25px 15px 1px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teamsNav .group {
    width: 49%;
    margin-bottom: 20px;
  }
  .teamsNav .group li {
    margin-bottom: 1px;
  }
  .teamsNav .group li.group-title {
    font-size: 14px;
  }
  .teamsNav .group li a {
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    padding-left: 5px;
  }
  .teamsNav .group li a:hover {
    background: #f1f1f1;
    color: #333333;
  }
  .teamsNav .group li a span {
    font-size: 11px;
    padding: 10px 0 10px 35px;
    display: block;
  }
}
/*# sourceMappingURL=teams.css.map */