/* 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%);
}

.bg_gg {
  background: #f5f5f5;
}

.bg_white {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .download_button {
    width: 500px;
    margin: 30px auto;
  }

  .download_button_mb0 {
    margin-bottom: 0 !important;
  }

  .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: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-btn-link {
    width: 500px;
    margin: 30px auto 48px;
  }

  .mxw385 {
    max-width: 385px;
  }

  .btn_under_mb {
    margin-bottom: 0 !important;
  }

  .btn_txt_under_mb {
    margin-bottom: 30px !important;
  }

  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 15px;
    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%;
  }

  .subtxt img.step_image {
    display: block;
    width: 100%;
    max-width: 228px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .contents_inner {
    margin: 0 auto;
    border: none;
  }

  .info-subject {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;

    /* 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;
    }

    p.anchor-link {
      a {
        position: relative;
        font-weight: 700;
        color: #203d95;
        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.color_gray {
      color: #8c8c8c;
    }
  }

  .img_mr {
    margin: 30px auto;
  }

  .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;
      line-height: 1.4;
      color: #333;
    }
  }

  .subject__img {
    display: inline-block;
    max-width: 960px;
  }

  .content {
    margin: 0 20px;
  }

  .subtxt {
    max-width: 960px;
    padding-bottom: 20px;
    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;
    }

    p:last-of-type {
      margin-bottom: 0;
    }

    p.mb0 {
      margin-bottom: 0;
    }

    img {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
    }

    img.sp {
      display: none;
    }

    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.indent.lh21 {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 16px;
    }

    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.lh21 {
      li {
        line-height: 2.1;
      }
    }

    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: 20px 10px 0;
    background-color: #fff;
  }

  .sec_yellow {
    max-width: 960px;
    margin: 48px auto 0;
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;

    .sec_yellow_inner {
      padding: 2em 40px;

      h4 {
        margin-top: 20px;
        color: #203d95;

        span {
          background: linear-gradient(transparent 80%, #fff200 0%);
        }
      }

      h4.link_color_red {
        color: #dc0000;
      }
    }
  }

  .pc-grid_01 {
    grid-row: 1;
    grid-column: 1;
  }

  .pc-grid_02 {
    grid-column: 2;
  }

  .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;
      }
    }
  }

  .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.5;
        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;
      }
    }
  }

  .underline {
    text-decoration: underline;
  }

  #paypay_interchange .pt-0 {
    padding-top: 0 !important;
  }

  #paypay_interchange .pb-48 {
    padding-bottom: 48px !important;
  }

  .bold {
    font-weight: 700;
  }

  .mb2em {
    margin-bottom: 2em;
  }

  .mb3em {
    margin-bottom: 3em;
  }

  .mb6em {
    margin-bottom: 6em;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mt3em {
    margin-top: 3em;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt_p {
    margin-top: 30px;
  }

  .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 {
    justify-content: center;
  }

  .guide-menu__col__3 .guide-menu__col__item__name p {
    font-size: 16px;
  }

  .pb_img {
    padding-bottom: 24px !important;
  }

  /* 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;
  }

  sup {
    position: relative;
    top: -0.6em;
    font-size: 0.6em;
  }

  #paypay_interchange sup.note-sup {
    position: relative;
    top: -0.55em;
    font-size: 0.65em;
    line-height: 0;
    vertical-align: baseline;
  }

  .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: 2px;
    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%;
  }

  .anchor_01 {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor_01 ::after {
    position: absolute;
    top: 2px;
    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%;
  }

  .img_button {
    max-width: 350px;
    margin: auto;
  }

  .img_t {
    text-align: center;
  }

  .img_pd_t {
    padding-top: 30px;
  }

  .img_mb0 {
    margin-bottom: 0 !important;
  }

  .sec_bgblue {
    max-width: 960px;
    margin: 40px 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%);
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .kv_sp_pd {
    padding: 0 15px;
  }

  .img_button {
    max-width: 260px;
    margin: auto;
  }

  .img_t {
    text-align: center;
  }

  .img_pd {
    padding: 30px 0;
  }

  .img_pd_t {
    padding: 30px 1.5em 0 !important;
  }

  .download_button {
    max-width: 500px;
    margin: 20px auto;
  }

  .download_button_mb0 {
    margin-bottom: 0 !important;
  }

  .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: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../../../assets/img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 48px;
  }

  .btn_txt_under_mb {
    margin-bottom: 20px !important;
  }

  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 10px;
    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%;
  }

  .subtxt img.step_image {
    display: block;
    width: 100%;
    max-width: 228px;
    margin: 0 auto;
    margin-bottom: 1.3em;
  }

  .contents_inner {
    padding: 0 1.5rem;
  }

  .contents_inner {
    margin: 0 auto;
    background-color: #fff;
  }

  .content_pd {
    padding: 0 1.5em !important;
  }

  .info-subject {
    margin-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }

  .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;
    }

    p.anchor-link {
      a {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: #203d95;
        text-decoration: none;
        border-bottom: #203d95 1.5px solid;

        .under-arrow {
          position: relative;
          bottom: 2px;
          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.color_gray {
        color: #8c8c8c;
      }
    }

    p.annotation {
      font-size: 14px;
      font-weight: 400;
    }

    p.color_gray {
      color: #8c8c8c;
    }
  }

  .sp_width_100 {
    max-width: 100% !important;
  }

  .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;
      line-height: 1.4;
      color: #333;
    }
  }

  .subject__img {
    display: inline-block;
    max-width: 100%;
  }

  .content {
    margin: 0;
  }

  .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;
      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;
    }

    img {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 20px;
    }

    img.pc {
      display: none;
    }

    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: 1em; */
        text-indent: 0;
      }
    }

    ul.lh21 {
      li {
        line-height: 2.1;
      }
    }

    ul.indent.lh21 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px;
    }

    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.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.pt-28 {
    padding-top: 28px;
  }

  .pt-20 {
    padding-top: 20px !important;
  }

  .pb-20 {
    padding-bottom: 20px !important;
  }

  .pb-24 {
    padding-bottom: 24px;
  }

  .pb-64 {
    padding-bottom: 64px;
  }

  #paypay_interchange .pb-48 {
    padding-bottom: 48px !important;
  }

  .sec_bggray {
    padding: 20px 1.5em;
    background-color: #fff;
  }

  .sec_yellow {
    max-width: 960px;
    margin: 48px auto 0;
    background: #fefaf1;
    border: 3px solid #f8e45c;
    border-radius: 10px;

    .sec_yellow_inner {
      padding: 40px 20px;

      h4 {
        color: #203d95;

        span {
          background: linear-gradient(transparent 80%, #fff200 0%);
        }
      }

      h4.link_color_red {
        color: #dc0000;
      }
    }
  }

  .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 {
    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;
      }

      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: 2em auto 0;

    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;
    }
  }

  .underline {
    text-decoration: underline;
  }

  .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 !important;
  }

  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .mt3em {
    margin-top: 3em;
  }

  .mt30 {
    margin-top: 1.2em;
  }

  .mt_p {
    margin-top: 0;
  }

  .sp-mt1hem {
    margin-top: 1.5em;
  }

  .sp-center {
    text-align: center;
  }

  .annotation {
    font-size: 16px;
    font-weight: 400;
  }

  .pb_img {
    padding-bottom: 20px !important;
  }

  /* 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%);
  }

  #paypay_interchange sup.note-sup {
    position: relative;
    top: -0.55em;
    font-size: 0.65em;
    line-height: 0;
    vertical-align: baseline;
  }

  .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 {
    justify-content: center;
  }

  .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;
  }

  .img_mb0 {
    margin-bottom: 0 !important;
  }
}

@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-align: left;
        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%;
      }
    }
  }

  .sec_bgblue {
    margin-top: 40px;
    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%);
        }
      }
    }
  }
}

@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;
  }
  .sec_container_01_left {
    padding: 64px 1.5em 0;
    background: #fff;
    text-align: left;
  }

  .list_inner .subject_title h3 {
    padding: 12px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #edf3fc;
  }

  #paypay_interchange .pb-0 {
    padding-bottom: 0;
  }

  #paypay_interchange .pt-0 {
    padding-top: 0 !important;
  }

  .subject_title.contents_title h2.mb-48 {
    margin-bottom: 48px;
  }

  #paypay_interchange .mb-48 {
    margin-bottom: 48px;
  }

  .sec.pt-28 {
    padding-top: 28px;
  }

  .pb-24 {
    padding-bottom: 24px;
  }

  #paypay_interchange .pt-16 {
    padding-top: 16px;
  }

  #paypay_interchange .pt-8 {
    padding-top: 8px;
  }

  #paypay_interchange .pb-30 {
    padding-bottom: 30px;
  }

  #paypay_interchange .pt-20-sp {
    padding-top: 20px;
  }

  #paypay_interchange .pt-30 {
    padding-top: 30px;
  }

  #paypay_interchange .pb-50 {
    padding-bottom: 50px;
  }

  #paypay_interchange .mb-0 {
    margin-bottom: 0;
  }

  .mt-0 {
    margin-top: 0;
  }

  .sec.pt-48 {
    padding-top: 48px;
  }

  .sec.pb-48 {
    padding-bottom: 48px;
  }

  .sec_bggray.pb-28 {
    padding-bottom: 28px;
  }

  .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;
  }

  .sec_container_01_left {
    padding: 64px 1.5em 0;
    background: #fff;
    text-align: left;
  }

  .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;
  }

  #paypay_interchange .pb-0 {
    padding-bottom: 0;
  }

  .subject_title.contents_title h2.mb-48 {
    margin-bottom: 48px;
  }

  #paypay_interchange .mb-48 {
    margin-bottom: 48px;
  }

  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }

  .list_inner .subtxt {
    margin-top: 30px;
  }

  .list_inner .subtxt.pb-0 {
    padding-bottom: 0;
  }

  #paypay_interchange .pt-16 {
    padding-top: 16px;
  }

  #paypay_interchange .pt-20 {
    padding-top: 20px;
  }

  #paypay_interchange .pb-30 {
    padding-bottom: 30px;
  }

  #paypay_interchange .pt-30 {
    padding-top: 30px;
  }

  #paypay_interchange .pt-30-pc {
    padding-top: 30px;
  }

  #paypay_interchange .pb-50 {
    padding-bottom: 50px;
  }

  #paypay_interchange .mb-0 {
    margin-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;
  }
}

.link_color {
  color: #203d95;
}

.p_bt48 {
  margin-bottom: 48px !important;
}

.pd0 {
  padding-bottom: 0 !important;
}

.tex_dec {
  font-weight: bold;
  text-decoration: underline;
}

.icon_blank_bl {
  display: inline-block;
  width: 12px;
  height: 10.5px;
  max-width: none;
  margin-bottom: 0 !important;
  margin-left: 4px;
  vertical-align: middle;
}

#paypay_interchange .exchange-note-gray {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  #paypay_interchange p.exchange-note-gray {
    margin-bottom: 0;
  }

  p.mb30 {
    margin-bottom: 30px !important;
  }
  .multiwrap.mb0 {
    margin-bottom: 0;
  }
  .multiwrap {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;

    .sec_yellow {
      margin: 0;
    }
  }

  .multiwrap.col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .multiwrap.col1-2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sec_yellow.item_1 {
    grid-column: 1 / 3;
  }

  .multielements {
    display: grid;
    column-gap: 20px;

    img.icon {
      max-width: 86px;
      height: auto;
      margin-bottom: 0;
    }
  }

  .multielements.w86 {
    grid-template-columns: 86px 1fr;
  }

  .multielements.w320 {
    grid-template-columns: 320px 1fr;
  }

  .preview {
    text-align: center;

    p.head {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 700;
    }

    .w246 {
      max-width: 246px;
      margin: 0 auto;
    }
  }
}

@media screen and (max-width: 768px) {
  p.mb30 {
    margin-bottom: 1.3em !important;
  }
  .multiwrap.mb0 {
    margin-bottom: 0;
  }
  .multiwrap {
    display: grid;
    row-gap: 20px;
    column-gap: 30px;
    margin-top: 40px;
    margin-bottom: 20px;

    .sec_yellow {
      margin: 0;
    }
  }

  .multielements {
    display: grid;
    column-gap: 20px;

    img.icon {
      max-width: 86px;
      height: auto;
      margin-bottom: 0;
    }
  }

  .newt-get-btn-link.mxw385 {
    grid-column: 1 / 3;
    width: 100%;
    margin: 20px auto 30px;
  }

  .multielements.w86 {
    grid-template-columns: 86px 1fr;
  }

  .multielements.w320 {
    row-gap: 20px;
  }

  .preview {
    text-align: center;

    p.head {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 700;
    }

    .w246 {
      max-width: 246px;
      margin: 0 auto;
    }
  }
}

@media screen and (min-width: 769px) {
  .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%;
  }

  a:hover {
    text-decoration: none;
    transition: opacity 400ms ease;
  }

  .btn-red a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
}

@media screen and (max-width: 768px) {
  .sp-mt20 {
    margin-top: 20px;
  }

  .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%;
  }

  /* スクロールバー
	--------------------------------------------------------------- */
  .card-scroll {
    padding: 0;
    margin-top: 20px;
    overflow-x: auto;
    margin-bottom: 10px;
  }
  .scroll_inner {
    width: 960px;
    margin-bottom: 2.3rem;
  }

  .card-scroll {
    padding: 0;
    overflow-x: auto;
  }

  /* simplebar用 */
  .simplebar-track {
    background: #e5e5e5; /* バーの背景色を設定 */
    border-radius: 10px; /* バーを丸く */
  }

  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1; /* デフォルトが薄いから */
  }

  .simplebar-track .simplebar-scrollbar::before {
    background: #203d95; /* バーの色を設定 */
  }

  /* スクロールここまで */
}

