@charset "UTF-8";

/*SP テーブル*/
#sp_table + section{
    display: none;
}

@media screen and (max-width: 900px){
  #sp_table + section{
      display: block;
  }
  #pc_table + .block_table_2 .outer{
      display: none;
  }
  #pc_table + .block_table_2{
      padding-bottom: 0;
  }
  #sp_table + section .inner_item_txt table{
      background: var(--i_bg_color);
      color: var(--i_txt_color);
      width: 100%;
  }
  #sp_table + section .inner_item_txt table th{
      background-color: var(--i_sub2_color);
  }
  #sp_table + section .inner_item_txt table th,
  #sp_table + section .inner_item_txt table td{
      padding: 1rem 0;
      text-align: center;
      vertical-align: middle;
      border: 1px solid var(--i_border_color);
      line-height: 1.5;
  }
  #sp_table + section .inner_item_txt table td.sub{
      min-width: 75px;
  }
}
/*ポップアップ禁止*/
/*.popup{
  display: none !important;
}

#no-popup + div a,
#no-popup01 + section a,
#no-popup02 + section a,
#no-popup03 + section a,
#no-popup04 + section a,
#no-popup05 + div a,
#no-popup06 + div a{
  pointer-events: none;
}*/
