  /* aboutページここから */
  .input-title {
    margin-top: 16px;
    margin-bottom: 4px;
    text-align: center;
    color: var(--mtg-blue-1);
  }

  .mtg-process-page-title {
    margin-bottom: 400px;
    text-align: center;
    font-size: 32px;
  }

  /* 背景画像 */
  .mainframe {
    margin: auto -24px;
    padding: 0;
    background: url(../../about/image/about-herobg_sm.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }

  /* 背景画像firefox */
  @-moz-document url-prefix() {
    .mainframe {
      background: url(../../about/image/about-herobg_sm.png);
      background-repeat: no-repeat;
      background-position: top;
      background-size: 100% auto;
      position: relative;
      z-index: 1;
    }
  }

  /* 新規登録キャンペーン */
  .signup-campaign {
    width: 100%;
    margin: 413px auto 0px;
    background-size: cover;
    text-align: center;
  }

  .signup-campaign .contents-pc {
    display: none;
  }

  .signup-campaign .contents-sp {
    display: block;
  }

  .signup-campaign>.contents-link {
    width: 87.2%;
    max-width: 327px;
    margin: 0 auto;
    margin-top: 8px;
  }

  /* ガス・電気の料金がわかりやすく */
  .section-price {
    width: 100%;
    margin: 24px auto 0px;
    background-size: cover;
    text-align: center;
  }

  .section-price .contents-pc {
    display: none;
  }

  .section-price .contents-sp {
    display: block;
  }

  .contents-sp>img {
    width: 87.2%;
    max-width: 327px;
    border-radius: 8px;
  }

  /* たまったポイントを交換できる */
  .section-point {
    width: 100%;
    margin: 24px auto 0px;
    background-size: cover;
    text-align: center;
  }

  .section-point .contents-pc {
    display: none;
  }

  .section-point .contents-sp {
    display: block;
  }

  /* 暮らしに役立つ特典がたくさん */
  .section-kurashi {
    width: 100%;
    margin: 24px auto 0px;
    background-size: cover;
    text-align: center;
  }

  .section-kurashi .contents-pc {
    display: none;
  }

  .section-kurashi .contents-sp {
    display: block;
  }

  /* LINEで料金確認も */
  .section-line {
    width: 100%;
    margin: 24px auto 0px;
    background-size: cover;
    text-align: center;
  }

  .section-line .contents-pc {
    display: none;
  }

  .section-line .contents-sp {
    display: block;
  }

  /* 案内 */
  .section-guide {
    width: 87%;
    max-width: 327px;
    margin: 40px auto;
  }

  .input-guide {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .mtg-confirm-item {
    margin-bottom: 8px;
    font-size: var(--mtg-body-strong-s);
    font-weight: var(--mtg-body-strong-w);
  }

  .input-guide.last {
    margin: 0;
  }

  .static-button-cta.first {
    display: none;
  }

  .static-button-cta.second {
    display: none;
  }

  a.static-button-cta.third {
    width: 82.3%;
    max-width: 269px;
    bottom: 16px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.5));
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
  }

  @media screen and (min-width: 520px) {
    .mtg-procedure-web {
      margin-left: 16px;
    }

    .mtg-letterimg {
      margin-left: 16px;
    }
  }

  .login-new-customer {
    margin: 12px 0 8px;
  }

  .mtg-show-process {
    margin-bottom: 24px;
  }


  /* タブレット(520px以上) */
  @media screen and (min-width: 520px) {

    .mtg-main-contents {
      padding-left: auto;
      padding-right: auto;
      max-width: 768px;
    }

    .input-title {
      margin-top: 52px;
      margin-bottom: 4px;
    }

    .mtg-process-page-title {
      margin-bottom: 90px;
    }

    /* 背景画像 */
    .mainframe {
      padding: 0;
      background: url(../../about/image/about-herobg_pc.png);
      background-repeat: no-repeat;
      background-position: top;
      background-size: 560px 357px;
      position: relative;
      z-index: 1;
    }

    /* 背景画像firefox */
    @-moz-document url-prefix() {
      .mainframe {
        padding: 0;
        background: url(../../about/image/about-herobg_pc.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 560px 357px;
        position: relative;
      }
    }

    /* 新規登録キャンペーン */
    .signup-campaign {
      width: 100%;
      margin: 153px auto 0px;
      background-size: cover;
      text-align: center;
    }

    .signup-campaign .contents-pc {
      display: block;
    }

    .signup-campaign .contents-sp {
      display: none;
    }

    .signup-campaign>.contents-link {
      width: 72.9%;
      max-width: 560px;
      margin: 0 auto;
      margin-top: 8px;
    }

    /* ガス・電気の料金がわかりやすく */
    .section-price {
      width: 100%;
      margin: 32px auto 0px;
      background-size: cover;
      text-align: center;
    }

    .section-price .contents-pc {
      display: block;
    }

    .section-price .contents-sp {
      display: none;
    }

    .contents-pc>img {
      width: 72.9%;
      max-width: 560px;
      border-radius: 8px;
    }

    /* たまったポイントを交換できる */
    .section-point {
      width: 100%;
      margin: 32px auto 0px;
      background-size: cover;
      text-align: center;
    }

    .section-point .contents-pc {
      display: block;
    }

    .section-point .contents-sp {
      display: none;
    }

    /* 暮らしに役立つ特典がたくさん */
    .section-kurashi {
      width: 100%;
      margin: 32px auto 0px;
      background-size: cover;
      text-align: center;
    }

    .section-kurashi .contents-pc {
      display: block;
    }

    .section-kurashi .contents-sp {
      display: none;
    }

    /* LINEで料金確認も */
    .section-line {
      width: 100%;
      margin: 32px auto 0px;
      background-size: cover;
      text-align: center;
    }

    .section-line .contents-pc {
      display: block;
    }

    .section-line .contents-sp {
      display: none;
    }

    /* 案内 */
    .section-guide {
      width: 73%;
      max-width: 560px;
      margin: 52px auto 40px;
    }

    .input-guide {
      margin-bottom: 32px;
    }

    /* link */
    a.static-button-cta.third {
      max-width: 368px;
      bottom: 25px;
    }

    /* タブレット(768px以上) */
    @media screen and (min-width: 768px) {

      /* 背景画像 */
      .mainframe {
        margin: auto -200px;
      }

    }
  }

  /* pc(960px以上) */
  @media screen and (min-width: 960px) {

    .mtg-main-contents {
      padding-bottom: 0px;
    }

    .section-guide {
      margin-top: 40px;
      margin-bottom: 0;
    }

    a.static-button-cta.first {
      width: 368px;
      margin: 40px auto 8px;
      display: block;
    }

    a.static-button-cta.second {
      width: 368px;
      margin: 0px 96px 56px;
      bottom: 0px;
      filter: none;
      position: relative;
      display: inline-block;
    }

    a.static-button-cta.third {
      display: none;
    }
  }

  @media screen and (max-width: 550px) {
    .mtg-rsp-container {
      width: 90%;
    }
  }
  /* aboutページここまで */
  /* 規約ページここから */
  .mtg-rsp-container h1 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .mtg-rsp-container h2 {
    margin-bottom: 16px;
  }
  
  .mtg-rsp-container h3 {
    margin-bottom: 8px;
  }
  .mtg-rsp-container ol {
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .mtg-rsp-container ul {
    list-style-type: none;
    padding-inline-start: unset;
  }

  section.segmented-control {
    background: white;
    border-radius: 8px;
    height: 34px;
    margin: 24px 0;
    border: 1px solid white;
  }

  ul.tab-area {
    display:flex;
  }

  ul.tab-area > li {
    width: 50%;
    height: 32px;
  }

  ul.tab-area > li > a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    vertical-align: middle;
    color: #3359cc;
  }

  ul.tab-area > li.active > a {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #3359cc;
    border-radius: 8px;
  }

  span.tab-title-mtg {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: var(--mtg-body-strong-s);
    font-weight: var(--mtg-body-strong-w);
  }

  span.tab-title-point {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: var(--mtg-body-strong-s);
    font-weight: var(--mtg-body-strong-w);
  }

  ul.tab-area > li.active > a > .tab-title-mtg {
    color: white;
  }

  ul.tab-area > li.active > a > .tab-title-point {
    color: white;
  }

  p.description-bottom8 {
    margin-bottom: 8px;
  }

  p.description-bottom24 {
    margin-bottom: 24px;
  }

  p.caution {
    font-weight: var(--mtg-caption-w);
    font-size: var(--mtg-caption-s);
  }

  ol.ol-bottom{
    margin-bottom: 12px;
  }
  /* 規約ページここまで */
  /* 新規会員登録手順ページここから */
.ninsou-description {
    font-weight: var(--mtg-button-w);
    font-size: var(--mtg-button-s);
}

h1.page-title {
    margin-top: 24px;
    margin-bottom: 16px;
}
p.page-guide.under,
p.page-guide {
    margin-bottom: 40px;
}

/* 共通 */
section.touroku-process {
    margin-bottom: 24px;
    display: block;
}

div.img-area {
    text-align: center;
    margin-top: 16px;
}

.touroku-process > ol {
    padding-left: 16px;
    margin-bottom: 8px;
}

.touroku-process > ol > li {
    padding-left: 4px;
}

.touroku-process > a {
    margin-bottom: 24px;
}

.description.caution {
    font-size: var(--mtg-caption-s);
    font-weight: var(--mtg-caption-w);
}

/* ご本人さま確認 */

.touroku-process > ol.ident-guide-list {
    margin-bottom: 8px;
}

/* 画像 */

img.prosess-sp{
    width: 100%;
    border-radius: 8px;
    display: unset;
}

img.prosess-pc{
    display: none;
}

.image-adjustment {
    margin-left: -16px;
    margin-bottom: 16px;
}

.text-adjustment {
    margin-left: -16px;
    margin-top: 8px;
}

/* 動画 */
.movie {
  position: relative;
  width:100%;
  height: 0;
  padding-top: 56.25%;
  margin: 16px 0 24px;
}

.movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スマホ(横幅519px未満) */

@media screen and (max-width: 519px) {

    /* link */
    a.static-button-cta {
        width: 269px;
        bottom: 16px;
        margin: 0 auto;
        filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.5));
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
    }

}

/* タブレット(横幅520px以上) */

@media screen and (min-width: 520px) {

    p.page-title {
        margin-top: 32px;
    }

    /* 画像 */

    img.prosess-sp {
        display: none;
    }

    img.prosess-pc {
        width: 100%;
        border-radius: 8px;
        display: unset;
    }

    /* link */

    /* タブレット・PC(横幅960px以上) */
    @media screen and (min-width: 960px) {
        img.prosess-pc {
            width: 100%;
        }
    }
}
  /* 新規会員登録手順ページここまで */