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_haifu {
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .card_haifu_subject {
    padding: 20px 0 50px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .subject_title {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 700;
    color: #203d95;
  }

  .subject__img {
    width: 320px;
  }

  .subtxt {
    padding: 33px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #203d95;
    text-align: center;
  }

  .cont02 {
    width: 640px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
  }

  .cont05 {
    padding: 60px 0 0;
  }

  /* アプリ登録で登録するとスマホで貯まる
	--------------------------------------------------------------- */
  #appli .subject02 {
    padding: 0;
    text-align: center;
  }

  #appli .flow {
    max-width: 960px;
    padding: 40px 50px 60px;
    margin: 50px auto;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
  }

  .cont03pc {
    padding: 0 0 60px;
  }

  .subtxt02 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    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: 960px;
    padding-top: 16px 0 10px;
    margin: 0 auto;
    text-align: center;
  }

  .flow-step {
    display: flex;
    justify-content: space-between;
    margin: 55px 0 10px;
  }

  .flow-step .flow-sec {
    width: calc(25% - 17px);
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
  }

  .step-item {
    position: relative;
    padding: 20px 10px 40px;
    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;
  }

  .appbtn {
    position: relative;
    display: flex;
    align-items: center;
    width: 470px;
    padding: 8px;
    margin: 50px auto 10px;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  }

  .appbtn-icon {
    width: 42px;
    height: auto;
    margin: 0 24px 0 5px;
  }

  .appbtn-txt {
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #203d95;
    text-align: left;
  }

  .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%;
  }

  #appli .note {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .appfaq .note a {
    display: inline-block;
    color: #203d95;
    text-decoration: underline;
  }

  .sitebtn {
    position: relative;
    align-items: center;
    width: 470px;
    padding: 12px 10px;
    margin: 20px auto 0;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  }

  .sitebtn-txt {
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #203d95;
    text-align: center;
  }

  .sitebtn ::after {
    position: absolute;
    top: 0;
    right: 14px;
    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%;
  }

  /* Vポイントをもっと知りたい！
--------------------------------------------------------------- */
  #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;
  }

  a:focus {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .card_haifu_subject {
    padding-top: 25px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .cont01 {
    padding: 0 1.5rem;
  }

  .subject_title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #203d95;
  }

  .subject__img {
    width: 196px;
  }

  .subtxt {
    padding: 17px 0 26px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    color: #203d95;
    text-align: left;
  }

  .cont01 h3 {
    line-height: 1.8;
    text-align: left;
    letter-spacing: -0.8px;
  }

  .cont03 {
    padding: 0 15px;
  }

  .cont05 {
    padding: 3rem 15px 0;
  }

  #btnsection {
    padding: 0 1.5rem;
  }

  /* アプリ登録で登録するとスマホで貯まる
	--------------------------------------------------------------- */
  #appli .subject02 {
    padding: 30px 0 0;
    text-align: center;
  }

  #appli .flow {
    background: #fff;
    border-radius: 5px;
  }

  .subtxt02 {
    padding: 30px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }

  #appli .note {
    font-size: 1.3rem;
    text-align: center;
  }

  #appli .flowpic {
    padding: 0 25px 23px;
  }

  #appli .flowpic-txt {
    padding: 26px 0 15px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
  }

  #appli .flowpic-img {
    max-width: 350px;
    padding: 0 44px;
    margin: 0 auto 8px;
  }

  .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%);
  }

  .appbtn-icon {
    width: 44px;
    height: auto;
    margin-right: 44px;
  }

  .appbtn-txt {
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #203d95;
    text-align: left;
  }

  .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%;
  }

  .sitebtn {
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 345px;
    padding: 13px 10px;
    margin: 15px auto 0;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  }

  .sitebtn-txt {
    align-items: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #203d95;
    text-align: center;
  }

  .sitebtn ::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-top: 31px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
  }

  /* haifu-flow
	--------------------------------------------------------------- */
  .haifu-app ul.stepnote li + li {
    margin-top: 10px;
  }

  .haifu-step {
    margin: 20px 0;
  }

  .step-upper {
    display: flex;
  }

  .number-inner {
    padding-top: 0.8rem;
  }

  .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: 1.6rem;
    vertical-align: middle;
  }

  .step-item .number {
    position: relative;
    display: table-cell;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    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 {
    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: 12px 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;
    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 {
    padding: 21px 0 30px;
  }

  .appfaq .note a {
    display: inline-block;
    margin: 10px 0 0;
    color: #203d95;
    text-decoration: underline;
  }

  .note1 {
    font-size: 1.4rem;
  }

  /* Vポイントをもっと知りたい
	--------------------------------------------------------------- */
  #moreinfo .inner {
    padding: 0;
  }

  #moreinfo .banner,
  .banner2 {
    margin: 0 0 20px;
  }

  .banner_mar_sp {
    margin: 0 0 20px;
  }
}
