.c-anchor-links.font-normal {
  --fw: 400;
}
.c-anchor-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.5rem;
}
.c-anchor-links__item {
  font-weight: var(--fw, 700);
  line-height: 1.1;
}
.c-anchor-links__item a {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  font-size: 0.875rem;
}
.c-anchor-links__item a[href*="#"]::after {
  content: "";
  --size: 4px;
  --bdw: 1px;
  --clr: #000;
  display: block;
  width: var(--size);
  height: var(--size);
  border-top: var(--bdw) solid var(--clr);
  border-right: var(--bdw) solid var(--clr);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: var(--global-settings-duration, 0.4s);
          transition-duration: var(--global-settings-duration, 0.4s);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.c-breadcrumb__items {
  padding: 12px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 48.0625em) {
  .c-breadcrumb__items {
    padding: 20px 0;
  }
}
.c-breadcrumb__item {
  font-size: 0.6875rem;
  display: inline-block;
}
.c-breadcrumb__item > a {
  margin-right: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}
.c-breadcrumb__item > a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-page-header {
  padding: clamp(0.5rem, 3.4722222222vw, 3.125rem) 0;
  text-align: var(--heading-align, center);
}
.c-page-header [class*=__heading] {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.c-page-header__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.c-page-header__inner > *:not(:first-child) {
  margin-top: var(--stack-space, 1.5em);
}
.c-page-header__heading {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}
.c-page-header__heading2 {
  font-size: clamp(1.25rem, 1.9444444444vw, 1.75rem);
}
.c-page-header__leadtext {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 1.8;
}
.c-page-header__date {
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
  color: var(--clr--neutral-500);
  font-weight: 500;
}
.c-page-header__date:not(:first-child) {
  margin-top: 1.5em;
}

.p-document {
  padding-bottom: clamp(5rem, 8.8888888889vw, 8rem);
}
.p-document__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 980px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.p-document__body {
  padding-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  border-top: 1px solid #ccc;
}
.p-document__content {
  counter-reset: decimal-parent;
}
.p-document__content:not(:first-child) {
  margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  padding-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  border-top: 1px solid #ccc;
}
.p-document__content > *:not(:first-child) {
  margin-top: var(--stack-space, 1.5em);
}
.p-document__head-title {
  font-weight: normal;
  font-size: clamp(1.5rem, 2.0833333333vw, 1.875rem);
}
.p-document__heading {
  --stack-space: 2em;
  font-size: 1rem;
  font-weight: normal;
}
.p-document__heading2 {
  --stack-space: 2em;
  font-size: 0.875rem;
  font-weight: normal;
}
.p-document__text + .p-document__heading2 {
  --stack-space: 1.5em;
}
.p-document__text {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-document__text strong {
  font-weight: normal;
}
.p-document__text a {
  text-decoration: underline;
}
.p-document__text a:hover {
  text-decoration: none;
}
.p-document__list {
  list-style-position: outside;
}
.p-document__list:not([class*="--direct-input"]) {
  padding-left: var(--list-indent, 1.2em);
}
.p-document__list--decimal {
  --list-indent: 2em;
  list-style-type: decimal;
}
.p-document__list--disc {
  list-style-type: disc;
}
.p-document__list--disc .p-document__list-children {
  list-style-type: circle;
}
.p-document__list--loman {
  list-style-type: lower-loman;
}
.p-document__list--lower-alpha {
  list-style-type: lower-alpha;
}
.p-document__list--hyphen .p-document__list-item {
  padding-left: 0.9375rem;
}
.p-document__list--hyphen .p-document__list-item::before {
  position: absolute;
  left: 0;
  content: "- ";
}
.p-document__list--direct-input .p-document__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-document__list--direct-input .p-document__list-item span {
  display: inline-block;
  padding-right: 15px;
  min-width: 46px;
}
.p-document__list-item {
  list-style: inherit;
  position: relative;
  font-size: 0.875rem;
}
.p-document__list-item:not(first-child) {
  margin-top: 1.5em;
}
.p-document__list-item .p-document__text {
  --stack-space: 1em;
}
.p-document__list-children {
  margin-left: 0.9375rem;
}
.p-document__list-children:not(:first-child):not(:last-child) {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.p-document__table {
  --stack-space: 2.5em;
  overflow: auto;
}
.p-document__table + * {
  --stack-space: 2.5em;
}
.p-document__table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.p-document__table table caption {
  text-align: left;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.p-document__table table th,
.p-document__table table td {
  border: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 10px;
  vertical-align: top;
}
.p-document__table table th {
  background-color: #e6e6e6;
}
.p-document__table table td {
  border: 1px solid #ccc;
}
.p-document__table table td a {
  word-break: break-all;
  line-height: 1.2;
  text-decoration: underline;
}
.p-document__table table td a:hover {
  text-decoration: none;
}
.p-document__table-col--small {
  width: 16.7%;
}/*# sourceMappingURL=document.css.map */