@charset "UTF-8";
.core-site-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.core-site-header__inner {
  padding: 18px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.core-site-header__logo {
  flex-basis: 110px;
  max-width: 110px;
  font-size: 0;
}
.core-site-header__logo img {
  max-width: 100%;
}
.core-site-header--simple {
  padding: 10px 20px;
  border-top: 6px solid #009cd0;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}
.core-site-header--simple a {
  color: #333;
  text-decoration: none;
}
.core-site-header--simple a:visited, .core-site-header--simple a:hover, .core-site-header--simple a:focus {
  color: #333;
  text-decoration: none;
}
.core-site-header--simple a:hover {
  opacity: 0.7;
}
.core-site-header--simple .core-site-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.core-site-header--simple .core-site-header__logo {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  flex-basis: auto;
}
.core-site-header--simple .core-site-header__logo img {
  width: 92px;
}
.core-site-header--simple .core-site-header__link {
  font-size: 12px;
  border-left: none;
  padding: 0 16px 0 0;
  margin-left: 16px;
  position: relative;
}
.core-site-header--simple .core-site-header__link:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #009cd0;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.core-site-header--simple .core-site-header__link:after {
  content: "\e900";
  font-family: "tohogas-renewal" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  position: absolute;
  display: block;
  top: 50%;
  right: 1px;
  transform: translateY(-50%) scale(0.8);
}

.core-site-footer {
  background-color: #fff;
}
.core-site-footer--simple {
  border-top: 3px solid #009cd0;
  padding: 24px 20px 32px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}
.core-site-footer--simple a {
  color: #333;
  text-decoration: none;
}
.core-site-footer--simple a:visited, .core-site-footer--simple a:hover, .core-site-footer--simple a:focus {
  color: #333;
  text-decoration: none;
}
.core-site-footer--simple a:hover {
  opacity: 0.7;
}
.core-site-footer--simple ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.core-site-footer--simple .core-site-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.core-site-footer--simple .core-site-footer__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.core-site-footer--simple .core-site-footer__link li a {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.75;
}
.core-site-footer--simple .core-site-footer__link li a:before {
  content: "\e900";
  font-family: "tohogas-renewal" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #009cd0;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .core-site-footer--simple .core-site-footer__link li:nth-of-type(n + 2) {
    margin-left: 24px;
  }
}
@media screen and (min-width: 769px) {
  .core-site-footer--simple .core-site-footer__link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.core-site-footer--simple .core-site-footer__copyright {
  margin-top: 24px;
}
.core-site-footer--simple .core-site-footer__copyright img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 15px;
}
.core-site-footer--simple .core-site-footer__copyright small {
  font-size: 10px;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .core-site-footer--simple .core-site-footer__copyright {
    margin-top: 0;
    margin-left: auto;
  }
  .core-site-footer--simple .core-site-footer__copyright img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .core-site-footer--simple {
    padding: 16px 20px;
  }
  .core-site-footer--simple .core-site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Modern Reset (LP向け / safe) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.4;
  tab-size: 2;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313E42;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  background-image: url("./assets/bg_img.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 360px auto;
  overflow-x: hidden;
  padding-bottom: 0;
}

main {
  padding-top: 72px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

.container {
  margin: 32px auto 0;
  padding: 32px 16px 16px;
  width: min(100% - 32px, 1080px);
  max-width: 400px;
  background-color: #fff;
  border-radius: 24px;
}
.container.--tohogas {
  background-color: #E8F2FC;
  border: 2px solid #FFFFFF;
}
.container.--tohogas img {
  display: inline-block;
  margin-bottom: 8px;
}

.header-toho-gas {
  background-color: #fff;
  padding: 16px;
}

.hero-area {
  margin-top: 12px;
  text-align: center;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}
.hero-area > * {
  opacity: 0;
  transform: translateY(10px);
  animation: hero-content-fade-in 1.2s ease 0.8s forwards;
}
.hero-area:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  min-width: 600px;
  max-width: 700px;
  max-height: 700px;
  height: 700px;
  min-height: 600px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  animation: hero-circle-pan-in 0.85s ease-in-out forwards;
}
.hero-area img {
  width: min(100%, 400px);
  height: auto;
}

@keyframes hero-circle-pan-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.82);
  }
  62% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
  80% {
    transform: translateX(-50%) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes hero-content-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cv-buttons {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cv-buttons img {
  width: calc(100% - 80px);
  max-width: 400px;
  display: block;
  margin: 32px 40px 0;
}
.cv-buttons > img[src*=cv-button-comment] {
  animation: cv-button-comment-float 2.8s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.cv-button {
  display: block;
  background-color: #FF57A9;
  margin: 0 auto;
  padding: 12px 0 14px;
  height: 72px;
  width: calc(100% - 32px);
  max-width: 400px;
  border-radius: 72px;
  border-bottom: 4px #BB115C solid;
  position: relative;
  overflow: hidden;
}
.cv-button::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -85%;
  width: 35%;
  height: 180%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(18deg);
  pointer-events: none;
  opacity: 0;
}
.cv-button:hover::before {
  animation: cv-button-shine 0.75s ease;
  opacity: 1;
}
.cv-button:hover {
  opacity: 1;
}
.cv-button__text {
  color: white;
  font-size: 20px;
  font-family: LINE Seed JP;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
}

@keyframes cv-button-shine {
  0% {
    left: -85%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}
@keyframes cv-button-comment-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.cv-link {
  display: block;
  margin: 12px 0;
  color: #FF57A9;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  paint-order: stroke;
  font-size: 20px;
  font-family: LINE Seed JP;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: #FF57A9;
  line-height: 30px;
  word-wrap: break-word;
}
.cv-link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./assets/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}
.cv-link--white {
  color: white;
  text-decoration-color: white;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

.fixed-cv {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.fixed-cv.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.fixed-cv .cv-button__text {
  text-align: center;
}

.annotation-text,
.tohogas-pr__note {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.6;
  display: block;
}

.annotation-trigger {
  cursor: pointer;
}

.annotation-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.annotation-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.annotation-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
.annotation-modal__dialog {
  position: relative;
  width: min(100% - 16px, 1240px);
  max-height: calc(100dvh - 16px);
  overflow-y: auto;
  background: #fff;
  border-top: 6px solid #325d69;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  padding: 44px 24px 30px;
}
.annotation-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #7f7f7f;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.annotation-modal__title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #30363a;
  margin: 0 0 6px;
}
.annotation-modal__body {
  font-size: 14px;
  line-height: 1.75;
  color: #30363a;
  word-break: break-word;
}
.annotation-modal__body p {
  margin: 0;
  text-indent: 1em;
}
.annotation-modal__body p + p {
  margin-top: 6px;
}
.annotation-modal__body ul {
  margin: 6px 0;
  padding-left: 1.2em;
}
.annotation-modal__body li {
  margin: 0;
  text-indent: 0;
}
.annotation-modal__table-wrap {
  margin: 8px 0 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.annotation-modal__table-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 700;
  margin-bottom: 4px;
  text-indent: 0;
}
.annotation-modal__table-caption span {
  margin-left: 8px;
}
.annotation-modal__table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  text-indent: 0;
}
.annotation-modal__table th,
.annotation-modal__table td {
  border: 1px solid #444;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.annotation-modal__table th {
  font-weight: 700;
  background: #f3f3f3;
}
.annotation-modal__table td {
  background: #fff;
}

.zaim-appeals img {
  display: inline-block;
  margin-top: 16px;
}

.zaim-premium__more-img {
  width: 40%;
  max-width: 200px;
  margin: 32px auto 16px;
}
.zaim-premium__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.zaim-premium__list-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
}
.zaim-premium__list-wrapper img {
  display: block;
  width: 120px;
  height: auto;
  object-fit: cover;
}
.zaim-premium__text {
  gap: 4px;
}
.zaim-premium__text-title {
  font-size: 16px;
  font-weight: bold;
}
.zaim-premium__text-body {
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
}
.zaim-premium__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px;
  color: #F29024;
  font-size: 14px;
  font-family: LINE Seed JP;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 2 px;
  text-decoration-color: #F29024;
  line-height: 30px;
  word-wrap: break-word;
}
.zaim-premium__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./assets/zaim/zaim_link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}

