/* stylelint-disable max-line-length */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable function-url-quotes */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-id-pattern */
/* stylelint-disable value-list-comma-newline-after */
/* stylelint-disable declaration-colon-newline-after */
html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif !important;
}

.contents-wrap {
  background: #f5f5f5;
}

.general-button {
  display: flex;
  align-items: center;
  justify-content: center;

  a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 430px;
    padding: 11px 30px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    background-color: #203d95;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30.2%);
    transition: 0.2s opacity ease-out;

    span {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
  }

  a::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background-image: url(../../../assets/img/arrow_r_wh.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  a:hover {
    opacity: 0.7;
  }
}

.highlight {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f8e45c 60%);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  a:hover {
    text-decoration: none;
    transition: opacity 400ms ease;
  }

  .contents_inner {
    margin: 0 auto;
    border: none;
  }

  .info-subject {
    margin-top: 20px;
    text-align: center;
    background: #fff;
  }

  .subject_subtxt {
    max-width: 960px;
    margin: auto;
    text-align: left;

    p {
      margin-bottom: 1em;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
      color: #333;
    }
  }

  .subject_title {
    max-width: 960px;
    margin: auto;
    font-weight: 700;
    text-align: left;

    h1 {
      margin: 0 auto 30px;
      font-size: 28px;
      line-height: 1.3;
      color: #203d95;
    }

    h2 {
      padding-top: 20px;
      margin: 0 auto 38px;
      font-size: 28px;
      color: #203d95;
    }

    h3 {
      padding-top: 10px;
      margin: 0 auto 38px;
      font-size: 20px;
      color: #333;
    }

    h3.mb1em {
      margin-bottom: 1em;
    }

    h4 {
      margin: 0 auto 20px;
      font-size: 18px;
      color: #333;
    }
  }
  ul.indent.lh21 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ul.indent.lh21 li {
    position: relative;
  }
  ul.indent.lh21 li::before {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    background-color: #333;
    border-radius: 50%;
  }

  ul.indent.lh21.decimal li::before {
    content: none;
  }

  ul.indent.lh21.decimal {
    margin-left: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .subject__img {
    display: inline-block;
    max-width: 100%;
  }

  .content {
    margin: 0 20px;
  }

  .content_pd {
    padding: 30px 0 50px !important;
  }

  .subtxt {
    max-width: 960px;

    /* padding-bottom: 20px; */
    margin: 30px auto 0;
    text-align: left;

    p {
      margin-bottom: 1.5em;
      font-size: 16px;
      line-height: 1.8;
      color: #333;

      a {
        font-weight: 700;
        color: #203d95;
        text-decoration: underline;
      }

      a:hover {
        text-decoration: none;
      }
    }

    p.anchor-link {
      a {
        position: relative;
        font-weight: 700;
        text-decoration: none;
        border-bottom: #203d95 1.5px solid;

        .under-arrow {
          display: inline-flex;
          width: 14px;
          height: 8px;
          margin: 0 2px;
          content: "";
          background: url(../../../assets/img/arrow_r_bl_down.png);
          background-size: 100% 100%;
          transform: translateY(-20%);
        }
      }

      a:hover {
        border: none;
      }
    }

    p.annotation {
      font-size: 14px;
      font-weight: 400;
    }

    p:last-of-type {
      margin-bottom: 0;
    }
    p.no-last-of-type:last-of-type {
      margin-bottom: 1.5em;
    }
    p.mb0 {
      margin-bottom: 0;
    }

    img {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
    }

    ul {
      margin-left: 2em;

      li {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        color: #333;

        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }

      .annotation {
        font-size: 14px;
        font-weight: 400;
      }
    }

    ul.indent {
      li {
        padding-left: 1em;
        text-indent: -1em;
      }
    }

    ul.lh21 {
      li {
        line-height: 2.1;
      }
    }

    ul.decimal {
      margin-left: 5em;
      margin-top: 30px;
      margin-bottom: 30px;

      li {
        line-height: 1.8;
        list-style-type: decimal;
      }
    }

    .indent {
      padding-left: 1em;
      text-indent: -1em;
    }
  }

  .sec {
    padding: 0 10px;
    text-align: center;
    background: #fff;
  }

  #fmsw .pb-48 {
    padding-bottom: 48px !important;
  }

  .sec_bggray {
    padding: 20px 10px 0;
    background-color: #fff;
  }

  .sec_bgblue {
    max-width: 960px;
    margin: 3em auto 0;
    background: #edf3fc;
    border-radius: 10px;

    .sec_bgblue_inner {
      padding: 3em;

      h4 {
        margin-top: 20px;
        color: #203d95;

        span {
          background: linear-gradient(transparent 80%, #fff200 0%);
        }
      }
    }
  }

  .cards-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3em;
    column-gap: 2em;

    figure {
      border: #eee 1px solid;
      border-radius: 5px;

      img {
        padding: 1.5em 3em;
        margin-bottom: 0;
        border-bottom: #eee 1px solid;
      }

      figcaption {
        padding: 1em;
        font-size: 12px;
        line-height: 1.5;
        color: #333;
      }
    }
  }

  .app_img {
    max-width: 30% !important;
    margin: auto;
  }

  .card-item {
    display: grid;
    grid-template-columns: 30% 1fr;
    column-gap: 2em;
    max-width: 960px;
    margin: auto;

    .explain {
      text-align: left;

      p {
        margin-bottom: 1em;
        font-size: 16px;
        line-height: 1.8;
        color: #333;

        a {
          color: #203d95;
          text-decoration: underline;
        }

        a:hover {
          text-decoration: none;
        }
      }
    }
  }

  .table {
    max-width: 960px;
    font-size: 16px;
    margin: 30px auto;
    border: 1px #fff solid;

    dl {
      display: grid;
      grid-template-columns: 30% 1fr;
      column-gap: 2px;
      margin-bottom: 2px;
      font-size: 16px;
      line-height: 1.5;
      color: #333;

      dt {
        padding: 10px;
        font-weight: 700;
        text-align: left;
        background-color: #ccc;
        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }

      dd {
        padding: 10px;
        text-align: left;
        background-color: #fff;
        border: #eee 1px solid;
      }
    }
  }

  .table-column {
    max-width: 960px;
    margin: auto;
    border: 1px #fff solid;

    dl {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 2px;
      margin-bottom: 2px;
      font-size: 16px;
      line-height: 1.5;
      color: #333;

      dt {
        padding: 10px;
        font-weight: 700;
        text-align: left;
        background-color: #ccc;
        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }

      .item {
        background-color: #fff;
        border: #eee 1px solid;
      }

      dd {
        padding: 10px;
        text-align: left;
        background-color: #fff;
        border: #eee 1px solid;
      }
    }
  }

  .spervision {
    display: grid;
    grid-template-columns: 30% 1fr;
    column-gap: 2em;
    max-width: 960px;
    margin: auto;

    p {
      font-size: 16px;
      line-height: 1.4;
      color: #333;
      text-align: left;

      a {
        color: #203d95;
        text-decoration: underline;
      }

      a:hover {
        text-decoration: none;
      }
    }
  }

  .pc-column2 {
    display: grid;
    grid-template-columns: 70% 1fr;
    column-gap: 2em;
    max-width: 960px;
    margin: auto;

    .icon-img {
      width: 130px;
      margin: 0 auto;
    }

    p {
      font-size: 16px;
      line-height: 1.5;
      text-align: left;

      a {
        color: #203d95;
        text-decoration: underline;
      }

      a:hover {
        text-decoration: none;
      }
    }
  }

  .bold {
    font-weight: 700;
  }

  .mb2em {
    margin-bottom: 2em;
  }

  .mb3em {
    margin-bottom: 3em;
  }

  .mb6em {
    margin-bottom: 6em;
  }

  .mt-0 {
    margin: 0 auto !important;
  }

  .mb0 {
    margin-bottom: 0;
  }

  .mt3em {
    margin-top: 3em;
  }

  .mt2em {
    margin-top: 2em;
  }

  .ml1em {
    margin-left: 1em;
  }

  .pc-mb3em {
    margin-bottom: 3em;
  }

  .center {
    text-align: center;
  }

  .annotation {
    font-size: 14px;
    font-weight: 400;
  }

  .guide-menu {
    background-color: #fff;
  }

  .guide-menu__title {
    padding-top: 64px;
    margin: 0;
    background-color: #fff;
  }

  .guide-menu__col__3 .guide-menu__col__item__name p {
    font-size: 16px;
  }

  /* anchor-list
	--------------------------------------------------------------- */
  .anchor-inner {
    max-width: 700px;
    padding: 10px 30px;
    margin: 30px auto;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
  }

  .anchor-list li {
    position: relative;
    display: block;
    padding-left: 10px;
    text-align: left;
  }

  .anchor-list li a {
    display: block;
    padding: 15px 0;
    line-height: 1.4;
  }

  .anchor-list li + li {
    border-top: 1px solid #d6d6d6;
  }

  .anchor {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor ::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_bl_down.png);
    background-size: 100% 100%;
  }

  .anchor_01 {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor_01 ::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_bl_down.png);
    background-size: 100% 100%;
  }

  .img_button {
    max-width: 350px !important;
    margin: auto 0 !important;
  }

  .img_t {
    text-align: center;
  }

  .btn-red {
    max-width: 500px;
    margin: auto;
  }
  .btn-red a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #dc0000;
    border: 2px solid #dc0000;
    border-radius: 5px;
  }
  .btn-red a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/assets/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .btn-red a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .sec_yellow {
    max-width: 960px;
    margin: 0 auto;
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;
    padding: 40px;
  }
  .sec_yellow .subject_title h4 {
    color: #203d95;
  }
  .subtxt p.mb-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .img_button {
    max-width: 260px !important;
    margin: auto;
  }

  .img_t {
    text-align: center;
  }

  .info-subject {
    margin-top: 2em;
    text-align: center;
    background: #fff;
    padding: 0 15px;
  }

  .contents_inner {
    padding: 0 1.5rem;
    background: #f5f5f5;
  }

  .contents_inner {
    margin: 0 auto;
  }

  .subject_subtxt {
    padding: 20px 0 0;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;

    p {
      margin-bottom: 1em;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
      color: #333;
    }
  }

  .subject_title {
    margin: auto;
    font-weight: 700;
    text-align: left;

    h1 {
      margin: 0 auto;
      font-size: 20px;
      line-height: 1.6;
      color: #203d95;
    }

    h2 {
      padding-top: 20px;
      margin: 0 auto 1em;
      font-size: 20px;
      line-height: 1.3;
      color: #203d95;
    }

    h3 {
      padding-top: 10px;
      margin: 0 auto 1em;
      font-size: 18px;
      line-height: 1.8;
      color: #333;
    }

    h3.sp-mb0 {
      margin-bottom: 0;
    }

    h4 {
      margin: 0 auto 1em;
      font-size: 18px;
      color: #333;
    }
  }
  ul.indent.lh21 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.indent.lh21 li {
    position: relative;
  }
  ul.indent.lh21 li::before {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    background-color: #333;
    border-radius: 50%;
  }

  ul.indent.lh21.decimal li::before {
    content: none;
  }

  ul.indent.lh21.decimal {
    margin-left: 2em;
  }

  .subject__img {
    display: inline-block;
    max-width: 100%;
  }

  .content_pd {
    padding: 30px 1.5em 50px !important;
  }

  .content {
    margin: 0;
  }

  .app_img {
    max-width: 100%;
    margin: auto;
  }

  .subtxt {
    margin: 0 auto;
    text-align: left;

    p {
      margin-bottom: 1.3em;
      font-size: 16px;
      line-height: 1.8;
      color: #333;

      a {
        font-size: 16px;
        font-weight: 700;
        color: #203d95;
        text-decoration: underline;
      }

      a:hover {
        text-decoration: none;
      }
    }

    p.annotation {
      font-size: 14px;
      font-weight: 400;
    }

    p.anchor-link {
      a {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        border-bottom: #203d95 1.5px solid;

        .under-arrow {
          display: inline-flex;
          width: 12px;
          height: 8px;
          margin: 0 2px;
          content: "";
          background: url(../../../assets/img/arrow_r_bl_down.png);
          background-size: 100% 100%;
        }
      }
    }

    #fmsw .pb-48 {
      padding-bottom: 48px !important;
    }

    p:last-of-type {
      margin-bottom: 0;
    }
    p.no-last-of-type:last-of-type {
      margin-bottom: 1.5em;
    }
    p.mb0 {
      margin-bottom: 0;
    }

    img {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 20px;
    }

    ul {
      margin-left: 2em;

      li {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        color: #333;

        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }
    }

    ul.indent {
      li {
        padding-left: 0;
        text-indent: 0;
      }
    }

    ul.lh21 {
      li {
        line-height: 2.1;
      }
    }

    ul.decimal {
      margin-left: 3.5em;

      li {
        font-size: 16px;
        line-height: 1.8;
        list-style-type: decimal;
      }
    }

    .indent {
      padding-left: 1em;
      text-indent: -1em;
    }
  }

  .sec {
    padding: 0;
    text-align: center;
    background: #fff;
  }

  .sec.pt-28 {
    padding-top: 28px;
  }

  .sec_bggray {
    padding: 20px 1.5em;
    background-color: #fff;
  }

  .sec_bgblue {
    margin-top: 3em;
    background: #edf3fc;
    border-radius: 10px;

    .sec_bgblue_inner {
      padding: 3.5em 3em;

      h4 {
        color: #203d95;

        span {
          background: linear-gradient(transparent 80%, #fff200 0%);
        }
      }
    }
  }

  .cards-list {
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1em;
    column-gap: 1em;

    figure {
      display: grid;
      margin-bottom: 1em;
      border: #eee 1px solid;
      border-radius: 5px;

      img {
        padding: 1.5em 3em;
        margin-bottom: 0;
        border-bottom: #eee 1px solid;
      }

      figcaption {
        padding: 0.5em;
        font-size: 10px;
        line-height: 1.5;
        color: #333;
      }
    }

    figure:last-of-type {
      margin-bottom: 0;
    }
  }

  .card-item {
    display: block;

    img {
      display: block;
      max-width: 50%;
      margin: 0 auto 2em;
    }

    .explain {
      text-align: left;

      p {
        margin-bottom: 1.3em;
        font-size: 16px;
        line-height: 1.5;
        color: #333;

        a {
          color: #203d95;
          text-decoration: underline;
        }
      }

      p:last-of-type {
        margin-bottom: 0;
      }
    }
  }

  .table {
    font-size: 16px;
    margin: 20px auto;
    border: 1px #fff solid;

    dl {
      display: grid;
      row-gap: 2px;
      margin-bottom: 2px;
      font-size: 14px;
      line-height: 1.5;
      color: #333;

      dt {
        padding: 10px;
        font-weight: 700;
        text-align: left;
        background-color: #ccc;
        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }

      dd {
        padding: 10px;
        text-align: left;
        background-color: #fff;
        border: #eee 1px solid;
      }
    }
  }
  .table-column {
    margin: 3em auto 0;

    dl {
      display: grid;
      row-gap: 2px;
      margin-bottom: 2em;
      font-size: 1.4em;
      line-height: 1.5;
      color: #333;
      border: 1px #fff solid;

      dt {
        padding: 10px;
        font-weight: 700;
        text-align: left;
        background-color: #ccc;
        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }

      .item {
        background-color: #fff;
        border: #eee 1px solid;
      }

      dd {
        padding: 10px;
        text-align: left;
        background-color: #fff;
        border: #eee 1px solid;
      }
    }
  }

  .spervision {
    display: grid;
    row-gap: 2em;
    margin: 2em auto 0;

    img {
      max-width: 50%;
    }

    p {
      font-size: 16px;
      line-height: 1.4;
      color: #333;
      text-align: left;

      a {
        color: #203d95;
        text-decoration: underline;
      }
    }
  }

  .pc-column2 {
    display: grid;
    row-gap: 3em;
    max-width: 960px;
    margin: auto;

    .icon-img {
      max-width: 130px;
      margin: 0 auto;
    }

    p {
      font-size: 14px;
      line-height: 1.5;
      text-align: left;

      a {
        color: #203d95;
        text-decoration: underline;
      }

      a:hover {
        text-decoration: none;
      }
    }

    .sp-mb0 {
      margin-bottom: 0;
    }
  }

  .bold {
    font-weight: 700;
  }

  .mb2em {
    margin-bottom: 2em;
  }

  .mb3em {
    margin-bottom: 3em;
  }

  .sp-mb0 {
    margin-bottom: 0;
  }

  .sp-mb1em {
    margin-bottom: 1em;
  }

  .sp-mb3em {
    margin-bottom: 3em;
  }

  .mb0 {
    margin-bottom: 0;
  }

  .mt-20 {
    margin-top: 20px !important;
  }

  .pd-0 {
    padding: 0 !important;
  }

  .pb-20 {
    padding-bottom: 20px !important;
  }

  .ml1em {
    margin-left: 1em;
  }

  .mt3em {
    margin-top: 3em;
  }

  .sp-mt1hem {
    margin-top: 1.5em;
  }

  .sp-center {
    text-align: center;
  }

  .annotation {
    font-size: 16px;
    font-weight: 400;
  }

  /* anchor-list
	--------------------------------------------------------------- */
  .anchor-inner {
    width: calc(100% - 28px);
    padding: 9px 25px;
    margin: 16px auto;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
  }

  .anchor-list li {
    position: relative;
  }

  .anchor-list li a {
    display: block;
    width: 90%;
    padding: 14px 0;
    line-height: 1.4;
  }

  .anchor-list li + li {
    border-top: 1px solid #d6d6d6;
  }

  .anchor {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor ::after {
    position: absolute;
    right: 6px;
    bottom: 35%;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_bl_down.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

  .anchor_01 {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor_01 ::after {
    position: absolute;
    right: 6px;
    bottom: 35%;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_bl_down.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

  .subject {
    border: none;
  }

  .guide-menu {
    background-color: #fff;

    .inner {
      padding: 0 20px 64px;
    }
  }

  .guide-menu__title {
    padding-top: 64px;
    margin: 0;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon {
    width: 30vw;
    margin-right: 10px;
  }

  .guide-menu__col__3 .guide-menu__col__item__name {
    width: 70vw;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-get img {
    width: 100%;
  }

  .guide-menu__col__3 .guide-menu__col__item__name p {
    padding-right: 20px;
    line-height: 1.4;
  }

  .guide-menu__col__item::after {
    right: 10px;
  }

  .btn-red {
    max-width: 345px;
    margin: auto;
  }
  .btn-red a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #dc0000;
    border: 2px solid #dc0000;
    border-radius: 5px;
  }
  .btn-red a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/assets/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .sec_yellow {
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;
    padding: 40px 20px;
  }
  .sec_yellow .subject_title h4 {
    color: #203d95;
    line-height: 1.4;
  }

  .sp-mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  ul.faq-list {
    max-width: 960px;
    margin: 0 auto;

    li {
      padding: 0 1em;
      margin-bottom: 0;
      font-size: 16px;
      text-align: left;
      background-color: #fff;
      border-radius: 10px;

      span {
        position: relative;
        display: block;
        padding: 20px 0 20px 30px;
        line-height: 1.8;
      }

      .faq-q {
        font-weight: 700;
        color: #203d95;
        border-bottom: #d9d9d9 1px solid;
      }

      .faq-q::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "Q.";
      }

      .faq-a {
        color: #333;
      }

      .faq-a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "A.";
      }

      a {
        position: relative;
        display: block;
        padding: 20px 20px 20px 0;
        line-height: 1.8;
        color: #333;
        text-decoration: none;
      }

      a:hover {
        opacity: 0.7;
        transition: opacity 400ms ease;
      }

      a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
      }

      a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 8px;
        height: 12px;
        margin: auto;
        content: "";
        background: url(../../../assets/img/arrow_r_bl.png) 0 0 no-repeat;
        background-size: 100% 100%;
      }
    }
  }

  ul.faq-list-q {
    max-width: 960px;
    padding: 0 2em;
    margin: 0 auto;

    li {
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      border-bottom: 1px solid #d9d9d9;

      a {
        position: relative;
        display: block;
        padding: 20px 20px 20px 30px;
        line-height: 1.8;
        color: #333;
        text-decoration: none;
      }

      a:hover {
        opacity: 0.7;
        transition: opacity 400ms ease;
      }

      a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "Q.";
      }

      a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 8px;
        height: 12px;
        margin: auto;
        content: "";
        background: url(../../../assets/img/arrow_r_bl.png) 0 0 no-repeat;
        background-size: 100% 100%;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  ul.faq-list {
    margin: 0 auto 1em;

    li {
      padding: 0 1em;
      margin-bottom: 1em;
      font-size: 16px;
      text-align: left;
      background-color: #fff;
      border-radius: 10px;

      span {
        position: relative;
        display: block;
        padding: 20px 0 20px 30px;
        line-height: 1.8;
      }

      .faq-q {
        font-weight: 700;
        color: #203d95;
        border-bottom: #d9d9d9 1px solid;
      }

      .faq-q::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "Q.";
      }

      .faq-a {
        color: #333;
      }

      .faq-a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "A.";
      }

      a {
        position: relative;
        display: block;
        padding: 20px 20px 20px 0;
        line-height: 1.8;
        color: #333;
        text-decoration: none;
      }

      a:hover {
        opacity: 0.7;
        transition: opacity 400ms ease;
      }

      a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
      }

      a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 8px;
        height: 12px;
        margin: auto;
        content: "";
        background: url(../../../assets/img/arrow_r_bl.png) 0 0 no-repeat;
        background-size: 100% 100%;
      }
    }
  }

  ul.faq-list-q {
    margin-right: 1em;
    margin-left: 1em;

    li {
      font-size: 16px;
      font-weight: 700;
      border-bottom: 1px solid #d9d9d9;

      a {
        position: relative;
        display: block;
        padding: 20px 20px 20px 30px;
        line-height: 1.8;
        color: #333;
        text-decoration: none;
      }

      a::before {
        position: absolute;
        left: 0;
        font-weight: bold;
        content: "Q.";
      }

      a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 8px;
        height: 12px;
        margin: auto;
        content: "";
        background: url(../../../assets/img/arrow_r_bl.png) 0 0 no-repeat;
        background-size: 100% 100%;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .subject_title.contents_title h2 {
    position: relative;
    padding-top: 0;
    padding-left: 15px;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
  }

  .subject_title.contents_title h2::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 4px;
    height: 90%;
    content: "";
    background-color: #005bac;
    border-radius: 2px;
  }

  .sec_container_01 {
    padding: 64px 1.5em 0;
    text-align: center;
    background: #fff;
  }

  .list_inner .subject_title h3 {
    padding: 12px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #edf3fc;
  }

  #fmsw .pb-0 {
    padding-bottom: 0;
  }

  .subject_title.contents_title h2.mb-48 {
    margin-bottom: 48px;
  }

  #fmsw .mb-48 {
    margin-bottom: 48px;
  }

  #fmsw .pt-0 {
    padding-top: 0 !important;
  }

  .sec.pt-28 {
    padding-top: 28px;
  }

  #fmsw .pt-16 {
    padding-top: 16px;
  }

  #fmsw .pt-8 {
    padding-top: 8px;
  }

  #fmsw .pt-0 {
    padding-top: 0 !important;
  }

  #fmsw .pb-30 {
    padding-bottom: 30px;
  }

  #fmsw .pt-30 {
    padding-top: 30px;
  }

  #fmsw .pb-50 {
    padding-bottom: 50px;
  }

  #fmsw .mb-0 {
    margin-bottom: 0;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .sec.pb-28 {
    padding-bottom: 28px;
  }

  .sec.pb-0 {
    padding-bottom: 0;
  }

  .sec.pt-48 {
    padding-top: 48px;
  }

  .sec.pb-48 {
    padding-bottom: 48px;
  }

  .pt-8 .sec_bggray.pb-28 {
    padding-bottom: 28px;
  }

  .subtxt.pb-48 {
    padding-bottom: 48px;
  }

  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .subject_title.contents_title h2 {
    position: relative;
    padding-top: 0;
    padding-left: 15px;
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
  }

  .subject_title.contents_title h2::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 4px;
    height: 90%;
    content: "";
    background-color: #005bac;
    border-radius: 2px;
  }

  .sec_container_01 {
    padding: 64px 1.5em 0;
    text-align: center;
    background: #fff;
  }

  .list_inner .subject_title h3 {
    padding: 12px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #edf3fc;
  }

  #fmsw .pb-0 {
    padding-bottom: 0;
  }

  .subject_title.contents_title h2.mb-48 {
    margin-bottom: 48px;
  }

  #fmsw .mb-48 {
    margin-bottom: 48px;
  }

  .list_inner .subtxt {
    margin-top: 30px;
  }

  .list_inner .subtxt.pb-0 {
    padding-bottom: 0;
  }

  #fmsw .pt-16 {
    padding-top: 16px;
  }

  #fmsw .pb-30 {
    padding-bottom: 30px;
  }

  #fmsw .pt-30 {
    padding-top: 30px;
  }

  #fmsw .pb-50 {
    padding-bottom: 50px;
  }

  #fmsw .mb-0 {
    margin-bottom: 0;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .sec.pt-28 {
    padding-top: 28px;
  }

  .sec.pb-28 {
    padding-bottom: 28px;
  }

  .sec.pb-0 {
    padding-bottom: 0;
  }

  .sec.pt-48 {
    padding-top: 48px;
  }

  .sec.pb-48 {
    padding-bottom: 48px;
  }

  .sec_bggray.pb-28 {
    padding-bottom: 28px;
  }

  img.banner-link {
    max-width: 728px;
    padding: 0 1.5em;
  }

  img.banner-link:hover {
    opacity: 0.8;
  }
}
@media all and (min-width: 901px) {
  .flow {
    position: relative;
    border: 5px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    margin: 30px auto 0;
    height: 808px;
    max-width: 870px;
  }
  .flow__inner {
    background: url(../../shared/img/step_bg.gif) no-repeat 130px 30px;
    position: relative;
    height: 778px;
    max-width: 100%;
    text-align: left;
  }

  .flow .step {
    clear: both;
  }

  .flow .step01 {
    width: 450px;
    position: absolute;
  }
  .flow .step02 {
    top: 110px;
    right: 0;
    position: absolute;
    width: 430px;
  }

  .flow .step03 {
    top: 250px;
    left: 0px;
    position: absolute;
    width: 430px;
  }

  .flow .step04 {
    width: 430px;
    top: 365px;
    right: 0;
    position: absolute;
  }

  .flow .step05 {
    width: 800px;
    top: 560px;
    left: 0px;
    position: absolute;
  }
  .flow .step_wrap {
    display: flex;
  }
  .flow .step_wrap .step_image {
    width: 220px;
    margin-right: 10px;
  }
  .flow .step_wrap .step_text {
    width: calc(100% - 220px);
    margin: 0;
    padding-top: 20px;
    line-height: 1.8;
    text-align: left;
  }
  .flow .step_wrap .step_text p {
    font-size: 16px;
    padding-top: 10px;
  }

  .flow .step_wrap .step_text img {
    width: initial;
  }
  .step_text--sp {
    display: none;
  }
  .step_text--pc {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .flow {
    border: 3px solid #cccccc;
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 3%;
    display: inline-block;
    text-align: center;
    font-size: 80%;
    line-height: 1.5;
  }
  .flow__inner {
    background: url(../../shared/img/step_bg_sp.gif) no-repeat 17% 20px;
    background-size: 10%;
  }

  .flow .step_wrap {
    width: 100%;
    clear: both;
    display: inline-block;
    min-height: 105px;
    margin-bottom: 10px;
  }
  .flow .step_wrap .step_image {
    width: 40%;
    margin-right: 2%;
    float: left;
  }
  .flow .step_wrap .step_text {
    width: 57%;
    margin: 0;
    padding-top: 3%;
    text-align: left;
    float: left;
  }

  .flow .step_wrap .step_text p {
    padding-top: 0px;
  }
  .flow .step_wrap .step_text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0.5em;
  }
  .step01 .step_text > img,
  .step02 .step_text > img {
    width: 53%;
  }
  .step_text--sp {
    display: block;
  }
  .step_text--pc {
    display: none;
  }
  .step05 .step_wrap {
    margin-bottom: 0;
  }
}
@media all and (max-width: 460px) {
  .flow .step_wrap .step_text p {
    font-size: 11px;
  }
}
