@charset "utf-8";
.mobile_step_modal p {
  margin-bottom: 8px;
  font-weight: 400;
}
.mobile_step_modal span {
  font-weight: 400;
}
.mobile_step_modal p.fwb {
  font-weight: 700;
}
.mobile_step_modal a:link {
  text-decoration: underline;
  font-weight: 400;
}
.link-blank {
  text-decoration: underline;
}
.link-blank::after,
.link-blank-black::after,
.link-blank-white::after {
  content: '' !important;
  position: absolute !important;
  top: 1px !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  padding: 0 !important;
  display: inline-block;
  background: url(/common_v10/images/icn-link-blank-blue.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  margin: auto;
}
.h2-main {
  font-size: 24px;
  text-align: center;
  position: relative;
  color: #333;
}
.h2-main span {
  background-color: #fff;
  padding: 5px 50px;
  font-weight: 500;
}
.h2-main::before,
.h2-main::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  height: 4px;
  background: #e93817;
  border-radius: 2px;
  z-index: -2;
}
.h2-main::before {
  left: 0;
  transform: translateY(-50%);
}
.h2-main::after {
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .h2-main span {
    font-size: 18px;
    padding: 5px 15px;
  }
}
body.mobile_step_modal #newMainArea_1 {
  font-weight: 400 !important;
}
body.mobile_step_modal #newMainArea_1 .qr_img img {
  width: 180px;
  height: auto;
}
.kyc_modal-item img {
  height: 80px;
  width: auto;
}

.label-member {
  background: #f5d200 url(/common_v10/images/icn-member-black.svg) no-repeat 10px center;
  padding-left: 35px;
}
.txt-block-member {
  padding: 2px 5px;
  display: inline-block;
  background-color: #f5d200 !important;
  color: #111111 !important;
}
.mobile_step_modal .item5 {
  display: block;
}
@media screen and (max-width: 767px) {
  .item0 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .item0,
  .item1,
  .item2,
  .item3,
  .item4 {
    padding-top: 30px;
  }
}
/* 改行切り替え
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
