@charset "UTF-8";

.link-box {
  display: flex;
  flex-wrap: wrap;
}
.link-box p {
  margin-bottom: 0px;
  margin-right: 10px;
}
.link-box p a {
  text-decoration: none;
}

.block_table_2 .heading {
  background-color: var(--i_sub2_color);
  padding: 6px;
  border: 1px solid var(--i_border_color);
  border-bottom: 0;
  margin: 0;
}

.block_table_2 table thead {
  display: none;
}

.block_table_2.w20 table tr:nth-of-type(1)>td:first-child, .block_table_2.w20 table tr:nth-of-type(1)>th:first-child, .block_table_5.w20 table tr:nth-of-type(1)>td:first-child, .block_table_5.w20 table tr:nth-of-type(1)>th:first-child, .block_table_6.w20 table tr:nth-of-type(1)>td:first-child, .block_table_6.w20 table tr:nth-of-type(1)>th:first-child {
  width: auto;
}

.block_table_2 .heading {
  background-color: var(--i_sub2_color);
  padding: 6px;
  border: 1px solid var(--i_border_color);
  border-bottom: 0;
  margin: 0;
}

@media (width <= 500px) {
  .block_table_2 table th {
    display: none;
  }

  .block_table_2 table td:has(div:empty) {
    padding: 0;
    border: none;
  }
}
