.submenu2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1em 1em 0;
  background-color: #333;
}
.submenu2 .sub_block{
  padding: 0.3em;
  border: 1px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.submenu2 a{
  display: flex;
  justify-content: center;
  font-size: 0.6em;
  color: #fff;
  text-align: center;
}
.sub_block2{
  padding: 0.5em;
  margin: 0;
  width: 20%;
  display: flex;
  justify-content: center;
}
.current{
  border: 0!important;
  background-color: #b11d2c!important;
}
.current a{
  color: #fff!important;
}
/*table*/
.table_block{
  margin: 1em;
}
.score_table{
  border-collapse: collapse;
  border: 1px solid #666;
  font-size: 0.4em;
  width: 100%;
}
.score_table th, .score_table td{
  text-align: center;
  border: 2px solid #aaa;
  padding: 0.5em;
}
.score_slide{
  border-collapse: collapse;
  border: 1px solid #666;
  font-size: 0.4em;
  width: 100%;
  display: block;
  overflow-x: scroll;
}
.score_slide::-webkit-scrollbar{height:15px;}/*バーの太さ*/
.score_slide::-webkit-scrollbar-track{
  background:#ccc;
  }
.score_slide::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background:#b11d2c;
  }

.score_slide th, .score_slide td{
  text-align: center;
  border: 2px solid #aaa;
  padding: 0.5em;
}
.border{
  border-bottom: 4px solid #666;
}

@media only screen and (min-width: 768px) {
  .score_table{
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu2 .sub_block{
    padding: 0.5em;
    font-size: 1em;
  }
  .submenu2 a{
    font-size: 0.8em;
  }
  .sub_block2{
    display: inline-block;
    padding: 1em;
  }
  .score_table{
    display: inline-table;
    font-size: 0.8em;
    border: 4px solid #666;
  }
  .score_slide{
    display: inline-table;
    font-size: 0.8em;
    border: 4px solid #666;
    overflow-x: visible;
  }
}

@media only screen and (min-width: 1280px) {

}
