@charset "UTF-8";
.mod-freeHTML .faq-wrapper {
  /*==============================

  reset

  ==============================*/
}
.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; /* 250826 追加 */
  background: rgb(224.4, 231.96, 241.56);
  color: #000000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  letter-spacing: var(--spacing);
  line-height: 1.6;
  /* common
  ==================================================*/
  /* intro
  ==================================================*/
  /* contact
  ==================================================*/
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper {
    padding: 0 0 20px; /* 250826 追加 */
  }
}
.mod-freeHTML .faq-wrapper p,
.mod-freeHTML .faq-wrapper ul li {
  letter-spacing: var(--spacing);
}
.mod-freeHTML .faq-wrapper a {
  letter-spacing: var(--spacing);
  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: 8em 0 5em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-inner {
    width: 85.3333333333%;
    padding: 3em 0 2em;
  }
}
.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-txt {
  font-size: 16px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-txt {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-txt__line {
  padding-bottom: 3px;
  background: linear-gradient(transparent 60%, #fad78c 0%);
}
.mod-freeHTML .faq-wrapper .cmn-link {
  margin: 0 auto 30px;
  font-size: 20px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-link {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-link {
    margin: 0 auto 20px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-link a {
  padding: 0.5em 2em 0.5em 0;
  border-bottom: solid 1px #003F8F;
  color: #003F8F;
  font-weight: bold;
  display: block;
  position: relative;
}
.mod-freeHTML .faq-wrapper .cmn-link a::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background: #003F8F;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-freeHTML .faq-wrapper .cmn-link a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1.5px #FFFFFF;
  border-right: solid 1.5px #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%) rotate(45deg);
}
.mod-freeHTML .faq-wrapper .cmn-btn {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0.75em;
  background: #003F8F;
  border-radius: 8px;
  box-shadow: 3px 3px 0 0 rgb(150.45, 150.45, 150.45);
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  position: relative;
  font-size: 30px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-btn {
    font-size: 24px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-btn::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #FFFFFF;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-freeHTML .faq-wrapper .cmn-btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-btn::after {
    right: 20px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-section {
  position: relative;
}
.mod-freeHTML .faq-wrapper .cmn-linkpoint {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq {
  margin-top: 6em;
}
.mod-freeHTML .faq-wrapper .cmn-faq.p-tokusuru {
  margin-top: 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq .cmn-inner {
  padding: 40px 0 80px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq .cmn-inner {
    padding: 30px 0;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__tit {
  text-align: center;
}
.mod-freeHTML .faq-wrapper .cmn-faq__tit__txt {
  padding: 0 6px 4px;
  background: linear-gradient(transparent 65%, #fad78c 0%);
  color: #003F8F;
  letter-spacing: 0.15em;
  line-height: 2;
  font-size: 30px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__tit__txt {
    font-size: 20px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__area {
  width: 87.2727272727%;
  max-width: 960px;
  margin: 4em auto 13em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__area {
    margin: 3em auto;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__area:last-of-type {
  margin: 4em auto 5em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__area:last-of-type {
    margin: 3em auto;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__area__tit {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #003F8F;
  padding: 0.3em 0.5em;
  font-size: 18px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__area__tit {
    font-size: 16px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__details {
  position: relative;
  margin-top: 2em;
}
.mod-freeHTML .faq-wrapper .cmn-faq__details.is-opened .cmn-faq__summary__tit::after {
  transform: translate(0.25em, calc(-50% + 0.1em)) rotate(-45deg);
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__details.is-opened .cmn-faq__summary__tit::after {
    transform: translate(0.25em, -0.8em) rotate(-45deg);
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary {
  position: relative;
  display: block;
  list-style-type: none;
  padding-bottom: 1.5em;
  cursor: pointer;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__summary {
    padding-bottom: 0.8em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003F8F;
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary::marker {
  content: "";
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary::-webkit-details-marker {
  display: none;
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit {
  color: #003F8F;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-right: 2em;
  font-size: 18px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__summary__tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__summary__tit {
    padding-right: 1em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: #003F8F;
  transform: translate(0, -50%);
  border-radius: 50%;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::before {
    top: auto;
    bottom: 0;
    width: 1.2em;
    height: 1.2em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #FFFFFF;
  border-right: 1.5px solid #FFFFFF;
  transform: translate(0.25em, calc(-50% - 0.1em)) rotate(135deg);
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__summary__tit::after {
    top: auto;
    bottom: 0;
    right: 0.6em;
    width: 0.5em;
    height: 0.5em;
    transform: translate(0.25em, -1em) rotate(135deg);
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body {
  overflow: hidden;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body__inner {
  margin: 3em 0;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body__inner {
    margin: 1em 0;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body__txt {
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body__txt {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type01] {
  display: block;
  margin-top: 1em;
  max-width: 100px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type01] {
    margin: 1em auto 0;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type02] {
  display: block;
  margin-top: 1em;
  max-width: 260px;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type03] {
  display: block;
  margin-top: 5em;
  max-width: 380px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type03] {
    margin-top: 2em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type04] {
  display: block;
  max-width: 130px;
  margin: 2em auto 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type05] {
  display: block;
  width: 80%;
  margin: 2em auto 0;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type05] {
    width: 100%;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type06] {
  display: block;
  width: 100%;
  margin: 2em auto 0;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type07] {
  display: block;
  max-width: 400px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=img_type07] {
    width: 100%;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type01] {
  margin-top: 1em;
  margin-left: 1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type01] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type02] {
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type02] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type03] {
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 1em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type03] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type03] li {
  position: relative;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type03] li::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: -1em;
  width: 0.3em;
  height: 0.3em;
  background-color: #000000;
  border-radius: 50%;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type04] {
  margin-top: 1em;
  margin-left: 1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type04] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type05] {
  margin-top: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 10px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type05] {
    font-size: 10px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type06] {
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 1.2em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type06] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type06] li {
  position: relative;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type06] li::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: -1.2em;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type06] li::before {
    width: 0.8em;
    height: 0.8em;
    top: 0.35em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type07] {
  margin-top: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #003F8F;
  font-size: 10px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type07] {
    font-size: 10px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type08] {
  margin-top: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #003F8F;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type08] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type09] {
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=list_type09] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type01] {
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #003F8F;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type01] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type01] {
    letter-spacing: 0;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type02] {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #003F8F;
  font-weight: bold;
  padding-left: 1.5em;
  font-size: 16px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type02] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type02]::before {
  position: absolute;
  content: counter(num);
  top: 0.2em;
  left: 0;
  color: #FFFFFF;
  background-color: #003F8F;
  width: 1.5em;
  height: auto;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type02]::before {
    font-size: 11px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type03] {
  padding: 0 6px 4px;
  background: linear-gradient(transparent 65%, #fad78c 0%);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type03] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type04] {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-indent: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=tit_type04] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type01] {
  display: flex;
  margin: 2em auto 0;
  width: 100%;
  max-width: 820px;
  gap: 4em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type01] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type01] {
    flex-direction: column;
    gap: 3em;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type02] {
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.5em;
  counter-reset: num;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type02] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type02] div {
  margin-top: 2em;
  counter-increment: num;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type02] p {
  margin-top: 0.5em;
}
.mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type03] {
  margin-top: 2em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .cmn-faq__body [data-css=layout_type03] {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .cmn-faq__link {
  display: inline;
  color: #003F8F;
  text-decoration: underline;
}
.mod-freeHTML .faq-wrapper .cmn-faq__link__black {
  display: inline;
  text-decoration: underline;
  color: #000000;
}
.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: 4em;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit {
    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: 220px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__wrap picture {
    max-width: 123px;
  }
}
.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;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__tit__txt {
    letter-spacing: 0;
    margin-top: 2em;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
  padding: 2em 0;
}
.mod-freeHTML .faq-wrapper .p-intro__nav__li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 0.8em);
  background-color: #003F8F;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #969696;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__nav__li {
    width: auto;
    min-width: 100px;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__nav__li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.8px solid #FFFFFF;
  border-right: 0.8px solid #FFFFFF;
  transform: translate(0, -50%) rotate(45deg);
}
.mod-freeHTML .faq-wrapper .p-intro__nav__link {
  display: block;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 1em 2em;
  font-size: 13px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__nav__link {
    font-size: 11px;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__fixed {
  background: rgb(224.4, 231.96, 241.56);
  will-change: transform;
}
.mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed {
  position: fixed;
  left: 0;
  z-index: 998;
  width: 100%;
  min-width: auto;
  overflow-x: scroll;
  will-change: transform;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed {
    overflow-x: auto;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed::-webkit-scrollbar {
  display: none;
}
.mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed .p-intro__fixed__inner {
  min-width: 1072px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed .p-intro__fixed__inner {
    min-width: auto;
  }
}
.mod-freeHTML .faq-wrapper .p-intro__fixed.js-menu--fixed .p-intro__nav {
  width: 85.9375%;
  margin: 0 auto;
  max-width: 1100px;
}
.mod-freeHTML .faq-wrapper .p-intro__fixed__area {
  display: block;
}
.mod-freeHTML .faq-wrapper .p-contact__area {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__area {
    width: 100%;
    max-width: none;
  }
}
.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;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__tit__txt {
    font-size: 16px;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__tit__p {
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 2em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__tit__p {
    font-size: 14px;
  }
}
.mod-freeHTML .faq-wrapper .p-contact__tit__att {
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 10px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__tit__att {
    font-size: 10px;
  }
}
.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;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0.5em 3em 0.5em 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box__form {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box__form {
    padding: 0;
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.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 {
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 1em 0 1em 3em;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mod-freeHTML .faq-wrapper .p-contact__box__txt {
    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;
}
.mod-freeHTML .faq-wrapper .p-contact__link__black {
  display: inline;
  text-decoration: underline;
  color: #000000;
}/*# sourceMappingURL=faq.css.map */