.st-ns_imgTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .st-ns_imgTtl.--hdg {
    max-width: 289px;
    margin: auto;
  }
}

.st-ns_imgTtl__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.st-ns_imgTtl__img.--radius {
  border-radius: 24px;
}

.st-ns_accLinkLst {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .st-ns_accLinkLst {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .st-ns_accLinkLst > li {
    padding: 15px 16px 16px;
    margin-right: -16px;
    margin-left: -16px;
    border-top: 1px solid var(--color-border);
  }
}
@media screen and (max-width: 1023px) {
  .st-ns_accLinkLst > li:last-child {
    border-bottom: 1px solid var(--color-border);
  }
}
.st-ns_accLinkLst .c-acc__body {
  margin-top: 16px;
}

.st-ns_linkInfoLst > li {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.875rem;
}
.st-ns_linkInfoLst > li:not(:first-child) {
  padding-top: 12px;
}

.st-ns_linkInfoLst__btn {
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: var(--color-text-link);
  text-decoration: none;
  font-size: 0.875rem;
}
.st-ns_linkInfoLst__btn::after {
  position: absolute;
  top: 2px;
  display: inline-block;
  margin-left: 4px;
  content: "";
  -webkit-mask-position: right center;
          mask-position: right center;
  width: 16px;
  aspect-ratio: 1;
  background-color: var(--color-primary-blue);
  background-image: none;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../../images/icons/icon-arrow-down.svg");
          mask-image: url("../../images/icons/icon-arrow-down.svg");
}
.st-ns_linkInfoLst__btn.is-open::after {
  top: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.st-ns_linkInfoLst__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
.st-ns_linkInfoLst__content > dt {
  color: var(--color-text-secondary);
}
.st-ns_linkInfoLst__content > dd {
  margin-left: 0;
  color: var(--color-text-primary);
}
.st-ns_linkInfoLst__content > dt + dd {
  margin-top: 4px;
}

.st-ns_imgLinkLst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 0;
}
.st-ns_imgLinkLst > li {
  width: calc(25% - 6px);
}
@media screen and (max-width: 1023px) {
  .st-ns_imgLinkLst > li {
    width: calc(50% - 4px);
  }
}
.st-ns_imgLinkLst.--wide {
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .st-ns_imgLinkLst.--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.st-ns_imgLinkLst.--wide > li {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media screen and (max-width: 1023px) {
  .st-ns_imgLinkLst.--wide > li {
    width: 100%;
    max-width: 480px;
  }
}
.st-ns_imgLinkLst.--banner {
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .st-ns_imgLinkLst.--banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.st-ns_imgLinkLst.--banner > li {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media screen and (max-width: 1023px) {
  .st-ns_imgLinkLst.--banner > li {
    width: calc(50% - 8px);
  }
}

.st-ns_imgLinkLst__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.st-ns_imgLinkLst__link:hover {
  opacity: 0.7;
}

.st-ns_imgLinkLst__img {
  width: 100%;
  height: auto;
}
.st-ns_imgLinkLst__img.--border {
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
.st-ns_imgLinkLst__img.--banner {
  border-radius: 8px;
}

.st-ns_boxMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 20px 16px;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.st-ns_boxMedia.--info {
  background-color: var(--color-light-blue);
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .st-ns_boxMedia.--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .st-ns_boxMedia.--info .st-ns_boxMedia__imgLink > img {
    width: 100%;
    max-width: 440px;
  }
}

.st-ns_boxMedia__imgLink > img {
  width: 220px;
  height: auto;
  vertical-align: top;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .st-ns_boxMedia__imgLink > img {
    width: 120px;
  }
}

.st-ns_boxMedia__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.st-ns_boxMedia__ttl {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  color: var(--color-text-primary);
}
.st-ns_boxMedia__ttl > a {
  color: inherit;
  text-decoration: none;
}
.st-ns_boxMedia__ttl > a:hover {
  color: var(--color-text-link);
}

.st-ns_cardLinkLst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .st-ns_cardLinkLst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.st-ns_cardLinkLst > li {
  width: calc(25% - 12px);
}
@media screen and (max-width: 1023px) {
  .st-ns_cardLinkLst > li {
    width: 100%;
  }
}

.st-ns_cardLinkLst__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 16px 16px 20px;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .st-ns_cardLinkLst__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

a.st-ns_cardLinkLst__wrapper {
  text-decoration: none;
}
a.st-ns_cardLinkLst__wrapper .st-ns_cardLinkLst__ttl {
  font-weight: 700;
}
a.st-ns_cardLinkLst__wrapper:hover .st-ns_cardLinkLst__ttl {
  color: var(--color-text-link);
}

.st-ns_cardLinkLst__img {
  width: 100%;
  aspect-ratio: 1;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  .st-ns_cardLinkLst__img {
    width: 120px;
  }
}

.st-ns_cardLinkLst__linkLst {
  display: grid;
  gap: 8px;
  font-weight: 700;
  list-style: none;
  font-size: 0.875rem;
}

.st-ns_cardLinkLst__ttl {
  color: var(--color-text-primary);
  text-decoration: none;
  font-size: 0.875rem;
}
.st-ns_cardLinkLst__ttl + .st-ns_cardLinkLst__linkLst {
  margin-top: 12px;
}

.st-ns_cardLinkLst__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st-ns_cardLinkLst__status + .st-ns_cardLinkLst__ttl {
  margin-top: 8px;
}
