/* ------------------------------- common.css ------------------------------- */
html,
body {
  min-width: 100%;
}

body {
  .num-txt {
    line-height: 1;
  }
}

/* ============ reset ============ */
.sx-cnt * {
  all: unset;
  display: revert;
  font-family: sans-serif;
  /* zoom: 120%; */
}

.sx-cnt_wrap {
  zoom: 120%;

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    /* line-height: 1.5; */
    letter-spacing: 0;
  }

  ol,
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  small,
  em,
  span,
  strong {
    font-style: normal;
    font-weight: inherit;
    color: inherit;
  }
}

/* ctaだけ除外 */
.sx-cnt_wrap div.cta_2011 {
  zoom: 80%;
}

.cmn-header {
  p {
    font-weight: var(--bold) !important;
  }
}

.cmn-cta {
  p {
    font-weight: var(--bold);
    font-size: var(--h6-fz);
    color: var(--clr-main);
    text-align: center;
  }
}

/* -------------------------------- common_sp ------------------------------- */
@media (width <= 767px) {
  .sx-cnt * {
  }

  .sx-cnt_wrap {
    zoom: 100%;
  }

  .ddf_cw {
    width: 100%;
  }

  .bc_bg > .ddf_cw {
    width: calc(100% - var(--sp-2));
  }

  /* ============ reset ============ */
  .sx-cnt * {
    all: unset;
    display: revert;
    font-family: sans-serif;
    /* zoom: 120%; */
  }

  .sx-cnt_wrap {
    /* zoom: 125%; */

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      margin: 0;
      line-height: 1.5;
      letter-spacing: 0;
    }

    ol,
    ul {
      padding: 0;
      margin: 0;
    }

    small,
    em,
    span,
    strong {
      font-style: normal;
      font-weight: inherit;
      color: inherit;
    }

    p {
      font-size: var(--small-fz);
    }
  }

  /* ctaだけ除外 */
  .sx-cnt_wrap div.cta_2011 {
    /* zoom: 80%; */
  }
}

/* ------------------------------- 既存パーツ用 ------------------------------ */
.ddf-cnt_wrap #topics_2011 {
  margin-block: 0 !important;
}

.main-header {
  .dropdown .link-icon {
    display: inline-block;
  }
}

@media (width <= 767px) {
  .ddf-cnt_wrap #topics_2011 {
    margin-block: 0 !important;

    .ddf_sp {
      display: block;
    }

    .flex_2011 {
      padding-inline: var(--sp-2);
    }
  }
}
.sub-header.sp {
  display: block !important;
}
.mini-header,
.main-header,
.sub-header {
  letter-spacing: 0;
  line-height: 1;
}

/* --------------------------------- よくある質問 --------------------------------- */
.qa-list .in-dl {
  padding: 15px !important;
  border: 2px solid #2a4174 !important;
  margin-bottom: 14px !important;
}

.qa-list dt {
  position: relative !important;
  padding-left: 35px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.qa-list dt::before {
  content: 'Q' !important;
  color: #2a4174 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 1 !important;
}

.qa-list dt::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 25% !important;
  right: 0 !important;
  width: 11px !important;
  height: 11px !important;
  border-top: 2.5px solid #2a4174 !important;
  border-right: 2.5px solid #2a4174 !important;
  transform: rotate(135deg) !important;
  transition: 0.3s !important;
}

.qa-list dt.current:after {
  transform: rotate(-45deg) !important;
  transition: 0.3s !important;
}

.qa-list dd {
  font-size: 20px !important;
  line-height: 1.8 !important;
  position: relative !important;
  padding-top: 20px !important;
  padding-left: 35px !important;
  margin-top: 20px !important;
  border-top: 1px solid darkred !important;
}

.qa-list dd::before {
  content: 'A' !important;
  color: darkred !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  position: absolute !important;
  left: 0 !important;
  top: 20px !important;
  line-height: 1 !important;
}

.faq-cont {
  margin-top: 20px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* -------------------------------- style.css ------------------------------- */
.cmn-textbox {
  p {
    font-weight: var(--medium);
  }
}

.mv {
  height: 501px !important;
  background: no-repeat center/cover url('../img/mv_bg.png') !important;
}

.sec01 {
  background: #f8f8f8 !important;

  .sec01__list {
    margin-bottom: var(--sp-5);

    &::before {
      transform: translateY(45px);
    }
  }
}

.sec02 {
  .sec02__item-header {
    h4 {
      font-size: 26px;
      font-weight: var(--bold);
    }
  }

  .sec02__item-button {
    font-weight: var(--medium);
    font-size: var(--body-fz);
  }
}

.sec03 {
  .cmn-textbox p {
    font-size: var(--body-fz);
    font-weight: var(--medium);
  }

  .sec03__list {
    margin-inline: auto;
    list-style: '※' outside !important;
    margin-bottom: 56px;
  }
}

.sec04 {
  .cmn-textbox p {
    font-weight: var(--medium);
    font-size: var(--body-fz);
  }
}

.sec05 {
  .sec05__box1 {
    p {
      font-size: var(--body-fz);
      font-weight: var(--medium);
      text-align: center;
    }
  }

  .sec05__list {
    margin-bottom: 120px;
  }

  .sec05__list2 {
    margin-bottom: 80px;
  }

  .sec05__item3 {
    list-style: 24px;
  }
}

/* ------------------------------ style_sp.css ------------------------------ */
@media (width <= 767px) {
  .mv {
    height: auto !important;
  }

  .sec02 {
    .sec02__item-header {
      h4 {
        font-size: 4vw;
      }
    }

    .sec02__item-button {
      font-size: calc((14 / 390) * 100vw);
    }

    .sec02__item-content .cmn-textbox p {
      font-size: calc((14 / 390) * 100vw);
    }
  }

  .sec02__list2 {
    padding: calc((10 / 390) * 100vw) !important;
  }

  .sec03__list {
    margin-bottom: 20px !important;
    padding-left: calc((10 / 390) * 100vw) !important;
  }
}

.sec04 {
  overflow: inherit;
}

.sec05 {
  .sec05__list2 {
    margin-inline: auto;
  }
}