.zaim-premium-list__table-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
.zaim-premium-list__table {
  max-width: 343px;
  margin: 0 auto;
}
.zaim-premium-list__comparison {
  width: 100%;
  border-collapse: collapse;
}
.zaim-premium-list__comparison th,
.zaim-premium-list__comparison td {
  border: 2px solid #fff;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.zaim-premium-list__comparison th:first-child,
.zaim-premium-list__comparison td:first-child {
  text-align: left;
}
.zaim-premium-list__comparison th:nth-child(2),
.zaim-premium-list__comparison td:nth-child(2) {
  white-space: nowrap;
}
.zaim-premium-list__feature-header {
  background: transparent;
}
.zaim-premium-list__free-header {
  background: #49c54f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 57px;
}
.zaim-premium-list__premium-header {
  background: #f29024;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 83px;
}
.zaim-premium-list__feature {
  text-align: left;
  font-size: 14px;
  color: #212121;
  background: transparent;
}
.zaim-premium-list__free-cell {
  background: #f0faf1;
  font-size: 16px;
  font-weight: bold;
  color: #3fb445;
  width: 57px;
}
.zaim-premium-list__premium-cell {
  background: #fff6da;
  font-size: 16px;
  font-weight: bold;
  color: #f29024;
  width: 83px;
}
.zaim-premium-list__cell--yes, .zaim-premium-list__cell--no {
  font-size: 16px;
}
.zaim-premium-list__cell--limited {
  font-size: 12px;
}
.zaim-premium-list__notes {
  max-width: 343px;
  margin: 16px auto 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  text-align: left;
}
.zaim-premium-list__notes p {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  margin: 0;
}

.zaim-accordion {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.zaim-accordion__input {
  display: none;
}
.zaim-accordion__input:checked ~ .zaim-accordion__label {
  display: none;
}
.zaim-accordion__input:checked ~ .zaim-accordion__content {
  height: auto;
  max-height: none;
}
.zaim-accordion__input:checked ~ .zaim-accordion__content::after {
  display: none;
}
.zaim-accordion__label {
  display: flex;
  height: 32px;
  width: 200px;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  background-color: #FFF6DA;
  color: #F29024;
  border: 2px solid #ffffff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  user-select: none;
}
.zaim-accordion__label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./assets/action.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.zaim-accordion__content {
  position: relative;
  max-height: 180px;
  overflow: hidden;
}
.zaim-accordion__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  transition: opacity 0.3s;
}

.download-app {
  margin-top: 16px;
  text-align: center;
}
.download-app__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.download-app__icon {
  width: 24px;
  height: 24px;
}
.download-app__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.download-app__buttons img {
  height: 48px;
  width: auto;
}

.tohogas-checklist__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}
.tohogas-checklist__list {
  background-color: #fff;
  padding: 16px;
  max-height: 120px;
  overflow-y: scroll;
  list-style: none;
}
.tohogas-checklist__li {
  color: #1A77DA;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  margin-bottom: 8px;
}
.tohogas-checklist__li::before {
  content: "■";
  font-size: 0.8em;
  margin-right: 8px;
  flex-shrink: 0;
  color: inherit;
  margin-top: 0.1em;
}

