.list-navigation {
  background-color: #f6f6f6;
  border-radius: 32px;
  overflow: hidden;
}
.list-navigation.is-close .list-navlink-wrapper {
  display: none;
}
.list-navigation.is-close .list-navtitle__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-navtitle__button {
  display: flex;
  border: none;
  border-radius: 32px;
  padding: 20px 32px;
  width: 100%;
  background-color: transparent;
  color: #16160e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.list-navtitle__text {
  margin: auto;
}

.list-navtitle__arrow {
  line-height: 1;
  margin-top: 2px;
}

.list-navlink {
  padding: 0 16px 28px;
}

.list-navlink__link {
  box-sizing: border-box;
  padding: 12px 16px 12px 26px;
  display: block;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.28px;
  line-height: 1.25;
  position: relative;
  border-radius: 21px;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: #16160e;
  cursor: pointer;
}
.list-navlink__link:focus {
  background-color: #ffffff;
}
.list-navlink__link::before {
  content: "\ea06";
  font-family: "muufont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.list-navlink__link.-is-current {
  background-color: #ffffff;
  font-weight: bold;
}

.list-navlink__divider {
  padding: 24px 12px 12px 12px;
  font-size: 12px;
  color: #6f6f6f;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.list-navlink__divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  margin-left: 8px;
}

.mt-list-navigation {
  margin-top: 40px;
}

.about-survey {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.about-survey.about-index {
  bottom: 76px;
}
.about-survey.-visible {
  opacity: 1;
  pointer-events: auto;
}
.about-survey p {
  margin: 0;
}
.about-survey .as-header {
  border-bottom: 1px solid #ddd;
}
.about-survey .as-content {
  padding: 16px 24px 24px;
  text-align: left;
}
.about-survey .as-title {
  font-weight: bold;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.about-survey .as-radioLabel {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.about-survey .as-radioGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-survey .as-radio {
  display: none;
}
.about-survey .as-radio + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.about-survey .as-radio:checked + span {
  border-color: #ad0003;
}
.about-survey .as-radio:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ad0003;
  position: absolute;
  left: 3px;
  top: 3px;
}
.about-survey .as-text {
  margin-top: 16px;
  font-size: 14px;
}
.about-survey .as-note {
  margin-top: 8px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.about-survey .as-textarea {
  border: 1px solid #c8c8c8;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  margin-top: 8px;
}
.about-survey .as-close {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
}
.about-survey .as-close:hover {
  opacity: 0.85;
}
.about-survey .as-close::before, .about-survey .as-close::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
}
.about-survey .as-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-survey .as-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-survey .as-submit {
  background-color: #ad0003;
  color: #fff;
  padding: 8px 24px;
  border-radius: 10em;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 8em;
  margin: 12px auto 0;
  display: block;
}
.about-survey .as-submit:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  opacity: 0.6;
}
.about-survey .as-thanks {
  display: none;
}
.about-survey .as-thanks-text {
  font-size: 14px;
}

.page-about {
  box-sizing: border-box;
}

.guide-introduction-text {
  margin-top: 24px;
}

.guide-wrap {
  display: flex;
  margin-top: 40px;
}
.guide-wrap:last-of-type {
  margin-bottom: 34px;
}

.guide-content__image {
  min-width: 113px;
  text-align: center;
}

.guide-content__right {
  margin-left: 16px;
}

.guide-content__link {
  margin-top: 16px;
}
.guide-content__link:first-of-type {
  margin-top: 6px;
}

.guide-content__text {
  margin-top: 16px;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .list-navigation.is-close .list-navlink-wrapper {
    display: block;
  }
  .list-navigation.is-close .list-navtitle__arrow {
    display: none;
  }
  .list-navtitle__button {
    padding: 32px 16px 16px 24px;
  }
  .list-navtitle__icon {
    margin-right: 6px;
  }
  .list-navtitle__text {
    margin: 0;
  }
  .list-navlink__link {
    padding: 8px 12px 8px 30px;
    border-radius: 17px;
  }
  .list-navlink__link:hover {
    background-color: #ffffff;
  }
  .list-navlink__link::before {
    top: 10px;
    left: 16px;
  }
  .list-navlink__divider {
    padding: 32px 8px 8px 16px;
  }
  .mt-list-navigation {
    margin-top: 0px;
  }
  .about-survey {
    width: 360px;
    right: 110px;
    bottom: 20px;
    border-radius: 32px;
  }
  .page-about {
    padding: 0 20px;
  }
  .guide-introduction-text {
    margin-top: 64px;
  }
  .guide-wrap {
    margin-top: 72px;
  }
  .guide-wrap:last-of-type {
    margin-bottom: 46px;
  }
  .guide-content__image {
    min-width: 175px;
    text-align: center;
  }
  .guide-content__right {
    margin-left: 32px;
  }
  .guide-content__link:first-of-type {
    margin-top: 21px;
  }
  .guide-content__text {
    text-indent: 0.8em;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .about-survey {
    width: 94%;
    left: 0;
    margin: 0 auto;
  }
  p,
  pre {
    margin: 1em 0;
  }
  .choice-sp-pad {
    text-align: left;
    padding: 16px;
  }
}