.sp-device .pc-content {
  display: none;
}

@media (max-width: 768px) {
  .pc-content {
    display: none;
  }
}
@media (min-width: 769px) {
  body:not(.sp-device) {
    display: flex;
    background-color: #dfedfa;
    padding-bottom: 0;
  }
  body:not(.sp-device) .btn {
    max-width: 279px;
  }
  body:not(.sp-device) .btn--large {
    max-width: 308px;
  }
  body:not(.sp-device) .btn--xlarge {
    padding: 24px 0px;
    font-size: 1.125rem;
    max-width: 320px;
  }
  body:not(.sp-device).font-en .btn {
    max-width: 299px;
  }
  body:not(.sp-device).font-en .btn--large {
    max-width: 348px;
  }
  body:not(.sp-device).font-en .btn--xlarge {
    padding: 24px 0px;
    font-size: 1.125rem;
    max-width: 380px;
  }
  body:not(.sp-device) .sp-content {
    display: none !important;
  }
  body:not(.sp-device) .pc-content {
    display: flex;
    width: 800px;
    margin: 0 auto;
    align-items: center;
    gap: 80px;
    justify-content: center;
  }
  body:not(.sp-device) .pc-content__left {
    text-align: center;
    margin: 60px 0 120px 0;
  }
  body:not(.sp-device) .pc-content__title {
    color: #3679b0;
    text-align: center;
    margin: 0;
    user-select: none;
  }
  body:not(.sp-device) .pc-content__logo-image {
    width: 355px;
  }
  body:not(.sp-device) .pc-content__description {
    font-size: 1.125rem;
    text-align: center;
    text-wrap: nowrap;
    font-weight: bold;
    color: #333;
    margin: 0 auto 20px auto;
    line-height: 2.215;
  }
  body:not(.sp-device) .pc-content__people-image {
    width: 100%;
    max-width: 175px;
    height: auto;
    margin: 0;
  }
  body:not(.sp-device) .pc-content__qr-description {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  body:not(.sp-device) .pc-content__qr {
    width: 315px;
    margin: 0 auto;
    border-radius: 19px;
    background-color: #3679b0;
    display: flex;
    padding: 11px 17px;
    justify-content: center;
    align-items: center;
  }
  body:not(.sp-device) .pc-content__qr-image {
    width: 100px;
    height: 100px;
    user-select: none;
  }
  body:not(.sp-device) .pc-content__qr-note {
    font-size: 0.9375rem;
    text-align: left;
    font-weight: 900;
    color: #ffffff;
    margin-left: 20px;
  }
  body:not(.sp-device) .pc-content__smartphone-frame {
    position: relative;
    width: 328px;
    height: 660px;
    background-image: url("../images/pc/smartphone.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
}
@media (min-width: 769px) and (max-height: 825px) {
  body:not(.sp-device) .pc-content__smartphone-frame {
    width: 280px;
    height: 564px;
  }
}
@media (min-width: 769px) {
  body:not(.sp-device) .pc-content__sp-device-view {
    position: absolute;
    top: 66.2px;
    left: 14.1px;
    width: 430px;
    height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: scale(0.697) translateZ(0);
    transform-origin: top left;
    will-change: transform;
    background-color: #dfedfa;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
}
@media (min-width: 769px) and (max-height: 825px) {
  body:not(.sp-device) .pc-content__sp-device-view {
    top: 56.5px;
    left: 12px;
    transform: scale(0.595) translateZ(0);
  }
}
@media (min-width: 769px) {
  body:not(.sp-device) .pc-content__sp-device-view::-webkit-scrollbar {
    width: 1px;
  }
  body:not(.sp-device) .pc-content__sp-device-view::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  body:not(.sp-device) .pc-content__sp-device-view::-webkit-scrollbar-track {
    background-color: transparent;
  }
  body:not(.sp-device) .pc-content__sp-device-view .sp-content {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
  }
  body:not(.sp-device) .pc-content__sp-device-view .sp-content .main {
    padding-bottom: 100px;
  }
  body:not(.sp-device) .pc-content__sp-device-view .sp-content .main .hero__image {
    margin-bottom: 24px;
    user-select: none;
  }
  body:not(.sp-device) .pc-content__sp-device-view .sp-content .main .hero__catchphrase {
    margin-bottom: 36px;
  }
  body:not(.sp-device) .pc-content__sp-device-view .sp-content .footer-link {
    display: none;
  }
  body:not(.sp-device) .pc-content__sp-device-view .footer-nav {
    position: sticky;
    bottom: 0;
    z-index: 100;
  }
  body:not(.sp-device) .pc-content__sp-device-view footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
body:not(.sp-device).quiz-page .pc-content__sp-device-view .sp-content .main,
body:not(.sp-device).review-page .pc-content__sp-device-view .sp-content .main {
  background-image: url("../images/footer/bg.png");
  background-repeat: no-repeat;
  background-position: center bottom 86px;
  background-size: 90%;
}

.pc-footer {
  display: none;
}

@media (min-width: 769px) {
  body:not(.sp-device) .pc-footer {
    position: fixed;
    display: flex;
    align-items: end;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 160px;
  }
  body:not(.sp-device) .pc-footer::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-image: url("../images/pc/footer-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom 53px;
    background-size: 1367px;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  body:not(.sp-device) .pc-footer::before {
    background-position: center bottom 53px;
  }
}
@media (min-width: 769px) {
  body:not(.sp-device) .pc-footer__wrapper {
    height: 100px;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eae1cf;
    border-top: solid 8px #3e87c3;
    width: 100%;
  }
  body:not(.sp-device) .pc-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    font-weight: 400;
  }
  body:not(.sp-device) .pc-footer__left {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 60px;
  }
  body:not(.sp-device) .pc-footer__left p {
    font-size: 1rem;
    color: #000000;
  }
  body:not(.sp-device) .pc-footer__contact {
    margin: 0;
  }
  body:not(.sp-device) .pc-footer__phone {
    margin: 0;
  }
  body:not(.sp-device) .pc-footer__phone a {
    color: #000000;
    text-decoration: none;
  }
  body:not(.sp-device) .pc-footer__right {
    display: flex;
    align-items: center;
  }
  body:not(.sp-device) .pc-footer__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 14px;
  }
  body:not(.sp-device) .pc-footer__nav button {
    text-align: left;
    text-decoration: underline;
  }
  body:not(.sp-device) .pc-footer__nav a {
    text-align: left;
    color: #000000;
    font-size: 0.875rem;
  }
  body:not(.sp-device) .pc-footer__modal-button {
    background: none;
    border: none;
    padding: 0;
    color: #000000;
    font-size: 0.875rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  body:not(.sp-device) .pc-footer__modal-button:hover {
    opacity: 0.7;
  }
  body:not(.sp-device) .pc-footer__modal-button:focus {
    outline: 2px solid #3679b0;
    outline-offset: 2px;
  }
  body:not(.sp-device) .pc-footer__external-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  body:not(.sp-device) .pc-footer__logo-link {
    display: flex;
    align-items: center;
  }
  body:not(.sp-device) .pc-footer__logo {
    height: 40px;
    width: auto;
  }
  body:not(.sp-device) {
    padding-bottom: 60px;
  }
}@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans/notosans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans/notosans-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans/notosans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans/notosans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans/notosans-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/notosansjp-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/notosansjp-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/notosansjp-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/notosansjp-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/notosansjp-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc/notosanssc-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc/notosanssc-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc/notosanssc-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc/notosanssc-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc/notosanssc-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/noto-sans-tc/notosanstc-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/noto-sans-tc/notosanstc-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/noto-sans-tc/notosanstc-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/noto-sans-tc/notosanstc-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/noto-sans-tc/notosanstc-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.font-en {
  font-family: "Noto Sans", sans-serif;
}

.font-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.font-zh-hans {
  font-family: "Noto Sans SC", sans-serif;
}

.font-zh-hant {
  font-family: "Noto Sans TC", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  font-size: 100%;
  font-weight: 500;
}

body {
  line-height: 1.6;
  color: #333;
  background-color: #dfedfa;
  min-height: 100vh;
  background-image: url("../images/pc/cloud.png");
  background-repeat: no-repeat;
  background-position: center bottom 50px;
  background-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (min-width: 1401px) {
  body {
    background-size: 1370px;
  }
}

img {
  width: 100%;
  max-width: 769px;
  user-select: none;
}

a {
  text-decoration: underline;
  word-break: break-all;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.has-ruby:has(ruby) {
  transform: translateY(-0.175em);
}

ruby {
  vertical-align: baseline;
  overflow: visible;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
ruby rt {
  transform: translateY(0.75em);
  line-height: 0;
  font-size: 0.5em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 32px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  width: clamp(179px, 41.6279%, 100%);
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--primary {
  background-color: #3679b0;
  color: white;
}
.btn--secondary {
  background-color: white;
  color: #000000;
  outline: 2px solid #3191cf;
  outline-offset: -2px;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: #cfcfcf;
  outline: 2px solid #3080be;
}
.btn--arrow {
  position: relative;
}
.btn--arrow::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 23px;
  height: 16px;
  padding-top: 4px;
  background-image: url("../images/icons/next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn--close {
  position: relative;
}
.btn--close::after {
  content: "";
  position: absolute;
  left: 24px;
  width: 21px;
  height: 21px;
  background-image: url("../images/icons/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn--small {
  width: 50%;
}
.btn--large {
  padding: 14px 0px;
  font-size: 1rem;
  width: clamp(290px, 71.6279%, 308px);
}
.btn--large.btn--arrow::after {
  padding-top: 10px;
}
.btn--xlarge {
  padding: 14px 0px;
  font-size: 1rem;
  width: clamp(320px, 78.8139%, 346px);
}
.btn--xlarge.btn--arrow::after {
  padding-top: 12px;
}
@media (orientation: landscape) {
  .btn--xlarge {
    font-size: 0.875rem;
    width: 90%;
  }
}

.sp-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-content .main {
  flex-grow: 1;
  max-width: 768px;
  padding: 0 25px 34px 25px;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 74px;
    background-image: none;
  }
  body.quiz-page, body.review-page {
    background-image: url("../images/footer/bg.png");
    background-repeat: no-repeat;
    background-position: center bottom 86px;
    background-size: 90%;
  }
}
.external-icon::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url("../images/common/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.external-icon--bk::after {
  background-image: url("../images/common/external-link-bk.svg");
}
.external-icon--large::after {
  margin-top: 0px;
  width: 16px;
  height: 16px;
}

@media (orientation: landscape) {
  body.sp-device {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: calc(var(--vh, 1vh) * 100);
    height: 100vw;
    overflow-x: hidden;
    position: fixed;
    top: 100%;
    left: 0;
  }
}
.header {
  padding-top: 16px;
}
.header__container {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.header__logo {
  text-align: center;
  width: 75.95%;
  max-width: 367px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
}
.header__nav {
  display: flex;
  gap: 20px;
}
.header__home-button {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}

.guide-page .header__logo img,
.review-page .header__logo img,
.result-page .header__logo img,
.quiz-end-page .header__logo img,
.quiz-page .header__logo img {
  width: 35.11vw;
  max-width: 151px;
}

.footer-nav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 6px 0;
  z-index: 100;
  height: 4.625rem;
  box-sizing: border-box;
}
.footer-nav__buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
.footer-nav__item {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  color: #367980;
  font-size: 0.75rem;
  padding: 4px 8px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.footer-nav__icon {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 26px;
  user-select: none;
}
.footer-nav__icon--home {
  width: 6.13vw;
  max-width: 27px;
}
.footer-nav__icon--guide {
  width: 6.73vw;
  max-width: 29px;
}
.footer-nav__icon--handbook {
  width: 8.009vw;
  max-width: 35px;
}
.footer-nav__text {
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  color: #333333;
}
.footer-nav__external-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  vertical-align: middle;
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.alert__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 30px;
  padding: 32px;
  max-width: 825px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.alert__message {
  margin-bottom: 24px;
  color: #333333;
  text-align: center;
  font-size: 1.375rem;
}
.alert__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.guide-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.guide-modal.is-active {
  display: block;
}
.guide-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.guide-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 30px;
  padding: 40px 32px 32px;
  max-width: 825px;
  width: 90%;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-height: 80vh;
}
@media (orientation: landscape) {
  .guide-modal__dialog {
    max-height: 90vw;
  }
}
.guide-modal__header {
  margin-bottom: 12px;
  text-align: center;
}
.guide-modal__title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.guide-modal__content {
  margin-bottom: 24px;
}
.guide-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 14px 0;
  background-color: #3679b0;
  color: white;
  border: none;
  border-radius: 32px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.guide-modal__close img {
  width: 18px;
  height: 18px;
}
.guide-modal__content {
  color: #333;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
.guide-modal__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.guide-modal__steps li {
  margin-bottom: 16px;
  padding: 0px 0px 0px 60px;
  position: relative;
  border-radius: 8px;
  line-height: 1.6;
  min-height: 2.875rem;
  display: flex;
  align-items: center;
}
.guide-modal__steps li::before {
  content: attr(data-number);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-color: #3679b0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
}
.guide-modal__steps li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .guide-modal__dialog {
    padding: 34px 16px 34px 24px;
    width: 83.72%;
  }
}
.accessibility-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.accessibility-modal.is-active {
  display: block;
}
.accessibility-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.accessibility-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 30px;
  padding: 40px 32px 32px;
  max-width: 825px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
@media (orientation: landscape) {
  .accessibility-modal__dialog {
    max-height: 90vw;
  }
}
.accessibility-modal__header {
  margin-bottom: 4px;
  text-align: center;
}
.accessibility-modal__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
}
.accessibility-modal__content {
  margin-bottom: 12px;
}
.accessibility-modal__text {
  font-size: 1rem;
  color: #000000;
  line-height: 1.8;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.accessibility-modal__link {
  color: #004eff;
  word-break: break-all;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s ease;
}
.accessibility-modal__link:focus {
  outline: 2px solid #3679b0;
  outline-offset: 2px;
}
.accessibility-modal__external-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.accessibility-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 14px 0;
  background-color: #3679b0;
  color: white;
  border: none;
  border-radius: 32px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.accessibility-modal__close img {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .accessibility-modal__dialog {
    padding: 34px 24px;
    width: 83.72%;
  }
}
.footer-link {
  padding: 15px 0 90px 0;
  background-color: #eae1cf;
  color: #000000;
  width: 100%;
  font-size: 0.875rem;
}
.footer-link__container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-weight: 400;
}
.footer-link__contact {
  margin-bottom: 12px;
  font-size: 1rem;
}
.footer-link__contact p {
  margin: 0 0 8px 0;
  -webkit-text-size-adjust: 100%;
}
.footer-link__contact a {
  color: #000000;
}
.footer-link__nav {
  margin-bottom: 12px;
}
.footer-link__nav a {
  color: #000000;
}
.footer-link__modal-button {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  font-size: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  font-weight: inherit;
  margin-bottom: 10px;
}
.footer-link__modal-button:focus {
  outline: 2px solid #3679b0;
  outline-offset: 2px;
}
.footer-link__external-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  vertical-align: middle;
}
.footer-link__image {
  width: 180px;
  margin: 0 auto 12px auto;
}