/*****************************************************************************
CSS only for MDP 2023-24
*****************************************************************************/

/* Billboard
-----------------------------------------*/
.Billboard {
  max-width: 1200px;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 976px) {
  .Billboard {
    margin: 0 auto;
  }
}
.Billboard img{
  max-width: 100%;
  height: auto;
}

/* Match
-----------------------------------------*/
.Match {
  background-color: #000;
  max-width: 1200px;
  margin: 2px auto 0;
}
.Match__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24.5px 0;
}
.Match__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .Match__box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .Match__box {
    display: block;
  }
}

/* Team
-----------------------------------------*/
.Team {
  color: #fff;
  width: 34%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Team {
    width: 100%;
  }
}
.Team__logo {
  text-align: center;
  max-width: 136px;
}
@media screen and (max-width: 767px) {
  .Team__logo {
    width: 48%;
  }
}
.Team__logo img {
  max-width: 100%;
  height: auto;
  padding: 0 15px;
}
.Team__logo small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.Team > span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .4em;
  white-space: nowrap;
}
@media screen and (max-width: 976px) {
  .Team > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* GameInfo
-----------------------------------------*/
.GameInfo {
  width: 59%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .GameInfo {
    width: 100%;
    justify-content: space-between;
    margin-top: 32px;
  }
}
.GameInfo__item {
  color: #fff;
  width: 47%;
  flex: 1;
  border-left: 1px solid #fff;
  padding: 5px 6%;
}
@media screen and (max-width: 1200px) {
  .GameInfo__item {
    padding: 5px 3%;
  }
}
.GameInfo__item:first-child {
  border-left: none;
  padding-left: 0;
}
.GameInfo__item:last-child {
  padding-right: 0;
}

.GameTag {
  width: 109.72px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}
/* @media screen and (max-width: 976px) {
  .GameTag {
    width: 50%;
  }
} */
@media screen and (max-width: 767px) {
  .GameTag {
    width: 65%;
  }
}
.GameTag span {
  text-align: center;
  display: inline-block;
}
.GameTag__place {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #004EA2;
  width: 100%;
  /* border-right: 1px solid #fff; */
}
@media screen and (max-width: 767px) {
  .GameTag__place {
    font-size: 12px;
    font-size: 1.2rem;
    /* width: 60%; */
  }
}
.GameTag__round {
  font-size: 11px;
  font-size: 1.1rem;
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .GameTag__round {
    width: 40%;
  }
}

.GameSched {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 12px;
}
.GameSched__date {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 976px) {
  .GameSched__date {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .GameSched__date {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.GameSched__date > small {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  padding-left: 8px;
}
@media screen and (max-width: 976px) {
  .GameSched__date > small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .GameSched__date > small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.GameSched__time {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 4px;
}
@media screen and (max-width: 976px) {
  .GameSched__time {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .GameSched__time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Presents {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .Presents {
    width: 50%;
  }
}
.Presents img {
  max-width: 100%;
  height: auto;
}

/* Content
-----------------------------------------*/
.Content  {
  margin: 65px auto 0;
  max-width: 816px;
}
@media screen and (max-width: 976px) {
  .Content  {
    margin: 65px 20px 0;
  }
}
.Content__sec[id^="A_"]::before,
.Content__wrapper[id^="A_"]::before {
  content: "";
  display: block;
  height: 30px;
  margin-top: -30px;
  visibility: hidden;
}

.Content__title {
  margin: 2.5em 0 1.4em 0;
  position: relative;
  padding: 2px 0 2px 19px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .Content__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Content__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  background-color: #004ea2;
}

.Content__img {
  text-align: center;
  margin: 30px 0 45px;
}
.Content__img img {
  max-width: 100%;
  height: auto;
}

.Content__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Content__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Content__text > p {
  margin-bottom: 2.25em;
}
.Content__list {
  margin-bottom: 2.25em;
}
.Content__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.Content__text > *:last-child {
  margin-bottom: 0;
}

/* Anchorlist
-----------------------------------------*/
.Anchorlist__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Anchorlist__inner {
    display: block;
  }
}
.Anchorlist__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 48.2%;
  border-bottom: 1px solid #ddd;
  padding: 8px 20px 8px 0;
}
@media screen and (max-width: 767px) {
  .Anchorlist__item {
    width: 100%;
  }
}
.Anchorlist__item span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #fff;
  background-color: #004EA2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.Anchorlist__item a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 27px 0 13px;
}
.Anchorlist__item a::before {
  content: "";
  display: inline-block;
  background-color: #004EA2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.Anchorlist__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
}

.Anchorlist__item a:link    { color: #000; text-decoration: none; }
.Anchorlist__item a:visited { color: #000; text-decoration: none; }
.Anchorlist__item a:hover   { color: #000; text-decoration: none; opacity: .8; }
.Anchorlist__item a:focus   { color: #000; text-decoration: none; }
.Anchorlist__item a:active  { color: #000; text-decoration: none; }

/* SecTitle
-----------------------------------------*/
.SecTitle {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #DDD;
  padding: 0 0 11px 5px;
  margin-top: 85px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.SecTitle::after {
  content: "";
  width: 16%;
  height: 3px;
  background-color: #004ea2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.SecSubtitle {
  font-size: 2rem;
  color: #fff;
  background-color: #004ea2;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 90px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .SecSubtitle {
    font-size: 1.6rem;
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.SecSubtitle > span {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.SecSubtitle > span::before {
  content: '';
  background-color: #fff;
  width: 5px;
  height: 67%;
  display:inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .SecSubtitle > span::before {
    width: 4px;
  }
}

/* Note
-----------------------------------------*/
.Note {
  line-height: 1.8;
  border: 1px solid #333;
  padding: 1em 1.25em;
  margin: 2.25em 0;
}
@media screen and (max-width: 767px) {
  .Note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Note__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* Interview
-----------------------------------------*/
.Interview {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 767px) {
  .Interview {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Interview dt {
  position: relative;
  margin-top: 50px;
  padding-left: 30px;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .Interview dt {
    margin-top: 40px;
  }
}
.Interview dt::before {
  content: "";
  background-color: #000;
  width: 24px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.Interview dt > small {
  font-style: 12px;
  font-size: 1.2rem;
}

/* TblData
-----------------------------------------*/
.TblData {
  margin-top: 40px;
}
.TblData__list {
  width: 100%;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .TblData__list {
    border: 1px solid #D6D6D6;
  }
}
.TblData__list td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px dashed #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .TblData__list td {
    border-right: none;
    border-bottom: none;
  }
}

.TblData__list td:last-child {
  border-right: none;
}

.TblData tr td:nth-child(1) {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .TblData tr td:nth-child(1) {
    width: 35%;
    height: 52px;
    display: inline-block;
    background-color: #d6d6d6;
  }
}

.TblData tr td:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .TblData tr td:nth-child(2) {
    width: 65%;
    height: 52px;
    display: inline-block;
    background-color: #d6d6d6;
  }
}

.TblData tr td:nth-child(3) {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .TblData tr td:nth-child(3) {
    width: auto;
    display: block;
  }
}

.TblData tr td:nth-child(4) {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .TblData tr td:nth-child(4) {
    width: auto;
    display: block;
    border-top: 1px dashed #D6D6D6;
  }
}

/* .TblData__score
-----------------------------------------*/
.TblData__score {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TblData__score span {
  display: inline-block;
}
.TblData__score img {
  width: 84px;
  max-width: 100%;
  height: auto;
}
.TblData__score strong {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 6px;
  display: inline-block;
  padding: 0 13px;
}

/* .TblData__tag
-----------------------------------------*/
.TblData__tag {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TblData__tag span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  background-color:#999999;
  display: inline-block;
  padding: 6px 8px;
}
@media screen and (max-width: 767px) {
  .TblData__tag span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.TblData__tag.TblData__tag--home span {
  background-color:#004ea2;
}

/* .TblData__btnlink
-----------------------------------------*/
.TblData__btnlink {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .TblData__btnlink {
    text-align: center;
  }
}
.TblData__btnlink a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #000;
  display: block;
  position: relative;
  padding: 10px 10px 10px 26px;
}
@media screen and (max-width: 767px) {
  .TblData__btnlink a {
    display: inline-block;
    min-width:110px;
  }
}

.TblData__btnlink a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.TblData__btnlink a:link    {color:#FFF; text-decoration: none;}
.TblData__btnlink a:visited {color:#FFF; text-decoration: none;}
.TblData__btnlink a:hover   {color:#FFF; text-decoration: none; opacity: 0.8;}
.TblData__btnlink a:focus   {color:#FFF; text-decoration: none; opacity: 0.8;}
.TblData__btnlink a:active  {color:#FFF; text-decoration: none; opacity: 0.8;}

/* BtnArea
-----------------------------------------*/
.BtnArea {
  margin-top: 60px;
}

/* Partner
-----------------------------------------*/
.Partner {
  text-align: center;
  margin-top: 65px;
}
.Partner__inner {
  /* width: 80%; */
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Partner__inner {
    width: auto;
  }
}
.Partner__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom:  -80px;
}
@media screen and (max-width: 976px) {
  .Partner__list {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .Partner__list {
    margin-bottom: -40px;
  }
}
.Partner__list li {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 976px) {
  .Partner__list li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Partner__list li {
    margin-bottom: 40px;
  }
}
.Partner__list li a:hover {
  opacity: .8;
}
.Partner__list li img {
  max-width: 100%;
  height: auto;
}

.Partner__block1 {
  padding: 0 25px;
}
.Partner__block2 {
  width: 100%;
  padding: 0 25px;
}
.Partner__block3 {
  padding: 0 18px;
}
.Partner__block4 {
  width: 100%;
  padding: 0 18px;
}