/* 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: #fff;
}

.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;
  }
}

@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 {
    padding: 20px 10px 50px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .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;
    }
  }

  .subject__img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 38px;
  }

  .content {
    margin: 0 20px;
  }

  .subtxt {
    max-width: 960px;
    padding-bottom: 0;
    margin: 30px auto 0;
    text-align: left;

    p {
      margin-bottom: 30px;
      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;
      line-height: 1.8;
    }

    p:last-of-type {
      margin-bottom: 0;
    }

    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.8;
        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: 1.8;
      }
    }

    ul.decimal {
      margin-left: 5em;

      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;
  }

  .sec_bggray {
    padding: 40px 10px 30px;
  }

  .sec_bgblue {
    max-width: 960px;
    margin: 48px auto 0;
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;

    .sec_bgblue_inner {
      padding: 40px;

      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: 12px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
        color: #333;
      }
    }
  }

  .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;
    margin: 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;
      }

      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;
      }

      .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.8;
      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: 30px;
  }

  .mb3em {
    margin-bottom: 3em;
  }

  .mb6em {
    margin-bottom: 6em;
  }

  .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 {
    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: 0 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;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_bl_down.png);
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .info-subject {
    padding: 2.5em 0 2.2em;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .contents_inner {
    padding: 0 1.5rem;
  }

  .contents_inner {
    margin: 0 auto;
  }

  .info-subject {
    padding: 2em 0 3em;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .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.3;
      color: #333;
    }

    h3.sp-mb0 {
      margin-bottom: 0;
    }

    h4 {
      margin: 0 auto 1em;
      font-size: 18px;
      color: #333;
    }
  }

  .subject__img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .content {
    margin: 0 2em;
  }

  .subtxt {
    margin: 0 auto;
    text-align: left;

    p {
      margin-bottom: 20px;
      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;
      line-height: 1.5;
    }

    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%;
        }
      }
    }

    p:last-of-type {
      margin-bottom: 0;
    }

    p.mb0 {
      margin-bottom: 0;
    }

    .sp-mb-20 {
      margin-bottom: 20px;
    }

    img {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
    }

    ul {
      margin-left: 2em;

      li {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
        color: #333;

        a {
          font-weight: 700;
          color: #203d95;
          text-decoration: underline;
        }
      }
    }

    ul.indent {
      li {
        padding-left: 1em;
        text-indent: -1em;
      }
    }

    ul.lh21 {
      li {
        line-height: 1.8;
      }
    }

    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 1.5em;
    text-align: center;
    background: #fff;
  }

  .sec_bggray {
    padding: 2.4em 1.5em 3.6em;
  }

  .sec_bgblue {
    margin-top: 3em;
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;

    .sec_bgblue_inner {
      padding: 40px 20px;

      h4 {
        color: #203d95;

        span {
          background: linear-gradient(transparent 80%, #fff200 0%);
        }
      }
    }
  }

  .cards-list {
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    column-gap: 1em;

    figure {
      display: grid;
      margin-bottom: 20px;
      border: #eee 1px solid;
      border-radius: 5px;

      img {
        padding: 1.5em 3em;
        margin-bottom: 0;
        border-bottom: #eee 1px solid;
      }

      figcaption {
        padding: 12px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.4;
        color: #333;
      }
    }
  }

  .card-item {
    display: block;

    img {
      display: block;
      max-width: 50%;
      margin: 0 auto 20px;
    }

    .explain {
      text-align: left;

      p {
        margin-bottom: 1.3em;
        font-size: 16px;
        line-height: 1.8;
        color: #333;

        a {
          color: #203d95;
          text-decoration: underline;
        }
      }

      p:last-of-type {
        margin-bottom: 0;
      }
    }
  }

  .table {
    margin: 3em auto 0;
    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;
      }

      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;
      }

      .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: 0 auto;

    img {
      max-width: 50%;
    }

    p {
      font-size: 16px;
      line-height: 1.8;
      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;
  }

  .sp-mt20 {
    margin-top: 20px;
  }

  .sp-mb20 {
    margin-bottom: 20px;
  }

  .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;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .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: 0 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%);
  }

  .subject {
    border: none;
  }

  .guide-menu {
    background-color: #fff;
  }

  .guide-menu__title {
    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;
  }
}

@media screen and (min-width: 769px) {
  ul.faq-list {
    max-width: 960px;
    margin: 0 auto 42px;

    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 {
    max-width: 960px;
    padding: 0 2em;
    margin: 0 auto 2em;

    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 (min-width: 769px) {
  .content_menu {
    padding: 30px 0;
    background: #f5f5f5;
  }

  section.bg-white {
    background-color: #fff;
  }

  .point_area .sec_bggray.list_inner.point-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
    background-color: #fff;
  }

  .point_area .point-list.mb-0 {
    margin-bottom: 0;
  }

  .point-list.mb-0 {
    margin-bottom: 0;
  }

  .point_area .point-list {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }

  .point-list {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }

  .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;
  }

  .list_inner .subject_title h3 {
    padding: 12px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #edf3fc;
  }

  .sec_container_01 {
    padding: 0 1.5em;
    text-align: center;
    background: #fff;
  }

  .mt-64 {
    margin-top: 64px;
  }

  #cards .mb-48 {
    margin-bottom: 48px;
  }

  .sec_container_01.mb-0 {
    padding-bottom: 0;
  }

  .sec.list_inner.pt-0 {
    padding-top: 0;
  }

  .sec_container_01 .subtxt p {
    line-height: 1.8;
  }

  .sec_container_01 .subtxt p.mb-40 {
    margin-bottom: 40px;
  }

  .sec_container_01 .subtxt img {
    margin-bottom: 30px;
  }

  .sec_container_01 .subtxt .cards-list img {
    margin-bottom: 0;
  }

  .list_inner .subtxt p.text-mb-20 {
    margin-bottom: 20px;
  }

  .highlight {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f8e45c 60%);
  }

  .sec_bggray.list_inner {
    padding: 0 1.5em;
    background-color: #fff;
  }

  .sec_bggray.list_inner .subtxt.mb-48 {
    margin-bottom: 48px;
  }

  .sec_bggray.list_inner.mb-0 {
    padding-bottom: 0;
  }

  .mb2em.indent.lh21 {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .mb2em.indent.lh21 li {
    position: relative;
  }

  .mb2em.indent.lh21 li::before {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    background-color: #333;
    border-radius: 50%;
  }

  .list_inner .sec_bgblue {
    margin-top: 48px;
  }

  .yellow_inner .subject_title h4 {
    margin: 0;
    line-height: 1.4;
  }

  .yellow_inner .subtxt p {
    line-height: 1.8;
  }

  .yellow_inner .subtxt .mb3em.decimal li {
    line-height: 1.8;
  }

  .mt-48 {
    margin-top: 48px;
  }

  .sec_bggray.list_inner.pt-0 {
    padding-top: 0;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-64 {
    margin-bottom: 64px;
  }

  #cards .mb-20 {
    margin-bottom: 20px;
  }

  #cards .mb-0 {
    margin-bottom: 0;
  }

  .subtxt .text-mb-30 {
    margin-bottom: 30px;
  }

  .sec_container_01.pt-48 {
    padding-top: 48px;
  }

  .guide-menu .guide-menu__col {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .content_menu {
    padding: 16px 0;
    background: #f5f5f5;
  }

  section.bg-white {
    background-color: #fff;
  }

  .point_area .sec_bggray.list_inner.point-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
    background-color: #fff;
  }

  .point_area .point-list.mb-0 {
    margin-bottom: 0;
  }

  .point-list.mb-0 {
    margin-bottom: 0;
  }

  .point_area .point-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
    background-color: #fff;
  }

  .point-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
    background-color: #fff;
  }

  .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;
  }

  .list_inner .subject_title h3 {
    padding: 12px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #edf3fc;
  }

  .sec_container_01 {
    padding: 0 1.5em;
    text-align: center;
    background: #fff;
  }

  .sec_container_01.mb-0 {
    padding-bottom: 0;
  }

  .sec.list_inner.pt-0 {
    padding-top: 0;
  }

  .sec_container_01 .subtxt p {
    line-height: 1.8;
  }

  .sec_container_01 .subtxt p.mb-40 {
    margin-bottom: 40px;
  }

  .sec_container_01 .subtxt img {
    margin-bottom: 20px;
  }

  .sec_container_01 .subtxt .cards-list img {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .list_inner .subtxt p.text-mb-20 {
    margin-bottom: 20px;
  }

  .highlight {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f8e45c 60%);
  }

  .sec_bggray.list_inner {
    padding: 0 1.5em;
    background-color: #fff;
  }

  .sec_bggray.list_inner .subtxt.mb-48 {
    margin-bottom: 48px;
  }

  .sec_bggray.list_inner.mb-0 {
    padding-bottom: 0;
  }

  .mb2em.indent.lh21 {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .mb2em.indent.lh21 li {
    position: relative;
  }

  .mb2em.indent.lh21 li::before {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    background-color: #333;
    border-radius: 50%;
  }

  .list_inner .sec_bgblue {
    margin-top: 48px;
  }

  .yellow_inner .subject_title h4 {
    line-height: 1.4;
  }

  .yellow_inner .subtxt p {
    line-height: 1.8;
  }

  .yellow_inner .subtxt .mb3em.decimal li {
    line-height: 1.8;
  }

  .mt-48 {
    margin-top: 48px;
  }

  .sec_bggray.list_inner.pt-0 {
    padding-top: 0;
  }

  #cards .pb-0 {
    padding-bottom: 0;
  }

  #cards .mt-64 {
    margin-top: 64px;
  }

  #cards .mb-48 {
    margin-bottom: 48px;
  }

  #cards .mb-64 {
    margin-bottom: 64px;
  }

  #cards .mb-20 {
    margin-bottom: 20px;
  }

  #cards .mt-40 {
    margin-top: 40px;
  }

  #cards .mb-40 {
    margin-bottom: 40px;
  }

  .sec_container_01.pt-48 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 769px) {
  .download_button {
    width: 500px;
    margin: 30px auto 0;
  }

  .download_button 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;
  }

  .download_button a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .download_button a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
}

@media screen and (max-width: 767px) {
  .download_button {
    max-width: 500px;
    margin: 20px auto 0;
  }

  .download_button 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;
  }

  .download_button a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
