/*****************************************************************************
CSS only for MDP 2024-25
*****************************************************************************/

img {
  max-width: 100%;
  height: auto;
}

/* Billboard
-----------------------------------------*/
.Billboard {
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .Billboard {
    margin: 0 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: "";
  display: block;
  height: 30px;
  margin-top: -30px;
  visibility: hidden;
}
.Content__wrapper {
  padding-top: 40px;
}
.Content__wrapper + .Content__wrapper {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .Content__wrapper + .Content__wrapper {
    padding-top: 64px;
  }
}
.Content__title {
  position: relative;
  margin: 2.5em 0 1.4em 0;
  padding: 2px 0 2px 19px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Content__title {
    font-size: 16px;
  }
}
.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__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Content__text {
    font-size: 14px;
  }
}
.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 {
  display: flex;
  align-items: center;
  width: 48.2%;
  padding: 8px 20px 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Anchorlist__item {
    width: 100%;
  }
}
.Anchorlist__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #004EA2;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
.Anchorlist__item a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 27px 0 13px;
}
.Anchorlist__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #004EA2;
}
.Anchorlist__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.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; opacity: .8; }
.Anchorlist__item a:active  { color: #000; text-decoration: none; opacity: .8; }

/* SecTitle
-----------------------------------------*/
.SecTitle {
  position: relative;
  margin-top: 85px;
  padding: 0 0 11px 5px;
  border-bottom: 3px solid #DDD;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    margin-top: 80px;
    font-size: 25px;
  }
}
.SecTitle::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 16%;
  height: 3px;
  background-color: #004ea2;
}

.SecSubtitle {
  margin-bottom: 30px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #004ea2;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .SecSubtitle {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.SecSubtitle > span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.SecSubtitle > span::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 67%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .SecSubtitle > span::before {
    width: 4px;
  }
}

/* Note
-----------------------------------------*/
.Note {
  margin-bottom: 2.25em;
  padding: 1em 1.25em;
  border: 1px solid #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Note {
    font-size: 14px;
  }
}
.Note + .Memolist {
  margin-top: -1.5em;
  margin-bottom: 2.25em;
}
.Note__title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}

/* Interview
-----------------------------------------*/
.Interview {
  margin-bottom: 2.25em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Interview {
    font-size: 14px;
  }
}
.Interview dt {
  position: relative;
  margin: 50px 0 0.5em;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .Interview dt {
    margin-top: 40px;
  }
}
.Interview dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #000;
}
.Interview dt > small {
  font-style: 12px;
}

/* PastData
-----------------------------------------*/
.PastData {
  margin-top: 40px;
}
.PastData__list {
  border-top: 1px solid #ddd;
}
.PastData__item {
  display: grid;
  grid-template-columns: 25% 23% 24% 20%;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.66666%;
  padding: 11px 20px 11px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PastData__item {
    grid-template-columns: 33% 32% 29%;
    gap: 0 3%;
    padding: 18px 13px;
  }
}
.PastData__category {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .PastData__category {
    grid-column: 1;
    grid-row: 1;
    font-size: 12px;
  }
  .PastData__date{
    grid-column: 1;
    grid-row: 2;
    font-size: 17px;
  }
}
.PastData__detail {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
@media screen and (max-width: 767px) {
  .PastData__detail {
    grid-column: 2;
    grid-row: 1 / 3;
    gap: 8px 0;
    flex-direction: column-reverse;
    line-height: 1;
    white-space: nowrap;
  }
}
.PastData__result {
  display: inline-block;
  width: 38%;
  padding: 15px 11px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .PastData__result {
    width: auto;
    padding: 3px 8px;
    font-size: 12px;
  }
}
.PastData__result--win {
  background-color: #e5f608;
}
.PastData__result--lose {
  color: #888;
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .PastData__score {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .PastData__link {
    grid-column: 3;
    grid-row: 1 / 3;
    text-align: right;
  }
}

/* .InfoBtn
-----------------------------------------*/
.InfoBtn {
  display: inline-block;
  position: relative;
  width: 155px;
  max-width: 100%;
  padding: 7px 32px 7px 16px;
  border-radius: 3px;
  background-color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .InfoBtn {
    padding: 6px 28px 6px 10px;
    width: auto;
    font-size: 12px;
  }
}
.InfoBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .InfoBtn::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

a.InfoBtn:link    {color:#fff; text-decoration: none;}
a.InfoBtn:visited {color:#fff; text-decoration: none;}
a.InfoBtn:hover   {color:#fff; text-decoration: none; opacity: 0.8;}
a.InfoBtn:focus   {color:#fff; text-decoration: none; opacity: 0.8;}
a.InfoBtn:active  {color:#fff; text-decoration: none; opacity: 0.8;}

/* Partner
-----------------------------------------*/
.Partner {
  text-align: center;
  margin-top: 65px;
}
.Partner__list {
  display: grid;
  align-items: center;
  justify-content: center;
}
.Partner__list li {
  text-align: center;
}
.Partner__list li a:hover  { opacity: .8; }
.Partner__list li a:focus  { opacity: .8; }
.Partner__list li a:active { opacity: .8; }

.Partner__list li a {
  display: inline-block;
}

.Partner__list--top {
  grid-template-columns: repeat(2, 45%);
  gap: 80px 3%;
}
@media screen and (max-width: 976px) {
  .Partner__list--top {
    gap: 60px 3%;
  }
}
@media screen and (max-width: 767px) {
  .Partner__list--top {
    grid-template-columns: 75%;
    gap: 40px;
  }
}
.Partner__list--top li:nth-child(1),
.Partner__list--top li:nth-child(6) {
  grid-column: 1 / 3;
}
@media screen and (max-width: 767px) {
  .Partner__list--top li:nth-child(1),
  .Partner__list--top li:nth-child(6) {
    grid-column: 1;
  }
}

.Partner__list--platinum {
  grid-template-columns: repeat(2, 45%);
  gap: 80px 3%;
}
@media screen and (max-width: 976px) {
  .Partner__list--platinum {
    gap: 60px 3%;
  }
}
@media screen and (max-width: 767px) {
  .Partner__list--platinum {
    grid-template-columns: 75%;
    gap: 40px;
  }
}
.Partner__list--platinum li:nth-child(1),
.Partner__list--platinum li:nth-child(6) {
  grid-column: 1 / 3;
}
@media screen and (max-width: 767px) {
  .Partner__list--platinum li:nth-child(1),
  .Partner__list--platinum li:nth-child(6) {
    grid-column: 1;
  }
}

.Partner__list--gold {
  grid-template-columns: repeat(3, 28%);
  gap: 80px 4%;
}
@media screen and (max-width: 976px) {
  .Partner__list--gold {
    gap: 60px 4%;
  }
}
@media screen and (max-width: 767px) {
  .Partner__list--gold {
    grid-template-columns: repeat(2, calc((100% - 40px) / 2));
    gap: 40px;
  }
}
