@charset "UTF-8";
/**
*
* テーブル（別バージョンのページとの互換用）
* 
* 重要
* このCSSは別バージョンのページとの互換用のファイルで
* 基本的にセレクタの追記はしない
* 本編のスタイルはcommon.***.cssへ記述（また、必要があればcontent.***.css群で拡張する）
* 
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
th {
  text-align: left;
}

.bs00 {
  border-spacing: 0;
}

.bs05 {
  border-spacing: 0.5em;
}

.bs10 {
  border-spacing: 1em;
}

.bs15 {
  border-spacing: 1.5em;
}

.bs20 {
  border-spacing: 2em;
}

.bs25 {
  border-spacing: 2.5em;
}

.bs30 {
  border-spacing: 3em;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 1em;
  vertical-align: top;
  border-top: 1px solid var(--site-border-c);
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--site-border-c);
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
  border-top: 0;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.5em;
}

.table-bordered {
  border: solid 1px var(--site-border-c);
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: solid 1px var(--site-border-c);
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--site-c-disabledgray);
}

.table-hover > tbody > tr:hover {
  background-color: var(--site-bg-c-underlayer);
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: var(--site-bg-c-underlayer);
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: var(--site-c-disabledgray);
}

/* default */
.table_default {
  table-layout: fixed;
}

.table_default > thead > tr > th,
.table_default > tbody > tr > th,
.table_default > tfoot > tr > th,
.table_default > thead > tr > td,
.table_default > tbody > tr > td,
.table_default > tfoot > tr > td {
  padding: 1em 0;
}

.table_default > tbody > tr > th {
  font-weight: normal;
}

/* table_type01 */
.table_type01 > caption + thead > tr:first-child > th,
.table_type01 > colgroup + thead > tr:first-child > th,
.table_type01 > thead:first-child > tr:first-child > th,
.table_type01 > caption + thead > tr:first-child > td,
.table_type01 > colgroup + thead > tr:first-child > td,
.table_type01 > thead:first-child > tr:first-child > td,
.table_type01 > tbody > tr:first-child > th,
.table_type01 > tbody > tr:first-child > td {
  border-top: 1px solid var(--site-border-c);
}

.table_type01 > thead > tr > th,
.table_type01 > tbody > tr > th,
.table_type01 > tfoot > tr > th,
.table_type01 > thead > tr > td,
.table_type01 > tbody > tr > td,
.table_type01 > tfoot > tr > td {
  padding: 0.5em;
  border: solid 1px var(--site-border-c);
}

.table_type01 > tbody > tr > th {
  font-weight: normal;
  background-color: var(--site-bg-c-underlayer);
}

/* table_type02 */
.table_type02 > caption + thead > tr:first-child > th,
.table_type02 > colgroup + thead > tr:first-child > th,
.table_type02 > thead:first-child > tr:first-child > th,
.table_type02 > caption + thead > tr:first-child > td,
.table_type02 > colgroup + thead > tr:first-child > td,
.table_type02 > thead:first-child > tr:first-child > td,
.table_type02 > tbody > tr:first-child > th,
.table_type02 > tbody > tr:first-child > td {
  border-top: 1px solid var(--site-border-c);
}

.table_type02 > thead > tr > th,
.table_type02 > tbody > tr > th,
.table_type02 > tfoot > tr > th,
.table_type02 > thead > tr > td,
.table_type02 > tbody > tr > td,
.table_type02 > tfoot > tr > td {
  padding: 0.5em;
  border: solid 1px var(--site-border-c);
}

.table_type02 > tbody > tr > th {
  font-weight: normal;
  background-color: var(--site-bg-c-underlayer);
  width: 100px;
}

@media (max-width: 767.98px) {
  .table_type02 > thead > tr > th,
.table_type02 > tbody > tr > th,
.table_type02 > tfoot > tr > th,
.table_type02 > thead > tr > td,
.table_type02 > tbody > tr > td,
.table_type02 > tfoot > tr > td {
    padding: 0.25em 3.3px;
    font-size: 0.91 6px;
  }

  .table_type02 > tbody > tr > th {
    width: 80px;
  }
}
/* table_type03 */
.table_type03 > caption + thead > tr:first-child > th,
.table_type03 > colgroup + thead > tr:first-child > th,
.table_type03 > thead:first-child > tr:first-child > th,
.table_type03 > caption + thead > tr:first-child > td,
.table_type03 > colgroup + thead > tr:first-child > td,
.table_type03 > thead:first-child > tr:first-child > td,
.table_type03 > tbody > tr:first-child > th,
.table_type03 > tbody > tr:first-child > td {
  border-top: 1px solid var(--site-border-c);
}

.table_type03 > thead > tr > th,
.table_type03 > tbody > tr > th,
.table_type03 > tfoot > tr > th,
.table_type03 > thead > tr > td,
.table_type03 > tbody > tr > td,
.table_type03 > tfoot > tr > td {
  padding: 0.5em;
  border: solid 1px var(--site-border-c);
}

.table_type03 > thead > tr > th {
  font-weight: normal;
  background-color: var(--site-bg-c-underlayer);
}

.table_type03 > tbody > tr > th {
  display: none;
}

.table_type03 > tbody > tr:nth-child(even) > th,
.table_type03 > tbody > tr:nth-child(even) > td {
  background-color: #fff8eb;
}

