:where(table) {
  border-spacing: 0;
  border-collapse: collapse;
}

:where(table:not(:first-child)) {
  margin-top: 3em;
}

:where(.c-table01) {
  width: 100%;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  vertical-align: middle;
  background: none;
  border: none;
}

.c-table01 {
  display: block;
  word-wrap: break-word;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: #B7C3CC solid 2px;
}
.c-table01 > thead {
  display: block;
}
.c-table01 > thead > tr {
  display: block;
}
.c-table01 > thead > tr > th,
.c-table01 > thead > tr > td {
  position: relative;
  display: block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: left;
}
.c-table01 > thead > tr > th {
  padding-top: 1.25rem;
  font-weight: 700;
}
.c-table01 > tbody {
  display: block;
}
.c-table01 > tbody > tr {
  display: block;
}
.c-table01 > tbody > tr > th,
.c-table01 > tbody > tr > td {
  position: relative;
  display: block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: left;
}
.c-table01 > tbody > tr > th {
  padding-top: 1.25rem;
  font-weight: 700;
}
.c-table01 > tbody > tr > td {
  padding-top: 0.3125rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  border-bottom: #B7C3CC solid 1px;
}

.l-main {
  padding-bottom: clamp(4.375rem, 52.3943661972px + 4.6948356808vw, 7.5rem);
}

.p-legal__title-win, .p-legal__title-mac {
  margin-top: 1.5em;
  font-size: clamp(1rem, 15.2957746479px + 0.1877934272vw, 1.125rem);
  font-weight: 700;
}

.p-sitemap .c-section-wrapper02 {
  padding-top: clamp(1.875rem, 19.4366197183px + 2.8169014085vw, 3.75rem);
}
.p-sitemap__group01 {
  display: -ms-grid;
  display: grid;
}
.p-sitemap__list01, .p-sitemap__list02, .p-sitemap__list03 {
  position: relative;
  padding-bottom: 2em;
  line-height: 1.25;
}
.p-sitemap__list01 > li > a, .p-sitemap__list02 > li > a, .p-sitemap__list03 > li > a {
  font-size: clamp(1.125rem, 17.2957746479px + 0.1877934272vw, 1.25rem);
  font-weight: 700;
}
.p-sitemap__list01 li ul, .p-sitemap__list02 li ul, .p-sitemap__list03 li ul {
  font-size: 100%;
}
.p-sitemap__list01 li ul > li > ul, .p-sitemap__list02 li ul > li > ul, .p-sitemap__list03 li ul > li > ul {
  padding-left: 1.25em;
  font-size: 95%;
}
.p-sitemap__list01 li, .p-sitemap__list02 li, .p-sitemap__list03 li {
  margin-top: 1.75em;
}
.p-sitemap__list01 a, .p-sitemap__list02 a, .p-sitemap__list03 a {
  color: #000;
  text-decoration: none;
}
.p-sitemap__list01 .u-ic-blank-b, .p-sitemap__list02 .u-ic-blank-b, .p-sitemap__list03 .u-ic-blank-b {
  width: 0.9em;
  height: 0.9em;
  height: 0.75rem;
}
.p-sitemap__list02::before, .p-sitemap__list03::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eee;
}
.p-sitemap__list04 {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 1em;
  padding-top: 1.5em;
}
.p-sitemap__list04::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eee;
}
.p-sitemap__list04 a {
  font-size: clamp(1rem, 15.2957746479px + 0.1877934272vw, 1.125rem);
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.p-sitemap__list04 .u-ic-blank-b {
  width: 0.9em;
  height: 0.9em;
  height: 0.75rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap__list01 a, .p-sitemap__list02 a, .p-sitemap__list03 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-sitemap__list01 a:hover, .p-sitemap__list02 a:hover, .p-sitemap__list03 a:hover {
    text-decoration: underline !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-sitemap__list01 a, .p-sitemap__list02 a, .p-sitemap__list03 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-sitemap__list01 a:hover, .p-sitemap__list02 a:hover, .p-sitemap__list03 a:hover {
    text-decoration: underline !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table01 {
    display: table;
  }
  .c-table01 > thead {
    display: table-header-group;
  }
  .c-table01 > thead > tr {
    display: table-row;
  }
  .c-table01 > thead > tr > th,
  .c-table01 > thead > tr > td {
    display: table-cell;
    vertical-align: top;
  }
  .c-table01 > thead > tr > th {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    border-bottom: #B7C3CC solid 1px;
  }
  .c-table01 > tbody {
    display: table-row-group;
  }
  .c-table01 > tbody > tr {
    display: table-row;
  }
  .c-table01 > tbody > tr > th,
  .c-table01 > tbody > tr > td {
    display: table-cell;
    vertical-align: top;
  }
  .c-table01 > tbody > tr > th {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    border-bottom: #B7C3CC solid 1px;
  }
  .c-table01 > tbody > tr > td {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .p-sitemap__group01 {
    -ms-grid-columns: 30% 30% 40%;
    grid-template-columns: 30% 30% 40%;
  }
  :lang(en) .p-sitemap__group01 {
    -ms-grid-columns: 33% 40% 27%;
    grid-template-columns: 33% 40% 27%;
  }
  .p-sitemap__list02::before, .p-sitemap__list03::before {
    left: -2em;
    width: 1px;
    height: 100%;
  }
  .p-sitemap__list04 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5em;
  }
  .p-sitemap__list04::before {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sitemap__group01 {
    -ms-grid-columns: 25% 25% 50%;
    grid-template-columns: 25% 25% 50%;
  }
  :lang(en) .p-sitemap__group01 {
    -ms-grid-columns: 33% 40% 27%;
    grid-template-columns: 33% 40% 27%;
  }
  .p-sitemap__list03-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 2em auto;
    grid-template-columns: auto auto;
    gap: 0 2em;
  }
}