.round-list > .list-item .inner .data-link {
  width: 270px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-link {
    width: 100%;
  }
}
.round-list > .list-item .inner .data-link > * {
    margin-bottom: 10px;
}
.round-list > .list-item .inner .data-link > :last-child {
    margin-bottom: 0;
}
.round-list > .list-item .inner .data-link > p {
    font-size: 10px;
}
.round-list > .list-item .inner .data-link > .btn {
  width: 200px;
  min-width: 200px;
  padding: 4px 20px;
}
.round-list > .list-item .inner .data-link > .btn.small {
  width: 160px;
  min-width: 160px;
}
.round-list > .list-item .inner .data-link > .btn.disabled, .round-list > .list-item .inner .data-link > .btn.primary {
  padding: 5px 20px;
}
.round-list > .list-item .inner .data-link .link-list {
  display: flex;
  //margin-top: 10px;
  max-width: 200px;
  width: 100%;
  justify-content: center;
}
.round-list > .list-item .inner .data-link .link-list .list-item:not(:first-of-type) {
  margin-left: 11px;
}
.round-list > .list-item .inner .data-link .link-list .list-item a {
  color: #27313C;
}
.round-list > .list-item .inner .data-game .info-scorestate{
  font-size: 10px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.home{
    flex-direction: column;
  }
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.home:after {
    left: auto;
  }
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.away{
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.away:after {
    right: auto;
  }
}
.schedule-btn {
  margin: 30px auto 0;
  text-align: center;
}
.after-icon > span {
  position: relative;
  display: inline;
  cursor: pointer;
}
.after-icon > span:hover {
  opacity: 0.8;
}
.after-icon.icon-blank span:after {
  width: 12px;
  height: 11px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon > span:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
}
.after-icon.icon-tab > span:after {
  width: 10px;
  height: 10px;
  background-image: url(/v=1660557148/files/user/common_new2208/icon_tab.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.modal-content .modal-title {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27313C;
}
.modal-content .modal-live-contents {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.modal-content .modal-live-contents .link-line {
  background-image: linear-gradient(#000, #000);
}
.round-list > .list-item .inner .data-game .info {
  width: 200px;
}
@media screen and (max-width: 961px) {
  .game_ajst {
    min-height: 81px;
  }
}
.common-filter {
  flex-wrap: nowrap;
}
.common-filter div {
  margin-left: 10px;
}
.common-filter div:first-of-type {
  margin-left: 0;
}
.common-filter div p {
  font-size: 11px;
  position: absolute;
  top: -19px;
  margin-left: 5px;
}
.filter-detail {
  height: 30px;
}
.select-list {
  height: 30px;
  padding: 5px 11px;
  width: 105px;
  justify-content: flex-start;
}
.select-list.select-list--w130 {
  width: 130px;
}
.select-list.select-list--w130 .select-box {
  min-width: 106px;
}
.select-list.disabled {
  background-color: #f2f2f2;
}
.select-list.disabled .select-content::after {
  content: none;
}
.select-box{
  padding-right: 20px;
  min-width: 80px;
}
@media screen and (max-width: 641px) {
  .select-title {
    font-size: 11px;
  }
  .modal-content .select-title {
    min-width: 85px !important;
  }
}
.filter-swiper-list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
  width: 32px;
  height: 32px;
  display: none;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px) !important;
  }
}
.filter-swiper-list .swiper-button-prev img, .filter-swiper-list .swiper-button-next img {
  width: 100%;
}
.filter-swiper-list .swiper-wrapper {
  flex-wrap: nowrap;
}
.filter-swiper-list .swiper-slide {
  display: flex;
  width: auto;
}
.date-picker {
  max-width: 1140px;
  margin: 0 auto;
}
.date-picker-swiper {
  position: inherit;
}
.date-picker-swiper .swiper-button-prev {
  left: 55px;
}
@media screen and (max-width: 641px) {
  .date-picker-swiper .swiper-button-prev {
    left: 10px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.date-picker-swiper .swiper-button-next {
  right: 55px;
}
@media screen and (max-width: 641px) {
  .date-picker-swiper .swiper-button-next {
    right: 10px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media screen and (max-width: 641px) {
  .date-picker .site-container {
    padding: 0;
  }
}
.winner-link a{
  color: #0148A8 !important;
  margin-right: 5px;
}
.is-pc{
  display: inline-block;
}
@media screen and (max-width: 641px) {
  .is-pc{
    display: none;
  }
}
.is-sp{
  display: none;
}
@media screen and (max-width: 641px) {
  .is-sp{
    display: inline-block;
  }
}
/*# sourceMappingURL=map/schedule_new2208.css.map */