.scroll__table {
  padding-bottom: 0.63rem;
  position: relative;
}
@media (min-width: 1024px) {
  .scroll__table {
    padding-bottom: unset;
  }
}
.scroll__table table {
  width: 40.13rem !important;
}
@media (min-width: 760px) {
  .scroll__table table {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .scroll__table table {
    width: 100% !important;
  }
}

table,
tbody,
tr {
  width: 100%;
}

.table tr {
  display: grid;
  padding: 1rem 0;
  border-bottom: 1px solid #eff1f4;
}
@media (min-width: 1366px) {
  .table tr {
    padding: 1rem;
    display: grid;
    grid-template-columns: minmax(auto, 12rem) 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.table tr td:first-of-type {
  font-weight: bold;
  color: #213491;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}

.table td {
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
@media (max-width: 1365px) {
  .table td {
    margin-top: 0.5rem;
  }
}

.table.table_type01 table {
  border-collapse: collapse;
  border: 0 !important;
}
.table.table_type01 table,
.table.table_type01 tbody,
.table.table_type01 tr {
  width: 100%;
}
.table.table_type01 tr {
  padding: 0;
  border-left: 1px solid #eff1f4;
  border-right: 1px solid #eff1f4;
  border-bottom: 1px solid #eff1f4;
  display: table;
  border-collapse: collapse;
}
.table.table_type01 tr:first-of-type {
  border-top: 1px solid #eff1f4;
}
.table.table_type01 tr td {
  display: table-cell;
  padding: 0.88rem 1rem;
  color: #213491;
  font-size: 1rem;
  line-height: 1.8125;
}
@media (min-width: 1024px) {
  .table.table_type01 tr td {
    line-height: 1.8333333333;
    padding: 0.72rem 1.5rem;
  }
}
.table.table_type01 tr td:first-of-type {
  width: 30%;
  background-color: #eff1f4;
  border-bottom: 1px solid #ffffff;
  color: #213491;
  font-weight: 500;
  text-align: center;
}
.table.table_type01 tr td:last-of-type {
  width: 70%;
}
.table.table_type01 tr:last-of-type td:first-of-type {
  border-bottom: 1px solid #eff1f4;
}

.table.table_type02 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 0 !important;
}
.table.table_type02 table,
.table.table_type02 tbody,
.table.table_type02 tr {
  width: 100%;
}
.table.table_type02 tr {
  padding: 0;
  border: 1px solid #eff1f4;
  display: table-row;
  border-collapse: collapse;
}
.table.table_type02 tr td {
  display: table-cell;
  padding: 0.88rem 1rem;
  color: #213491;
  font-size: 1rem;
  line-height: 1.8125;
  text-align: center;
  border: 1px solid #eff1f4;
  font-weight: unset;
}
@media (min-width: 1024px) {
  .table.table_type02 tr td {
    line-height: 1.8333333333;
    padding: 0.72rem 1.5rem;
  }
}
.table.table_type02 tr:first-of-type td {
  color: #213491;
  background-color: #eff1f4;
  font-weight: 500;
}
.table.table_type02 tr:first-of-type td:not(.table.table_type02 tr:first-of-type td:last-of-type) {
  border-right: 1px solid #ffffff;
}

.table.table_type03 table {
  border: 0 !important;
}
.table.table_type03 table,
.table.table_type03 tbody,
.table.table_type03 tr {
  width: 100%;
}
.table.table_type03 tr {
  position: relative;
  display: grid;
  padding: 1.56rem 0;
  border-bottom: 1px solid #c3ccd5;
}
.table.table_type03 tr:first-of-type {
  border-top: 1px solid #c3ccd5;
}
@media (min-width: 1366px) {
  .table.table_type03 tr {
    display: grid;
    grid-template-columns: minmax(auto, 12rem) 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .table.table_type03 tr {
    padding: 1.25rem 0;
  }
}
.table.table_type03 tr td:first-of-type {
  font-weight: 500;
  margin-top: unset;
  color: #213491;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .table.table_type03 tr td:first-of-type {
    padding-left: 1.5rem;
  }
}
.table.table_type03 td {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 1365px) {
  .table.table_type03 td {
    margin-top: 0.5rem;
  }
}


/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 2px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #d0d1e0;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 2px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #d0d1e0;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 2px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 2px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}










/* リスト */
table ul li {
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  table ul li {
    line-height: 1.8333333333;
  }
}
table ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
/* 	max-width: 864px; */
	margin-inline: auto;
}
table ul li {
  position: relative;
  padding-left: 1.06em;
}
@media (min-width: 1024px) {
  table ul li {
    padding-left: 1rem;
  }
}
table ul li:before {
  content: "";
  border-radius: 50%;
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  background: #213491;
}
@media (min-width: 1024px) {
  table ul li:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
table ol {
  /*要素の連番（カウンタ）の値をリセットする*/
  counter-reset: li;
}
table ol li {
  position: relative;
  padding-left: 1.06em;
  /*デフォルトのスタイルを非表示にする*/
  list-style: none;
}
@media (min-width: 1024px) {
  table ol li {
    padding-left: 1rem;
  }
}
table ol li:before {
  position: absolute;
  top: 0;
  left: 0.1em;
  font-weight: 500;
  color: #213491;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li);
  font-size: 1rem;
}