.c-lead {
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-navigation-list__item.active {
    background-color: var(--color-white);
  }
}

.static-heading {
  margin: 7.7rem 0 2.5rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .static-heading {
    margin: 4rem 0 3rem;
  }
}
.static__container--column-2 {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: 21.06% 74.56%;
  column-gap: 4.38%;
}
.static__container--column-2 .static-contents {
  max-width: 850px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .static__container--column-2 {
    display: block;
  }
  .static__container .static-contents {
    margin-top: 2rem;
    width: 100%;
  }
}
.static-contents__block + .static-contents__block {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .static-contents__block + .static-contents__block {
    margin-top: 1rem;
  }
}
.static-section {
  letter-spacing: 0.05em;
}
.static-section img {
  overflow: auto;
}

.c-regulation-message > dt,
.static-section__heading--large {
  margin-bottom: 1.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-300);
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: var(--fw-bold);
}
.static-section__heading--medium {
  margin: 4.5rem 0 1.7rem;
  padding-left: 1.6rem;
  border-left: 0.4rem solid var(--color-primary);
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.08em;
}
.static-section__heading--small {
  margin: 3rem 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: var(--fw-bold);
}
.c-regulation-message > dt:nth-of-type(n + 2),
.static-section:nth-of-type(n + 2) .static-section__heading--large:not(.faq-section__heading) {
  margin-top: 4rem;
}
.c-regulation-message > dd,
.static-section__text {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.static-section__text + .static-section__text {
  margin-top: 0.9rem;
}
.static-section .c-siteinfo {
  margin-top: 2rem;
  max-width: none;
  background-color: var(--color-white);
  text-align: left;
}
.static-section__list {
  margin-top: 2rem;
}

.static-section__list > li + li{
  margin-top: 1.2em;
}

tr td > .static-section__list{
  margin-top: 0;
}

tr td > .static-section__list + .static-section__list{
  margin-top: 2rem;
}

.static-section__list li {
  font-size: 1.3rem;
  line-height: 2;
}
.static-section__list li a {
  font-size: inherit;
}
.static-section__list + .static-section__text {
  margin-top: 2.5rem;
}
.static-section__note {
  margin-top: 0.9rem;
  font-size: 1.3rem;
}
.static-section__info {
  margin-top: 2rem;
  padding: 2.4rem 3rem;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 2;
}
.static-section__info dt {
  font-weight: var(--fw-bold);
}
.static-section__info dt, .static-section__info dd {
  font-size: 1.3rem;
}
[class^="static-section__img"] {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem 2.5rem;
}

.static-section__img--10{width: 10%;}
.static-section__img--20{width: 20%;}
.static-section__img--30{width: 30%;}
.static-section__img--40{width: 40%;}
.static-section__img--50{width: 50%;}
.static-section__img--60{width: 60%;}
.static-section__img--70{width: 70%;}
.static-section__img--80{width: 80%;}
.static-section__img--90{width: 90%;}
.static-section__img--100{width: 100%;}

.static-section__img__wrap {
  display: flex;
  gap: 0 2rem;
}

.static-section__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  border-spacing: 0;
}
.static-section__table tr:not(:last-child) th, .static-section__table tr:not(:last-child) td {
  border-bottom: 2px solid var(--color-white);
}
.static-section__table th {
  width: 25%;
  padding: 2rem;
  background-color: var(--color-gray-300);
  vertical-align: top;
}
.static-section__table td {
  padding: 2rem;
  background-color: var(--color-white);
}
.static-section__table--border-gray tr:not(:last-child) th, .static-section__table--border-gray tr:not(:last-child) td {
  border-color: var(--color-gray-100);
}
.static-section__credit {
  margin: 4rem 0;
  line-height: 1.85;
}
.static-section a {
  text-decoration: underline;
  color: var(--color-primary);
  font-size: inherit;
  overflow-wrap: break-word; 
}
.static-section__accordion {
  padding: 0 1px;
}
.static-section__accordion-list {
  background: var(--color-white);
}
.static-section__accordion-list:not(:last-child) {
  margin-bottom: 1rem;
}
.static-section__accordion-title, .static-section__accordion-desc {
  border: 1px solid var(--color-gray-100);
}
.static-section__accordion-title {
  position: relative;
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
}
.static-section__accordion-title__inner {
  display: inline-block;
  padding: 1.5rem 4.7rem;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-indent: -3rem;
  cursor: pointer;
}
.static-section__accordion-title--head {
  margin-right: 0.8rem;
  color: var(--color-primary);
}
.static-section__accordion-title::before, .static-section__accordion-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  transform: translateY(-50%);
  margin: auto;
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-gray-500);
  transition: all 0.7s;
}
.static-section__accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.static-section__accordion-title.open::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.static-section__accordion-list[data-state-accordion=opened] .static-section__accordion-title::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.static-section__accordion-desc {
  font-size: 1.3rem;
  line-height: 1.7;
}
.static-section__accordion-desc--inner {
  display: block;
  padding: 1.5rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .static-section {
    width: var(--inner-width);
    margin-inline: auto;
  }
  .static-section__heading--large {
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .static-section__heading--medium {
    margin: 3rem 0 2rem;
    line-height: 1.375;
  }
  .static-section__heading--small {
    margin: 2rem 0 1.5rem;
  }
  .static-section__text + .static-section__text {
    margin-top: 2rem;
  }
  .static-section .c-siteinfo {
    width: 100%;
  }
  .static-section__list + .static-section__text {
    margin-top: 2rem;
  }
  .static-section__note {
    margin-top: 2rem;
  }
  .static-section__info {
    padding: 2rem;
  }
  .static-section__img__wrap {
    gap: 0 0.5rem;
  }
  .static-section__img__wrap.static-img--colmun-2{
    flex-direction: column;
  }

  .static-section__img__wrap.static-img--colmun-2 .static-section__img--50{
    width: 100%;
  }

  .static-section__table {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2;
  }
  .static-section__table tr:not(:last-child) th, .static-section__table tr:not(:last-child) td {
    border-bottom: 0;
  }
  .static-section__table th, .static-section__table td {
    display: block;
  }
  .static-section__table th {
    width: auto;
    padding: 1rem 2rem;
    vertical-align: middle;
  }
  .static-section__table td {
    padding: 1rem 1.7rem;
  }
  .static-section__full {
    width: 100%;
  }
  .static-section__accordion-list:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .static-section__accordion-title button {
    padding: 1.5rem 4.7rem;
    text-indent: -3rem;
  }
  .static-section__accordion-title--head {
    margin-right: 0.8rem;
  }
  .static-section__accordion-title::before, .static-section__accordion-title::after {
    right: 2rem;
  }
  .static-section__accordion-desc--inner {
    padding: 2rem 1.9rem 1.6rem;
  }

  .c-regulation-message{
    width: var(--inner-width);
    margin-inline: auto;
  }
}
.static-list--disc li {
  list-style: disc inside;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.static-list--num > li {
  list-style: decimal inside;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.static-list--num li::marker {
  font-weight: var(--fw-bold);
}

.static-list--num-2 li{
  list-style-type:none;
  counter-increment: num2;
  text-indent: -1.75em;
  padding-left: 1.75em;
}

.static-section__list dt{
  margin-bottom: 1rem;
  font-weight: var(--fw-bold);
}

.static-section__list dt + dd{
  margin-bottom: 1.3rem;
}

.static-list--num-2 li::before{
  display: marker;
  content: "("counter(num2)") ";
}

.static-section__list .static-section__list{
  margin-top: 0.5rem;
}

.static__container .static-contents.c-bg-area .static-section {
  width: 100%;
}

.heading--num {
  counter-reset: count_heading;
}
.heading--num .static-section__heading--large {
  display: flex;
  counter-increment: count_heading;
}
.heading--num .static-section__heading--large::before {
  content: counter(count_heading) ".";
}

.credit-img-list {
  width: 60%;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.credit-img-list img{
  width: auto;
  height: 100%;
  max-height: 4rem;
}

.credit-img-list img:nth-of-type(1){
  max-height: 2.5rem;
}

.text-indent{
  padding-left: 1em;
}

/* 画像拡大 */
html:has(#img-modal.img-modal--active) {
  overflow: clip;
  padding-right: calc(100vw - 100%);
  overscroll-behavior: none;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.img-modal--active {
  opacity: 1;
  visibility: visible;
}

.img-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.img-modal__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.img-modal__img {
  display: block;
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  transform: scale(1.2); 
  object-fit: contain;
  pointer-events: auto;
  user-select: none;
}

.static-contents.is-enlarge-active img {
  cursor: zoom-in;
}