@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
#l-content {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  background: #fff;
  line-height: 1.5;
  padding-bottom: 0;
}

.u-txt-ttl--h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl--h2 {
    font-size: 3rem;
    margin-top: 80px;
  }
}

.u-kv__image {
  position: relative;
  aspect-ratio: 7/2;
  overflow: hidden;
}

.u-kv__image .u-kv__image-src {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .u-kv__image .u-kv__image-src {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}

.u-content__main {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding-block: 16px 60px;
}

@media print, screen and (min-width: 768px) {
  .u-content__main {
    border-radius: 16px 16px 0 0;
    margin-top: -60px;
    padding-block: 40px 120px;
  }
}

.u-txt-ttl--h1 {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  color: #192F60;
  position: relative;
  padding-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl--h1 {
    font-size: 4.5rem;
    padding-bottom: 12px;
  }
}

.u-txt-ttl--h1:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #192F60;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl--h1:before {
    width: 64px;
  }
}

.u-txt-lead {
  margin-top: 32px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-txt-lead {
    margin-top: 64px;
    font-size: 2.2rem;
  }
}

.u-content__gray {
  background-color: #F5F5F5;
  padding-block: 40px 60px;
}

@media print, screen and (min-width: 768px) {
  .u-content__gray {
    padding-block: 80px;
  }
}

.u-accordion {
  background-color: #fff;
  margin-top: 12px;
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) {
  .u-accordion {
    margin-top: 24px;
    border-radius: 8px;
  }
}

.u-accordion:first-of-type {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .u-accordion:first-of-type {
    margin-top: 24px;
  }
}

.u-accordion-head {
  width: 100%;
  padding: 20px 24px;
  margin: 0;
  border: none;
  background-color: transparent;
  text-align: start;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-head {
    padding: 24px 64px;
  }
}

.u-accordion-head:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  content: '';
  border: 1px solid #073082;
  background-color: #fff;
  background-size: 100% auto;
  transition: .3s ease-out;
}

.u-accordion-head:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(24px + 7px);
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 11px;
  height: 9px;
  margin: auto;
  content: '';
  background-color: #073082;
  -webkit-mask-image: url("/assets/svg/i_arrow3.svg");
          mask-image: url("/assets/svg/i_arrow3.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transition: .3s ease-out;
}

[data-whatinput="keyboard"] .u-accordion-head:focus:before {
  background-color: #073082;
}

[data-whatinput="keyboard"] .u-accordion-head:focus:after {
  background-color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-head:hover:before {
    background-color: #073082;
  }
  .u-accordion-head:hover:after {
    background-color: #fff;
  }
}

.u-accordion-head[aria-expanded="true"]:before {
  background-color: #073082;
}

.u-accordion-head[aria-expanded="true"]:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #fff;
}

.u-accordion-head-wrap {
  padding-left: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-head-wrap {
    font-size: 2rem;
    padding-left: 64px;
  }
}

.u-accordion-head-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: '';
}

@media print, screen and (min-width: 768px) {
  .u-accordion-head-wrap:before {
    width: 40px;
    height: 40px;
  }
}

