/*--------------------
  ニュース
 ----------------------*/
 .news-title{
   border-bottom: 1px solid var(--ember-color);
   font-size: 24px;
   font-weight: 500;
   margin-bottom: 20px;
 }
.news-title span{ display: block;}
.news-cate{
  border: 1px solid var(--ember-color);
  color:var(--ember-color);
  border-radius: 200px;
  width: 170px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;

}
.news-title span:last-child{
  padding:20px 5px 20px;
}

.news-detail{
  line-height: 2em;

}




.news-cate{
  border: 1px solid var(--ember-color);
  color:var(--ember-color);
  border-radius: 200px;
  width: 170px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;

}
.news-detail time{
  color: #B4B4B4;
  font-size: 14px;
  font-family: var(--font-jost);
  text-align: right;
  display: block;
}
.back-btn{text-align: center;margin: 30px 0;}



.game_date{
  font-size: 22px;
  font-weight: bold;
}

.match-card__teams{
  max-width: 525px;
  display: flex;
  flex-flow: wrap;
  gap: 0px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.match-card__team {
  max-width: 135px;
}
.match-card__team img{
  width: 100%;
}
.match-card__score {
  font-family: var(--font-jost);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  /* width: 180px; */
  text-align: center;
}
.match-disp{
  margin-bottom: 20px;
}
.is-cancel{
  color: #999;
  font-size: 50px;
}



@media only screen and (max-width: 1200px) {

  /*--------------------
    ニュース
  ----------------------*/


}




@media (max-width: 768px) {
  .news-cate{
    width: 85px;
    line-height: 28px;
    font-size: 13px;

  }




  /*--------------------
    ニュース
  ----------------------*/
  .news{
    padding: 40px 0 150px;
    position: relative;
  }  
  .news-cate{
    width: 85px;
    line-height: 28px;
    font-size: 13px;

  }
  .news-item p{
    width: 100%;
  }

  



}
@media (max-width: 767px) {
  .news-title span:last-child{
    padding:15px 5px 15px;
  }

  .news-title{
   font-size: 20px;
   margin-bottom: 10px;
 }

  .match-card__team {
    max-width: 65px;
  }
  .game_date {
      font-size: 18px;
  }
  .match-card__score {
     width: calc(100% - 65px * 2);
     text-align: center;
     font-size: 30px;
  }


  .is-cancel{
    font-size: 30px;
  }


}
@media (max-width: 350px) {
    .match-card__score {
      font-size: 30px;
    }
  .is-cancel{
    font-size: 25px;
  }

}