.lp-team-list {
  /* index */
  /* lp-team-list__wrapper (background: black) */
  /* team-data */
  /* player */
}
.lp-team-list .disp-sp, .lp-team-list .disp-pc {
  display: none;
}

.lp-team-list .player img{
  max-width: 150px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
.lp-team-list .player{
  overflow: auto;
}
.lp-team-list .player__ttl{
  min-width: 1000px;
}
.lp-team-list .player__table{
  min-width: 1000px;
  border-collapse: collapse;
}
.lp-team-list .player img{
  width: 65%;
  margin: 0 auto;
}
.lp-team-list .player::-webkit-scrollbar{
  height: 8px;
}
.lp-team-list .player::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.lp-team-list .player::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
}

.p-head .page__ttl_teamlist {
    font-size: 28px;
	font-size: 5.666666667vw;
    font-weight: 700;
    color: #000000;
    text-align: center;
}


@media (max-width: 767px) {
  .lp-team-list .disp-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .lp-team-list .disp-pc {
    display: block;
  }
.p-head .page__ttl_teamlist {
    font-size: 5rem;
}	
	
}
.lp-team-list .school__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-team-list .school__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6666666667vw;
  width: 48.6%;
}
.lp-team-list .school__list--item a {
  display: block;
  width: 100%;
  border: 0.2666666667vw solid #8A8A8A;
  background: url(../images/commons/icons/ico__triangle--red.svg) right bottom no-repeat;
  background-size: 2.6666666667vw;
}
.lp-team-list .school__list--item a img {
  width: 100%;
  height: auto;
}
.lp-team-list .school__list--item a p {
  padding: 2.6666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-team-list .school__list--item a p span {
  display: block;
  margin-bottom: 0.5333333333vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #8A8A8A;
}
.lp-team-list .school__list--item a:hover {
  border-color: #FF0020;
  opacity: 1;
  background: url(../images/commons/icons/ico__triangle--white.svg) right bottom #FF0020 no-repeat;
  background-size: 2.6666666667vw;
}
.lp-team-list .school__list--item a:hover img {
  opacity: 1;
}
.lp-team-list .school__list--item a:hover p, .lp-team-list .school__list--item a:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  .lp-team-list .school__list--item:nth-child(even) {
    margin-left: 2.8%;
  }
}
@media (min-width: 768px) {
  .lp-team-list .school__list--item {
    margin: 0 20px 20px 0;
    width: 373px;
  }
  .lp-team-list .school__list--item:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
  }
  .lp-team-list .school__list--item a {
    border: 1px solid #8A8A8A;
    background-size: 18px;
  }
  .lp-team-list .school__list--item a p {
    padding: 20px 16px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .lp-team-list .school__list--item a p span {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .lp-team-list .school__list--item a:hover {
    background-size: 18px;
  }
}
.lp-team-list__wrapper {
  color: #fff;
}
@media (max-width: 767px) {
  .lp-team-list__wrapper {
    background: url(../images/team/bg--sp.svg) bottom left #000 no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .lp-team-list__wrapper {
    background: url(../images/team/bg--pc.svg) 0 0 #000 no-repeat;
    background-size: 586px 842px;
  }
}
.lp-team-list .team-data {
  padding-bottom: 13.3333333333vw;
}
.lp-team-list .team-data .team__ttl {
  padding: 10.6666666667vw 5.3333333333vw 8.5333333333vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-indent: 0.6rem;
  text-align: center;
}
.lp-team-list .team-data .team__ttl span {
  display: block;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #8A8A8A;
}
.lp-team-list .team-data__photo {
  width: 100%;
}
.lp-team-list .team-data__photo img {
  width: 100%;
  height: auto;
}
.lp-team-list .team-data__theme {
  margin: 12.8vw 8vw;
}
.lp-team-list .team-data__theme .c-start {
  padding-left: 8vw;
  background: url(../images/team/ico__comment--start.svg) 0 0 no-repeat;
  background-size: 4.8vw 4vw;
}
.lp-team-list .team-data__theme .c-finish {
  padding-right: 8vw;
  background: url(../images/team/ico__comment--finish.svg) right 0 no-repeat;
  background-size: 4.8vw 4vw;
}
.lp-team-list .team-data__theme strong {
  display: block;
  padding-top: 0.5333333333vw;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lp-team-list .team-data__main {
  margin: 13.3333333333vw auto 0;
  width: 72.3333%;
}
.lp-team-list .team-data__main--ttl {
  font-size: 24px;
  font-size: 6.4vw;
}
.lp-team-list .team-data__list {
  padding-top: 1.0666666667vw;
  width: 100%;
}
.lp-team-list .team-data__list--item {
  margin-top: 4.8vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.lp-team-list .team-data__list--item .ttl {
  margin-right: 5.3333333333vw;
  font-weight: 700;
}
.lp-team-list .team-data__list--item.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .lp-team-list .team-data {
    padding-bottom: 60px;
  }
  .lp-team-list .team-data .team__ttl {
    padding: 80px 0 56px;
    font-size: 3.6rem;
  }
  .lp-team-list .team-data .team__ttl span {
    font-size: 2.4rem;
  }
  .lp-team-list .team-data .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-team-list .team-data__photo {
    width: 720px;
  }
  .lp-team-list .team-data__photo img {
    width: 640px;
  }
  .lp-team-list .team-data__theme {
    margin: 60px 0 0;
    width: 100%;
    text-align: center;
  }
  .lp-team-list .team-data__theme .c-start {
    display: inline-block;
    padding-left: 40px;
    background-size: 24px auto;
  }
  .lp-team-list .team-data__theme .c-finish {
    display: iniline-block;
    padding-right: 40px;
    background-size: 24px auto;
  }
  .lp-team-list .team-data__theme strong {
    padding-top: 4px;
    font-size: 2.4rem;
  }
  .lp-team-list .team-data__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .lp-team-list .team-data__main--ttl {
    font-size: 2.4rem;
  }
  .lp-team-list .team-data__list {
    padding-top: 8px;
    width: 100%;
  }
  .lp-team-list .team-data__list--item {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .lp-team-list .team-data__list--item .ttl {
    margin-right: 20px;
  }
}
.lp-team-list .player {
  margin-top: 10.6666666667vw;
}
.lp-team-list .player__ttl {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  padding-bottom: 1.0666666667vw;
  border-bottom: 0.2666666667vw solid #000;
}
.lp-team-list .player__table {
  margin-top: 4.2666666667vw;
  width: 100%;
  table-layout: fixed;
}
.lp-team-list .player__table th:nth-child(1) {
  width: 12.5%;
}
.lp-team-list .player__table th:nth-child(2) {
  width: 5%;
}
.lp-team-list .player__table th:nth-child(3) {
  width: 30%;
}
.lp-team-list .player__table th:nth-child(4) {
  width: 7.25%;
}
.lp-team-list .player__table th:nth-child(5) {
  width: 17.25%;
}
.lp-team-list .player__table th:nth-child(6) {
  width: 27.25%;
}


.lp-team-list .player__table th, .lp-team-list .player__table td {
  border-right: 0.5333333333vw solid #fff;
  border-bottom: 1.3333333333vw solid #fff;
}
.lp-team-list .player__table th {
  padding: 1.6vw 0;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.1;
  color: #fff;
  background-color: #A3A3A3;
}
.lp-team-list .player__table th.player_title {
  background-color: #FFFFFF;
}
.lp-team-list .player__table th.th1, .lp-team-list .player__table th.th3, .lp-team-list .player__table td.td5 {
  padding-right: 0.5333333333vw;
  padding-left: 0.5333333333vw;
}
.lp-team-list .player__table th.th4 {
  border-right: 0;
}
.lp-team-list .player__table td {
  padding: 2.6666666667vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  background-color: #FBFBFB;
}
.lp-team-list .player__table td.td2, .lp-team-list .player__table td.td4 {
  padding-right: 1.6vw;
  padding-left: 1.6vw;
}
.lp-team-list .player__table td.td1, .lp-team-list .player__table td.td3, .lp-team-list .player__table td.td5 {
  text-align: center;
}
.lp-team-list .player__table td.td2 {
  width: 45%;
}
.lp-team-list .player__table td.td4 {
  border-right: 0;
}
@media (min-width: 768px) {
  .lp-team-list .player {
    margin-top: 60px;
  }
  .lp-team-list .player__ttl {
    font-size: 2.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  .lp-team-list .player__table {
    margin-top: 30px;
  }
  .lp-team-list .player__table th, .lp-team-list .player__table td {
    border-right: 2px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .lp-team-list .player__table th {
    border-bottom: 10px solid #fff;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .lp-team-list .player__table th.th1, .lp-team-list .player__table th.th3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lp-team-list .player__table td {
    padding: 12px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .lp-team-list .player__table td.td2, .lp-team-list .player__table td.td4 {
    padding-right: 1.6vw;
    padding-left: 1.6vw;
  }
  .lp-team-list .player__table td img {
    display: inline;
    /*margin-left: 10px;*/
    vertical-align: -1px;
  }
}
