@charset "UTF-8";
.mod-freeHTML .faq-wrapper {
  box-sizing: border-box;
}
.mod-freeHTML .faq-wrapper * {
  box-sizing: border-box;
}
.mod-freeHTML .faq-wrapper *,
.mod-freeHTML .faq-wrapper *:before,
.mod-freeHTML .faq-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-freeHTML .faq-wrapper img {
  max-width: 100%;
}
.mod-freeHTML .faq-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-freeHTML .faq-wrapper a {
  text-decoration: none;
  display: inline;
}
.mod-freeHTML .faq-wrapper a:focus {
  outline: none;
}
.mod-freeHTML .faq-wrapper sup,
.mod-freeHTML .faq-wrapper sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
.mod-freeHTML .faq-wrapper sup {
  bottom: 1ex;
}
.mod-freeHTML .faq-wrapper sub {
  top: 0.5ex;
}
.mod-freeHTML .faq-wrapper p, .mod-freeHTML .faq-wrapper h1, .mod-freeHTML .faq-wrapper h2, .mod-freeHTML .faq-wrapper h3, .mod-freeHTML .faq-wrapper h4, .mod-freeHTML .faq-wrapper h5, .mod-freeHTML .faq-wrapper h6 {
  margin: 0;
  padding: 0;
}