.tohogas-pr__notes {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 4px;
}
.tohogas-pr__note {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 2px;
}

.tokuten__title {
  text-align: center;
  color: #1A77DA;
  font-size: 24px;
  font-weight: bold;
}
.tokuten__title img {
  width: 80px;
  display: inline-block;
  margin-bottom: 10px;
}

.tokuten-list {
  margin-top: 24px;
}
.tokuten-list__item {
  position: relative;
  border: 2px dashed #1A77DA;
  padding: 16px 8px;
  border-radius: 8px;
}
.tokuten-list__item:not(:last-child) {
  margin-bottom: 52px;
}
.tokuten-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  width: 24px;
  height: 20px;
  background: url("assets/tokuten/step-arrow.png") center/contain no-repeat;
}
.tokuten-list__item-title {
  color: #1A77DA;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.tokuten-list__item-content {
  font-size: 14px;
  line-height: 1.3;
}
.tokuten-list__item-number {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: auto;
  z-index: 2;
}
.tokuten-list__item:nth-child(odd) .tokuten-list__item-number {
  left: 0;
}
.tokuten-list__item:nth-child(even) .tokuten-list__item-number {
  right: 0;
}

.tokuten-attention {
  margin-top: 24px;
  margin-bottom: 16px;
}
.tokuten-attention img {
  display: block;
  width: 150px;
  max-width: 100%;
  margin: 0 auto 12px;
}
.tokuten-attention__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tokuten-attention__content li {
  font-size: 12px;
  line-height: 1.2;
}
.tokuten-attention__content li:not(:last-child) {
  margin-bottom: 12px;
}

.faq {
  margin-top: 32px;
  background: #1A77DA;
  padding: 40px 16px;
}
.faq__inner {
  width: min(100%, 400px);
  margin: 0 auto;
}
.faq__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
}
.faq__list {
  display: grid;
  gap: 16px;
  font-size: 16px;
}
.faq__item {
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
}
.faq__question {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 56px;
  padding: 16px 36px 16px 12px;
  cursor: pointer;
  position: relative;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: "";
  color: #2478d2;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(./assets/tokuten/step-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.faq__item[open] .faq__question::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
.faq__mark {
  color: #2478d2;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
}
.faq__question-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.faq__question .faq__mark {
  line-height: 1.2;
}
.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-top: 2px solid #9fd3ff;
  padding: 16px 12px;
}
.faq__answer .faq__mark {
  margin-top: 4px;
}
.faq__answer-text {
  margin: 0;
  line-height: 1.5;
}
.faq__answer-text a {
  color: #1A77DA;
  text-decoration: underline;
}

.overview {
  margin-top: 0;
  margin-bottom: 0;
  background: #1A77DA;
  padding: 24px 0 32px;
}
.overview__inner {
  width: min(100% - 24px, 400px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.overview__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
.overview__list {
  display: block;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 14px;
}
.overview__item {
  padding: 0;
}
.overview__item:not(:last-child) {
  margin-bottom: 20px;
}
.overview__item-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
.overview__item-content {
  font-size: 14px;
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  margin-top: 4px;
}
.overview__item-content p {
  margin: 0;
}
.overview__item-content p:not(:last-child) {
  margin-bottom: 8px;
}
.overview__item-content ol,
.overview__item-content ul {
  margin: 4px 0 0;
  padding-left: 0;
  list-style: none;
}
.overview__item-content li:not(:last-child) {
  margin-bottom: 3px;
}

/*# sourceMappingURL=styles.css.map */