/* アコーディオン見出し */
.question h2 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  color: #003f98;
  margin: 0px auto 40px;
  text-align: center;
}

#paypay_interchange .question {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .question h2 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #003f98;
    margin: 0px auto 20px;
    text-align: center;
  }
  a:hover {
    text-decoration: none;
  }
}

/* ▼アコーディオン */
.col-basic > a {
  position: relative;
  display: block;
  padding: 20px 0 20px 25px;
  border-top: 1px solid #e5e5ea;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #203d95;
}

.basic-item p {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.basic-item p a {
  text-decoration: underline;
  color: #203d95;
}

.col-basic > a strong {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #203d95;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.basic-item p strong {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  line-height: 1.588;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.col-basic > a span {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.col-basic > a span i {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #003f98;
  transition: transform 300ms ease;
}

.col-basic > a span i:nth-child(1) {
  width: 20px;
  height: 4px;
}

.col-basic > a span i:nth-child(2) {
  width: 4px;
  height: 20px;
}

.col-basic > a.on i:nth-child(2) {
  transform: rotate(-90deg);
}

.col-basic > a:hover {
  transition: opacity 300ms ease;
  opacity: 0.7;
}

.basic-item {
  display: none;
  padding: 0px 65px 20px 0px;
  font-size: 16px;
}

.basic-item a {
  text-decoration: underline;
}

.basic-item a:hover {
  opacity: 0.5;
}

.col-basic:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.col-basic {
  line-height: 1.588;
}

@media all and (max-width: 767px) {
  .col-basic > a {
    position: relative;
    display: block;
    padding: 20px 50px 20px 25px;
    border-top: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    color: #203d95;
  }

  .basic-item p {
    font-size: 16px;
    line-height: 1.8;
  }
  .basic-item p a {
    text-decoration: underline;
    color: #203d95;
  }

  .col-basic > a strong {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 11px;
    font-size: 16px;
    color: #203d95;
  }
  .basic-item p strong {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 2px;
    font-size: 16px;
    color: #333333;
  }

  .basic-item {
    display: none;
    padding: 0px 50px 20px 0px;
  }
}
/* ▲アコーディオン */

@media screen and (min-width: 769px) {
  .pb-0{
    margin-bottom: 0px;
  }
  .pt-48 {
    padding-top: 48px;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mb3em.decimal.mt30.mb20 {
    margin-bottom: 30px !important;
  }
  .btn-components {
    display: flex;
    .btn-regist.btn-red {
      width: 50%;
      margin: 0 25px 0 0;
    }
    .newt-get-btn-link.mb0 {
      width: 50%;
      margin: 0;
    }
  }
  a.out-link {
    border-bottom: 2px solid #203d95;
    text-decoration: none !important;
    img {
      position: relative;
      top: -2px;
    }
  }
  a.out-link:hover {
    border-bottom: none;
  }
  .subtxt.text-inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pt-48 {
    padding-top: 48px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb3em.decimal.mt30 {
    margin-top: 20px;
  }
  .newt-get-btn-link.mxw385.mb30 {
    margin-bottom: 20px;
  }
  .mb3em.decimal.mt30.mb20 {
    margin-bottom: 20px !important;
  }
  .exchange-note-gray.mb20 {
    margin-bottom: 20px;
  }
  .decimal.mt30.list{
    margin-top: 20px;
  }
  .btn-components {
    display: block;
  }
  a.out-link {
    border-bottom: 2px solid #203d95;
    text-decoration: none !important;
    img {
      position: relative;
      top: -2px;
    }
  }
  a.out-link:hover {
    border-bottom: none;
  }
  .subtxt.text-inner {
    margin-bottom: 20px;
  }
}
