/* default settings */
/* CUSTOM STYLES */
@media (max-width: 767.9px) {
  .visual {
    padding: 7.375rem 0 3.75rem 0;
  }
  .visual__title__jp {
    margin-bottom: 0.3125rem;
  }
  .visual__title__eng {
    line-height: 1.1;
    margin-left: 0;
  }
}

.content-page {
  background: #f3f8ff url("/assets/img/common/section_bg.webp") repeat center top;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767.9px) {
  .content-page {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.item-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding-left: 0.9375rem;
  position: relative;
}
.item-ttl:not(:first-child) {
  margin-top: 3.75rem;
}
.item-ttl::before {
  position: absolute;
  content: "";
  background: #4F59F6;
  width: 0.3125rem;
  top: 0;
  left: 0;
  bottom: 0;
}
.item-ttl-cus {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-ttl-cus::before {
  position: absolute;
  content: "";
  height: 1px;
  background: rgba(79, 89, 246, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
}
.item-ttl-cus span:first-child {
  margin-right: 0.5rem;
  white-space: nowrap;
}

.item-sub-ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.item-sub-ttl + .block-item .txt {
  margin-top: 1rem;
}

.block-item {
  line-height: 1.5;
}
.block-item + .block-item {
  margin-top: 2rem;
}
.block-item .txt {
  margin: 1.25rem 0;
}
.block-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-item .item-list {
  margin: 1.25rem 0;
}
.block-item .item-list > li {
  position: relative;
  padding-left: 2rem;
}
.block-item .item-list > li::before {
  content: "";
  position: absolute;
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  top: 0.625rem;
  left: 1.25rem;
  width: round(0.375rem, 1px);
  aspect-ratio: 1;
  border-radius: 100%;
}
.block-item .item-list > li + li {
  margin-top: round(0.625rem, 1px);
}
.block-item .item-list-num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-item .item-list-num > li span:first-child {
  margin-right: 0.375rem;
  white-space: nowrap;
}
.block-item .item-list-num > li + li {
  margin-top: 0.625rem;
}
.block-item .item-list-num-02 > li + li {
  margin-top: 1.5rem;
}
.block-item .item-list-num-02 > li:not(:last-child) .item-list {
  margin-bottom: -0.25rem;
}
.block-item .item-list + .item-list {
  margin-top: 2.125rem;
}
.block-item .item-list-ttl {
  margin: 1.25rem 0 0.625rem 0;
}
.block-item .item-list-ttl + .item-list {
  margin: 0.625rem 0 0.625rem 0;
}
.block-item .link-cus {
  font-weight: 700;
  text-decoration: none;
  color: #0033CC;
}
.block-item .fw600 {
  font-weight: 600;
}

.main {
  overflow: hidden;
}

.page-accessibility .item-ttl-cus {
  padding-bottom: 0.5625rem;
}
.page-accessibility .list-info + .item-list {
  margin: 0.875rem 0 1.25rem 0;
}

@media (max-width: 767.9px) {
  .visual {
    padding: 6.3125rem 0 3.75rem 0;
  }
  .visual__title__jp {
    margin-bottom: 0.3125rem;
  }
  .visual__title__eng {
    font-size: 2.875rem;
    line-height: 1.1;
    margin-left: 0;
  }
}

.list-info {
  margin: 1.4375rem 0 0 0;
}
.list-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0 0.375rem 0;
  border-bottom: 1px solid rgba(79, 89, 246, 0.4);
  margin: 0;
}
.list-info-item dt {
  width: 20rem;
  margin: 0;
}
@media (max-width: 767.9px) {
  .list-info-item dt {
    width: 10.625rem;
  }
}
.list-info-item dd {
  width: calc(100% - 20rem);
  margin: 0;
}
@media (max-width: 767.9px) {
  .list-info-item dd {
    width: calc(100% - 10.625rem);
    word-break: break-all;
  }
}

.table-scroll {
  margin: 1.9375rem 0 0 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.875rem 0 0 0;
    padding: 1px 0 0.25rem 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.table-cus {
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60rem;
}
@media (min-width: 768px) {
  .table-cus {
    background: #fff;
    border: 1px solid rgba(79, 89, 246, 0.4);
  }
}
@media (max-width: 767.9px) {
  .table-cus {
    position: relative;
    width: 60.125rem;
    z-index: 1;
  }
  .table-cus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0.125rem;
    bottom: 0;
    background: #fff;
    border: 1px solid rgba(79, 89, 246, 0.4);
    z-index: -1;
  }
}
.table-cus .table-thead {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  background: #00033D;
}
@media (max-width: 767.9px) {
  .table-cus .table-thead {
    width: calc(100% - 0.125rem);
  }
}
.table-cus .table-thead__th {
  padding: 0.375rem 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-cus .table-thead__th:first-child {
  width: 4.5rem;
}
@media (max-width: 767.9px) {
  .table-cus .table-thead__th:first-child {
    width: 4.375rem;
  }
}
.table-cus .table-thead__th:nth-child(2) {
  width: 28.75rem;
}
.table-cus .table-thead__th:nth-child(3) {
  width: 5.625rem;
}
.table-cus .table-thead__th:nth-child(4) {
  width: 3.75rem;
}
.table-cus .table-thead__th:nth-child(5) {
  width: 3.75rem;
}
.table-cus .table-thead__th:nth-child(6) {
  width: 13.9375rem;
}
.table-cus .table-thead__th + .table-thead__th {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.9px) {
  .table-cus .table-tbody {
    width: calc(100% - 0.125rem);
  }
}
.table-cus .table-tbody .table-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-cus .table-tbody .table-tr + .table-tr {
  border-top: 1px solid rgba(79, 89, 246, 0.4);
}
.table-cus .table-tbody__td {
  padding: 0.3125rem 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-cus .table-tbody__td + .table-tbody__td {
  border-left: 1px solid rgba(79, 89, 246, 0.4);
}
.table-cus .table-tbody__td:first-child {
  width: 4.5rem;
  text-align: center;
}
@media (max-width: 767.9px) {
  .table-cus .table-tbody__td:first-child {
    width: 4.375rem;
  }
}
.table-cus .table-tbody__td:nth-child(2) {
  width: 28.75rem;
}
.table-cus .table-tbody__td:nth-child(3) {
  width: 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-cus .table-tbody__td:nth-child(4) {
  width: 3.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-cus .table-tbody__td:nth-child(5) {
  width: 3.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-cus .table-tbody__td:nth-child(6) {
  width: 13.9375rem;
}

.btn-top {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767.9px) {
  .btn-top {
    margin-top: 2.25rem;
  }
}