/* CSS Document */

@media screen and (max-width:768px){
  /* ----------------------------------------------------------

  TABLET & SP

  ---------------------------------------------------------- */
  .topInfoBox{
      padding: 20px 10px;
  }
  .topInfoBox .top_news{
      margin-bottom: 30px;
  }
  .topInfoBox .top_news,
  .topInfoBox .top_update{
      width:  100%;
      max-width: none;
  }
  .topInfoBox .top_news h2 img.bg,
  .topInfoBox .top_update h2 img.bg{
      width: 100%;
  }
  .topInfoBox .tse-content{
    padding: 0 10px 10px;
  }
  .topInfoBox .entry_wrap{
    height: auto;
  }
  .topInfoBox .more-list{
    display: none;
  }
  .topInfoBox .toggle-open-news,
  .topInfoBox .toggle-open-update{
    display: block;
    position: relative;
    padding: 8px 5px;
    color: #fff;
    text-align: center;
  }
  .topInfoBox .toggle-open-news{
    background: url(./common/img/btn_bg_01.jpg) center center repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .topInfoBox .toggle-open-update{
    background: url(./common/img/btn_bg_02.jpg) center center repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .topInfoBox .toggle-open-news:after,
  .topInfoBox .toggle-open-update:after{
    content: "";
    margin: auto;
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 10px;
    transform: rotate(45deg);
  }
  .topInfoBox .toggle-open-news.active:after,
  .topInfoBox .toggle-open-update.active:after{
    content: "";
    margin: auto;
    position: absolute;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 10px;
    transform: rotate(45deg);
  }
  /* ----------------------------------------------------------
  top_schedule
  ---------------------------------------------------------- */
  .top_schedule{
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 10px;
  }
  .top_schedule + .top_schedule{
    border-top: 1px solid #ccc;
  }
  .top_schedule h2{
    font-size: 22px;
  }
  .top_schedule h2:before{
    width: 35px;
    height: 35px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .top_schedule table thead .th03{
    display: none;
  }
  .top_schedule .table-second-wrap.close{
    display: none;
  }
  .top_schedule table tr th:nth-child(1) {
    width:130px;
  }
  .top_schedule table tr th{
    padding: 15px 5px;
  }
  .top_schedule table tr td{
    padding: 15px 10px;
  }
  .top_schedule table tr td.taC{
    display: none;
  }
  .top_schedule table tr td dl.venue{
    margin-top: 8px;
    display: block;
  }
  .top_schedule table tr td dl.venue dt,
  .top_schedule table tr td dl.venue dd{
    /* display: inline-block; */
  }
  .top_schedule table tr td dl.venue dt{
    max-width: max-content;
    padding: 5px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    text-align:center;
    line-height: 1;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    font-size: 14px;
    color: #FA6E41;
    border:1px solid #FA6E41;
  }
  .top_schedule .toggle-open{
    display: block;
    position: relative;
    padding: 8px 5px;
    margin: 10px 3px 0;
    background: url(./common/img/btn_bg_01.jpg) center center repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #fff;
    text-align: center;
  }
  .top_schedule .toggle-open:after{
    content: "";
    margin: auto;
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 10px;
    transform: rotate(45deg);
  }
  .top_schedule .toggle-open.active:after{
    content: "";
    margin: auto;
    position: absolute;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 10px;
    transform: rotate(45deg);
  }
  .top_schedule .top_scheduleBtn {
    margin: 20px auto 0;
    max-width: 250px;
  }
  .top_schedule .top_scheduleBtn p{
    top: 5px;
    left: 20px;
  }
}

@media screen and (max-width:480px){
  /* ----------------------------------------------------------

  SP

  ---------------------------------------------------------- */
  .topInfoBox .top_news h2,
  .topInfoBox .top_update h2 {
    padding: 10px 10px 13% 10px;
    position: relative;
  }
  .topInfoBox .top_news h2::before,
  .topInfoBox .top_update h2::before{
    width: 50px;
    height: 45px;
    right: 10px;
  }
  .topInfoBox .top_news h2 .txt,
  .topInfoBox .top_update h2 .txt{
    width: 25%;
  }
  .topInfoBox .top_news article,
  .topInfoBox .top_update article{
    margin-left:5px;
    margin-right:5px;
    padding: 0 0 10px;
  }
  
  /* ----------------------------------------------------------
  top_schedule
  ---------------------------------------------------------- */
  .top_schedule {
    padding-left: 0;
    padding-right: 0;
  }
  .top_schedule h2{
    font-size: 20px;
  }
  .top_schedule h2:before{
    width: 25px;
    height: 25px;
  }
  .top_schedule h2 img{
    width: 25%;
    padding-left: 10px;
  }
  .top_schedule table thead .th01,
  .top_schedule table thead .th02,
  .top_schedule table thead .th03{
    font-size: 16px;
  }
  .top_schedule table tr th:nth-child(1){
    width: 110px;
  }
  .top_schedule table tr th{
    font-size: 13px;
  }
  .top_schedule table tr td{
    padding: 10px;
    font-size: 14px;
  }
  .top_schedule table tr td dl.venue dt{
    padding: 3px 5px;
    font-size: 13px;
  }
}