.u-accordion-head-plane:before {
  background: url("/assets/images/english/travelling/i_plane.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-head-train:before {
  background: url("/assets/images/english/travelling/i_train.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-head-car:before {
  background: url("/assets/images/english/travelling/i_car.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-head-foot:before {
  background: url("/assets/images/english/travelling/i_foot.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-head-bike:before {
  background: url("/assets/images/english/travelling/i_bike.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-head-public:before {
  background: url("/assets/images/english/travelling/i_public.png") center no-repeat;
  background-size: 100% auto;
}

.u-accordion-body {
  padding-inline: 24px;
  display: none;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-body {
    padding-inline: 64px;
  }
}

.u-accordion-body__inner {
  border-top: 1px solid #CBCBCB;
  padding-block: 24px 40px;
}

.u-accordion-body__inner > *:first-child {
  margin-top: 0 !important;
}

.u-accordion-body__inner > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-body__inner > .image-position-left:first-child + *,
  .u-accordion-body__inner > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-accordion-body__inner > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-body__inner > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-accordion-body__inner > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-accordion-body__inner > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-accordion-body__inner {
    padding-block: 40px 64px;
  }
}

.u-accordion-title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-block: 24px 12px;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-title {
    font-size: 2rem;
    margin-block: 40px 16px;
  }
}

.u-accordion-text {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-text {
    margin-top: 16px;
  }
}

.u-accordion-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

[data-whatinput="keyboard"] .u-accordion-text a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-text a:hover {
    text-decoration: none;
  }
}

.u-accordion-link {
  margin-top: 12px;
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: bold;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-link {
    margin-top: 16px;
    padding-left: 28px;
  }
}

[data-whatinput="keyboard"] .u-accordion-link:focus {
  text-decoration: none !important;
}

@media print, screen and (min-width: 1025px) {
  .u-accordion-link:hover {
    text-decoration: none !important;
  }
}

.u-accordion-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  background-color: #073082;
  -webkit-mask-image: url("/assets/svg/i_search.svg");
          mask-image: url("/assets/svg/i_search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .u-accordion-link:before {
    width: 20px;
    height: 20px;
  }
}

.u-table__content {
  width: 750px;
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-table__content {
    margin-top: 16px;
    width: 100%;
  }
}

.u-table__content a:link, .u-table__content a:visited {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #073082;
}

[data-whatinput="keyboard"] .u-table__content a:focus:link, [data-whatinput="keyboard"] .u-table__content a:focus:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .u-table__content a:hover:link, .u-table__content a:hover:visited {
    text-decoration: none;
  }
}

.u-table__content tbody tr th,
.u-table__content tbody tr td,
.u-table__content thead tr th,
.u-table__content thead tr td {
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.u-table__content tbody tr th,
.u-table__content thead tr th {
  font-weight: bold;
}

.u-table__content tbody tr th > *:first-child,
.u-table__content thead tr th > *:first-child {
  margin-top: 0 !important;
}

.u-table__content tbody tr th > *:first-child.m-box-section,
.u-table__content thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-table__content tbody tr th > .image-position-left:first-child + *,
  .u-table__content tbody tr th > .image-position-right:first-child + *,
  .u-table__content thead tr th > .image-position-left:first-child + *,
  .u-table__content thead tr th > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table__content tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .u-table__content thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table__content tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .u-table__content thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table__content tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-table__content tbody tr td > *:first-child,
.u-table__content thead tr td > *:first-child {
  margin-top: 0 !important;
}

.u-table__content tbody tr td > *:first-child.m-box-section,
.u-table__content thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-table__content tbody tr td > .image-position-left:first-child + *,
  .u-table__content tbody tr td > .image-position-right:first-child + *,
  .u-table__content thead tr td > .image-position-left:first-child + *,
  .u-table__content thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table__content tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table__content tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .u-table__content thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table__content tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .u-table__content thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table__content tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .u-table__content thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-table__content thead tr {
  border-block: 1px solid #000000;
}

.u-table__content thead th {
  background: #F2F4F9;
  padding: 12px 16px;
}

@media print, screen and (min-width: 768px) {
  .u-table__content thead th {
    padding: 24px 30px;
  }
}

.u-table__content tbody tr {
  border-bottom: 1px solid #CBCBCB;
}

.u-table__content tbody th,
.u-table__content tbody td {
  padding: 20px 16px;
}

@media print, screen and (min-width: 768px) {
  .u-table__content tbody th,
  .u-table__content tbody td {
    padding: 24px 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-table-scroll {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .u-table-scroll__mark {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    margin: auto;
    background: url("/assets/images/i_scroll_icon.png") no-repeat center;
    background-size: 100% auto;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    transition: opacity 0.2s ease-out;
    pointer-events: none;
  }
  .u-table-scroll__mark.is-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media screen and (max-width: 767px) {
  .u-table-scroll__wrap {
    overflow-x: scroll;
  }
}
