@charset "UTF-8";

.content_wrapper {
  padding: 0;
}

.heading.block_header_4 .h {
  font-size: 3.6rem!important;
  margin-bottom: 30px;
}

.heading.block_header_4 p {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(to top, var(--i_btn_color) 30%, transparent 20%);
}

.heading.block_header_7 p {
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 600;
  width: fit-content;
  height: auto;
  border-radius: 10px;
  background: var(--i_btn_color);
}

table tr th,
table tr td {
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
}

.inner_item_txt table {
  width: 100%!important;
  word-wrap: break-word;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 100%;
}

.inner_item_txt table tr:nth-child(odd) td {
  background: var(--i_sub2_color);
}

.inner_item_txt table tr:nth-child(odd) td[colspan="2"] {
  background: var(--i_btn_color);
  color: var(--i_btn_txt_color);
  font-weight: bold;
}

.heading.block_header_3 .h {
  font-size: 3rem;
}

.heading.block_header_3 + div .inner_item_txt {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width:700px){
  .content_wrapper {
    padding: 0 2%!important;
  }
  .heading.block_header_4 .h {
      font-size: 2.8rem!important;
  }

  .heading.block_header_4 p {
      line-height: 1.3;
      padding-bottom: 8px;
      background: linear-gradient(to top, var(--i_btn_color) 15%, transparent 15%);
  }
  .inner_item_txt table {
      display: block;
      overflow: auto;
  }

  .inner_item_txt table td {
      padding: 0 10px;
  }
}

/*テーブル見切れないよう調整 250303*/
@media screen and (max-width: 900px) {
    table tr th, table tr td {
        font-size: 1.6rem;
    }
    .block_table_2 table td, .block_table_5 table td, .block_table_6 table td {
        padding: 6px 3px;
    }
    .block_table_5 .outer {
        overflow-x: auto;
    }
}