html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif !important;
}

#card_info {
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .card-info-subject {
    padding: 20px 0 50px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .subject_title {
    margin-bottom: 38px;
    font-size: 32px;
    font-weight: 700;
    color: #203d95;
  }

  .subject__img {
    width: 324px;
  }

  .cardsubtxt {
    padding: 37px 0 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .cont02 {
    width: 640px;
    margin: auto;
    line-height: 1.8;
    text-align: center;
  }

  .cont03 {
    padding: 50px 0 60px;
  }

  .cont02 h3 {
    font-size: 20px;
    line-height: 1.7;
  }

  .content {
    margin: 0 20px;
  }

  /* 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;
  }

  .anchor-list li + li {
    border-top: 1px solid #d6d6d6;
  }

  .anchor {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #203d95;
    vertical-align: middle;
  }

  .anchor ::after {
    position: absolute;
    right: 10px;
    bottom: 20px;
    display: block;
    width: 14px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl_down.png);
    background-size: 100% 100%;
  }

  /* 仮カードとは
--------------------------------------------------------------- */
  .whatcont03 {
    padding: 48px 0 60px;
  }

  #what .subject_title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #203d95;
  }

  .subtxt {
    padding: 0 0 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .annotation {
    padding: 0 0 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  #what .cont04 {
    max-width: 700px;
    margin: 0 auto 30px;
  }

  #what .container {
    display: flex;
    max-width: 500px;
    padding-top: 20px;
    margin: 0 auto;
  }

  .period {
    max-width: 163px;
    padding-left: 13px;
  }

  .period02 {
    padding: 1em 0 0 2rem;
  }

  .period-txt {
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
  }

  /* アプリ登録でもっと便利に
	--------------------------------------------------------------- */
  #appli .subject02 {
    padding: 0 40px;
  }

  #appli .subject02 {
    text-align: center;
  }

  #appli .subject_title {
    margin-bottom: 52px;
    font-size: 28px;
    font-weight: 700;
    color: #203d95;
  }

  #appli .flow {
    max-width: 960px;
    padding: 40px 50px 60px;
    margin: auto;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
  }

  .cont03pc {
    padding: 60px 0;
  }

  .subtxt02 {
    padding-bottom: 1.4rem;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .flow .note {
    padding-bottom: 3rem;
    font-size: 14px;
    text-align: center;
  }

  #appli .vptpic {
    padding: 0;
  }

  #appli .vptpic img {
    width: 700px;
  }

  #appli .flowpic {
    display: flex;
    padding-top: 52px;
  }

  #appli .flowpic-container {
    width: 108%;
    margin: 0 48px;
  }

  #appli .flowpic-container-column {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #appli .flowpic-container-column .child_1 {
    order: 2;
    padding-top: 30px;
  }

  #appli .flowpic-container-column .child_2 {
    order: 1;
  }

  #appli .flowpic-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
  }

  #appli .flowpic-img {
    max-width: 260px;
    padding-top: 16px;
  }

  /* 登録は簡単3ステップ
	--------------------------------------------------------------- */
  .subject_title_black {
    margin: 62px 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  #step {
    max-width: 1040px;
    padding: 16px 40px 0;
    margin: 0 auto;
    text-align: center;
  }

  .flow-step {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 0;
  }

  .flow-step .flow-sec {
    width: calc(25% - 17px);
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
  }

  .step-item {
    position: relative;
    padding: 20px 10px 60px;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
  }

  .step-item h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .step-item .number {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #00428b;
    border-radius: 20px;
    transform: translateX(-50%) translateY(-50%);
  }

  .number-inner {
    padding-top: 2rem;
    line-height: 1.2;
    text-align: center;
  }

  .step-item span i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 17px;
    margin: auto;
    background: url(../img/icon_check.png);
    background-size: 100% 100%;
  }

  .step-item .step-inner1 {
    margin: 30px 0 0;
  }

  .step-item .step-inner1 figure {
    width: 92%;
    margin: auto;
  }

  .step-item .step-inner1 figure img {
    position: relative;
  }

  .step-item .step-inner1 .step-txt {
    width: 100%;
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .step-item .step-inner1 .step-txt p {
    font-weight: bold;
  }

  .step-txt .note {
    font-size: 14px;
  }

  #appli .appbtn {
    position: relative;
    display: flex;
    align-items: center;
    width: 470px;
    padding: 8px;
    margin: 60px auto 10px;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  }

  #appli .appbtn-icon {
    width: 42px;
    height: auto;
    margin: 0 24px 0 5px;
  }

  #appli .appbtn-txt {
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #203d95;
    text-align: left;
  }

  #appli .appbtn ::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://img.tsite.jp/resources/common/icon/arrow_blue.svg) 0 0 no-repeat !important;
    background-size: 100% 100%;
  }

  .appfaq .note {
    font-size: 14px;
    text-align: center;
  }

  .appfaq .note a {
    display: inline-block;
    margin: 10px 0 0;
    color: #203d95;
    text-decoration: underline;
  }

  /* Vポイントをもっと知りたい！
--------------------------------------------------------------- */

  .moreinfocont03 {
    padding: 50px 0 0;
  }

  #moreinfo .inner {
    display: flex;
    margin-bottom: 20px;
  }

  #moreinfo .banner {
    margin: 0 20px 0 0;
  }

  .banner_frex {
    display: flex;
  }

  .banner_mar {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .card-info-subject {
    padding: 25px 0 22px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .cont01 {
    padding: 0 1.5rem;
  }

  .subject_title {
    margin-bottom: 23px;
    font-size: 24px;
    font-weight: 700;
    color: #203d95;
  }

  .subject__img {
    width: 196px;
  }

  .cardsubtxt {
    padding: 1.8rem 0 0.3rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }

  .cont01 h3 {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }

  /* 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;
    padding: 14px 0;
  }

  .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: 17px;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl_down.png);
    background-size: 100% 100%;
  }

  /* 仮カードとは
	--------------------------------------------------------------- */
  .whatcont03 {
    padding: 3rem 1.5rem 4rem;
  }

  #what .subject_title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #203d95;
  }

  .subtxt {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }

  .annotation {
    padding: 25px 0 6px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
  }

  /* スクロールバー
	--------------------------------------------------------------- */
  .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; /* バーの色を設定 */
  }

  .scroll_inner {
    width: 490px;
    margin-bottom: 2.3rem;
  }

  /* スクロールここまで */

  #what .container {
    display: flex;
    justify-content: center;
    padding-top: 27px;
    margin: 0 auto;
  }

  .period {
    width: 100%;
    max-width: 143px;
  }

  .period02 {
    padding-left: 26px;
  }

  .period-txt {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  /* アプリ登録でもっと便利に
	--------------------------------------------------------------- */
  .cont05 {
    padding: 41px 1.5rem 32px;
  }

  #appli .subject02 {
    text-align: center;
  }

  #appli .subject_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #203d95;
  }

  #appli .flow {
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
  }

  .subtxt02 {
    padding-top: 30px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }

  #appli .note {
    padding: 7px 0 30px;
    font-size: 13px;
    text-align: center;
  }

  #appli .note1 {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: -0.8px;
  }

  #appli .flowpic {
    padding: 0 25px 28px;
  }

  #appli .flowpic-txt {
    padding: 27px 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
  }

  #appli .adjust {
    padding: 20px 0 5px;
  }

  #appli .flowpic-img {
    max-width: 350px;
    padding: 0 44px;
    margin: 0 auto 8px;
  }

  #appli .appbtn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 345px;
    padding: 8px 15px 9px;
    margin: 30px auto 14px;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  }

  #appli .appbtn-icon {
    width: 44px;
    height: auto;
    margin-right: 44px;
  }

  #appli .appbtn-txt {
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #203d95;
    text-align: left;
  }

  #appli .appbtn ::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://img.tsite.jp/resources/common/icon/arrow_blue.svg) 0 0 no-repeat !important;
    background-size: 100% 100%;
  }

  /* 登録は簡単3ステップ
	--------------------------------------------------------------- */
  .subject_title_black {
    padding: 45px 0 0;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
  }

  /* haifu-flow
	--------------------------------------------------------------- */
  .haifu-app ul.stepnote li + li {
    margin-top: 10px;
  }

  .haifu-step {
    margin: 24px 0 30px;
  }

  .step-upper {
    display: flex;
  }

  .number-inner {
    padding: 0 0 0 10px;
    padding-top: 0.8rem;
    font-weight: bold;
    vertical-align: middle;
  }

  .step-item {
    position: relative;
    padding: 15px 25px 18px;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
  }

  .step-item + .step-item {
    padding: 15px 25px 18px;
    margin-top: 23px;
  }

  .step-item h4 {
    display: table;
    font-size: 16px;
    vertical-align: middle;
  }

  .step-item .number {
    position: relative;
    display: table-cell;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #00428b;
    border-radius: 20px;
  }

  .step-item h4 span {
    position: relative;
    display: table-cell;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #00428b;
    border-radius: 20px;
  }

  .step-item h4 strong {
    display: table-cell;
    padding: 0 0 0 10px;
    font-weight: bold;
    vertical-align: middle;
  }

  .step-item span i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 12px;
    margin: auto;
    background: url(../img/icon_check.png);
    background-size: 100% 100%;
  }

  .step-item .step-inner1 {
    display: flex;
    margin: 15px 0 0;
  }

  .step-item .step-inner1 figure {
    width: 150px;
    min-width: 150px;
  }

  .step-item .step-inner1 figure img {
    position: relative;
  }

  .step-item .step-inner1 .step-txt {
    width: 60%;
    padding: 0 0 0 8px;
    font-size: 14px;
    line-height: 1.6;
  }

  .step-item .step-inner1 .step-txt p {
    font-weight: bold;
  }

  .step-item .step-inner1 .step-txt span {
    display: inline-block;
    margin: 10px 0 0;
  }

  .appfaq .note a {
    display: inline-block;
    margin: 10px 0 0;
    color: #203d95;
    text-decoration: underline;
  }

  /* Vポイントをもっと知りたい
	--------------------------------------------------------------- */
  .cont03sp {
    padding: 3rem 1.5rem 0;
  }

  .subject_title-sp {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #203d95;
  }

  #moreinfo .inner {
    padding: 0;
  }

  #moreinfo .banner,
  .banner2 {
    margin: 0 0 20px;
  }

  .banner_mar_sp {
    margin: 0 0 20px;
  }

  a:link,
  a:visited,
  a:active {
    text-decoration: none;
  }
}

@media (min-width: 514px) and (max-width: 768px) {
  .subtxt {
    padding: 1rem 0;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
  }

  .cont04 {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 567px) and (max-width: 768px) {
  .step-item {
    position: relative;
    padding: 15px 35px;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
  }

  .step-item .step-inner1 .step-txt {
    width: 100%;
    padding: 0 0 0 8px;
    font-size: 14px;
    line-height: 1.6;
  }

  .step-item + .step-item {
    padding: 15px 35px;
    margin-top: 23px;
  }
}