/*==================================================
style
==================================================*/
.mod-freeHTML .faq-wrapper {
  padding: 0 0 50px;
  background: rgb(224.4, 231.96, 241.56);
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px; /* ★修正：10pxから16pxに統合（フォント縮小問題を根本解決） */
  line-height: 1.6;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper {
    padding: 0 0 20px;
  }
}
.mod-freeHTML .faq-wrapper p,
.mod-freeHTML .faq-wrapper ul li {
  letter-spacing: normal;
}
.mod-freeHTML .faq-wrapper a {
  transition: opacity 0.3s;
}
.mod-freeHTML .faq-wrapper a:hover {
  cursor: pointer;
}
.mod-freeHTML .faq-wrapper img {
  width: 100%;
  height: auto;
}
.mod-freeHTML .faq-wrapper .cmn-iBlock {
  display: inline-block;
}
.mod-freeHTML .faq-wrapper .cmn-no-break {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-only_pc {
    display: none;
  }
}
@media (min-width: 641px) {
  .mod-freeHTML .faq-wrapper .cmn-only_sp {
    display: none;
  }
}
.mod-freeHTML .faq-wrapper .cmn-inner {
  width: 85.9375%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-inner {
    width: 85.3333333333%;
    padding: 40px 0 20px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-inner--bg {
  padding: 80px 5.46875%;
  background: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-inner--bg {
    padding: 40px 4%;
    border-radius: 10px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq {
  margin-top: 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq .cmn-inner {
  padding: 40px 40px 80px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq .cmn-inner {
    padding: 24px 16px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* ★修正：要素の間隔を16pxに美しく引き締め */
.mod-freeHTML .faq-wrapper .cmn-faq__details {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 16px; /* 2em（約32px）から16pxに縮小 */
    overflow: hidden;
    display: block;
    scroll-margin-top: 140px; /* アンカージャンプの潜り込みを完全に防ぐ */
}
.mod-freeHTML .faq-wrapper .faq-cat-heading {
    scroll-margin-top: 140px;
}

/* ★修正：古い「青丸」と「白矢印」のデザインを跡形もなく完全消去 */
.mod-freeHTML .faq-wrapper .cmn-faq__summary::before,
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::before,
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::after {
    content: none !important;
    display: none !important;
}
.mod-freeHTML .faq-wrapper summary::-webkit-details-marker,
.mod-freeHTML .faq-wrapper summary::marker {
    display: none !important;
}

/* ★修正：右端にシンプルで洗練された「＋」「－」を描画 */
.mod-freeHTML .faq-wrapper .cmn-faq__summary {
    display: block;
    background-color: #f7f9fa;
    padding: 16px 20px;
    position: relative;
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary::after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #002d74;
    font-size: 1.2em;
}
.mod-freeHTML .faq-wrapper .cmn-faq__details[open] .cmn-faq__summary::after {
    content: "－";
}

/* 質問タイトル */
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit {
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 30px;
    font-size: 1.1em;
}

/* FAQ回答本文 */
.mod-freeHTML .faq-wrapper .cmn-faq__body {
    padding: 20px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body p {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 16px;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body p:last-child {
    margin-bottom: 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body strong {
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

/* FAQID バッジ */
.mod-freeHTML .faq-wrapper .faq-id-badge {
    display: inline-block;
    font-size: 13px;
    color: #555;
    background-color: #e5e7eb;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 12px;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
}

/* ★修正：参考ページ（総合FAQ）準拠の目次「左太線あしらい」 */
.mod-freeHTML .faq-wrapper .news-headingLv2 {
    border: none;
    padding: 0;
    margin: 40px 0 20px 0;
}
.mod-freeHTML .faq-wrapper .news-headingLv2 h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #002d74;
    border-left: 5px solid #002d74;
    border-bottom: none;
    padding: 2px 0 2px 12px;
    margin: 0;
    line-height: 1.3;
}

/* 参考ページ準拠：カテゴリ見出し（下線あしらい） */
.mod-freeHTML .faq-wrapper .faq-cat-heading {
    font-size: 1.5em;
    font-weight: bold;
    color: #002d74;
    border-bottom: 2px solid #002d74;
    border-left: none;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* 一括開閉ボタン */
.mod-freeHTML .faq-toggle-container {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
}
.mod-freeHTML .faq-toggle-btn {
    background-color: #fff;
    color: #002d74;
    border: 1px solid #002d74;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}
.custom-isolated-container .faq-toggle-btn:hover {
    background-color: #002d74;
    color: #fff;
}

/* キーワードハイライト */
mark.faq-highlight {
    background-color: #ffeb3b;
    color: #000;
    padding: 0 2px;
    border-radius: 2px;
}

/* 疑似要素を使ったリストの黒丸・番号強制表示 */
.mod-freeHTML .cmn-faq__body ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
}
.mod-freeHTML .cmn-faq__body ul li {
    position: relative !important;
    padding-left: 1.2em !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    display: block !important;
    font-size: 16px !important;
}
.mod-freeHTML .cmn-faq__body ul li::before {
    content: "●" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #333 !important;
    font-size: 0.8em !important;
    line-height: 1.8 !important;
}
.mod-freeHTML .cmn-faq__body ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
    counter-reset: faq-counter !important;
}
.mod-freeHTML .cmn-faq__body ol li {
    position: relative !important;
    padding-left: 1.5em !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    display: block !important;
    font-size: 16px !important;
}
.mod-freeHTML .cmn-faq__body ol li::before {
    counter-increment: faq-counter !important;
    content: counter(faq-counter) "." !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #333 !important;
}

/* キーワード検索窓 */
.faq-search-container {
    background-color: #f7f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.faq-search-label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #002d74;
    margin-bottom: 12px;
    padding-left: 4px;
}
.faq-search-input-wrap {
    position: relative;
    width: 100%;
}
.faq-search-input {
    width: 100%;
    padding: 14px 46px 14px 16px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
}
.faq-search-input:focus {
    border-color: #002d74;
    box-shadow: 0 0 0 4px rgba(0, 45, 116, 0.15);
    outline: none;
}
.faq-search-reset {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #bbb;
    cursor: pointer;
    padding: 0 6px;
    line-height: 1;
    display: none;
    border-radius: 50%;
    transition: color 0.2s, background-color 0.2s;
}
.faq-search-reset:hover {
    color: #333;
    background-color: #e5e7eb;
}
.faq-search-message {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    padding-left: 4px;
}

/* intro & contact (維持) */
.mod-freeHTML .faq-wrapper .p-intro .cmn-inner {
  text-align: center;
}
.mod-freeHTML .faq-wrapper .p-intro__tit {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.mod-freeHTML .faq-wrapper .p-intro__tit__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5em;
  padding: 0 2em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__wrap {
    gap: 3em;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__tit__wrap::before {
  position: absolute;
  content: "";
  bottom: -4em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003F8F;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__wrap::before {
    bottom: -3em;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__tit__wrap picture {
  display: block;
  max-width: 346px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__wrap picture {
    max-width: 240px;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__tit__txt {
  color: #003F8F;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5em;
  font-size: 48px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__txt {
    font-size: 24px;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__area {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.mod-freeHTML .faq-wrapper .p-contact__tit {
  text-align: center;
}
.mod-freeHTML .faq-wrapper .p-contact__tit__txt {
  color: #003F8F;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
}
.mod-freeHTML .faq-wrapper .p-contact__box {
  display: flex;
  justify-content: center;
  border-top: 1px solid #003F8F;
  border-bottom: 1px solid #003F8F;
  margin-top: 4em;
  padding: 3em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box {
    flex-direction: column;
    padding: 1em 0;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__box__form {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 3em 0.5em 0;
  font-size: 14px;
}
.mod-freeHTML .faq-wrapper .p-contact__box__form::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #003F8F;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box__form::before {
    position: static;
    content: none;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__box__txt {
  line-height: 1.5;
  padding: 1em 0 1em 3em;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box__txt {
    padding: 0;
    text-align: center;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__link {
  display: inline;
  color: #003F8F;
  text-decoration: underline;
}