@media (max-width: 767.98px) {
  .table_type03,
.table_type03 tbody,
.table_type03 tr,
.table_type03 th,
.table_type03 td {
    display: block;
  }

  .table_type03 thead {
    display: none;
  }

  .table_type03 tbody {
    margin: 0 0 16px;
    border: solid 1px var(--site-border-c);
  }

  .table_type03 tr::before,
.table_type03 tr::after {
    content: "";
    display: table;
  }

  .table_type03 tr::after {
    clear: both;
  }

  .table_type03 > tbody > tr > th {
    display: block;
    float: left;
    width: 33.33%;
    clear: both;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
  }

  .table_type03 > tbody > tr > th::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    top: 2px;
    bottom: 2px;
    border-right: solid 1px var(--site-border-c);
  }

  .table_type03 > tbody > tr > td {
    float: left;
    width: 66.66%;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
  }

  .table_type03 > tbody > tr > td::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: auto;
    top: 2px;
    bottom: 2px;
    border-right: solid 1px var(--site-border-c);
  }
}
/* table_type04 */
.table_type04 > caption + thead > tr:first-child > th,
.table_type04 > colgroup + thead > tr:first-child > th,
.table_type04 > thead:first-child > tr:first-child > th,
.table_type04 > caption + thead > tr:first-child > td,
.table_type04 > colgroup + thead > tr:first-child > td,
.table_type04 > thead:first-child > tr:first-child > td,
.table_type04 > tbody > tr:first-child > th,
.table_type04 > tbody > tr:first-child > td {
  border-top: 1px solid var(--site-border-c);
}

.table_type04 > thead > tr > th,
.table_type04 > tbody > tr > th,
.table_type04 > tfoot > tr > th,
.table_type04 > thead > tr > td,
.table_type04 > tbody > tr > td,
.table_type04 > tfoot > tr > td {
  padding: 0.5em;
  border: solid 1px var(--site-border-c);
}

.table_type04 > tbody > tr > th {
  font-weight: normal;
  background-color: var(--site-bg-c-underlayer);
  width: 140px;
}

@media (max-width: 767.98px) {
  .table_type04 {
    display: block;
    width: auto;
  }

  .table_type04 > thead,
.table_type04 > tbody,
.table_type04 > tfoot,
.table_type04 > thead > tr,
.table_type04 > tbody > tr,
.table_type04 > tfoot > tr {
    display: block;
    width: auto;
  }

  .table_type04 > thead > tr,
.table_type04 > tbody > tr,
.table_type04 > tfoot > tr {
    margin: 0 0 16px;
  }

  .table_type04 > thead > tr > th,
.table_type04 > tbody > tr > th,
.table_type04 > tfoot > tr > th,
.table_type04 > thead > tr > td,
.table_type04 > tbody > tr > td,
.table_type04 > tfoot > tr > td {
    padding: 0.5em;
    display: block;
    width: auto;
  }

  .table_type04 > thead > tr > th,
.table_type04 > tbody > tr > th,
.table_type04 > tfoot > tr > th {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--site-border-c);
    border-left: none;
  }

  .table_type04 > thead > tr > td,
.table_type04 > tbody > tr > td,
.table_type04 > tfoot > tr > td {
    border: none;
  }

  .table_type04 > caption + thead > tr:first-child > th,
.table_type04 > colgroup + thead > tr:first-child > th,
.table_type04 > thead:first-child > tr:first-child > th,
.table_type04 > caption + thead > tr:first-child > td,
.table_type04 > colgroup + thead > tr:first-child > td,
.table_type04 > thead:first-child > tr:first-child > td,
.table_type04 > tbody > tr:first-child > th,
.table_type04 > tbody > tr:first-child > td {
    border-top: none;
  }
}
/* table_form */
.table_form > caption + thead > tr:first-child > th,
.table_form > colgroup + thead > tr:first-child > th,
.table_form > thead:first-child > tr:first-child > th,
.table_form > caption + thead > tr:first-child > td,
.table_form > colgroup + thead > tr:first-child > td,
.table_form > thead:first-child > tr:first-child > td,
.table_form > tbody > tr:first-child > th,
.table_form > tbody > tr:first-child > td {
  border-top: 1px solid var(--site-border-c);
}

.table_form > thead > tr > th,
.table_form > tbody > tr > th,
.table_form > tfoot > tr > th,
.table_form > thead > tr > td,
.table_form > tbody > tr > td,
.table_form > tfoot > tr > td {
  padding: 0.75em;
  position: relative;
}

.table_form > tbody > tr > th {
  width: 150px;
  padding-right: 40px;
}

.table_form > tbody > tr > th .label_must {
  position: absolute;
  right: 0;
  top: 16px;
}

@media (max-width: 767.98px) {
  .table_form {
    display: block;
  }

  .table_form > thead,
.table_form > tbody,
.table_form > tfoot {
    display: block;
  }

  .table_form > thead > tr,
.table_form > tbody > tr,
.table_form > tfoot > tr {
    display: block;
    margin: 0 0 16px;
  }

  .table_form > thead > tr > th,
.table_form > tbody > tr > th,
.table_form > tfoot > tr > th,
.table_form > thead > tr > td,
.table_form > tbody > tr > td,
.table_form > tfoot > tr > td {
    padding: 0.25em 3.3px;
    font-size: 0.91 6px;
    display: block;
  }

  .table_form > tbody > tr > th {
    width: auto;
  }

  .table_form > tbody > tr > td {
    width: auto;
    border-top: none;
  }

  .table_form > tbody > tr:first-child > td {
    border-top: none;
  }

  .table_form > tbody > tr > th .label_must {
    top: 4px;
  }
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media (max-width: 767.98px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: solid 1px var(--site-border-c);
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}