@charset "UTF-8";

a[id^="menu_tabel"] + .block_table_3 table th,
a[id^="menu_tabel"] +  .block_table_7 table th{
  background: #e6f3fd;
}
a[id^="menu_tabel"] + .block_table_3 table tr:first-child th,
a[id^="menu_tabel"] + .block_table_3 table tr:first-child td,
a[id^="menu_tabel"] + .block_table_7 table tr:first-child th,
a[id^="menu_tabel"] + .block_table_7 table tr:first-child td{
  background: #228fce;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 701px){
  #menu_tabel_sp + div{
    display: none;
  }
}
@media screen and (max-width: 700px){
  #menu_tabel_pc + div{
    /*display: none;*/
  }
}
/*----- 表示調整(2025/02/03) -----*/
@media screen and (max-width: 700px){
  #menu_tabel_pc + div{
    display: block;
  }
  #menu_tabel_pc + .block_table_7 table div {
    font-size: min(1.65rem, 4vw);
  }
}