.sp { display: none; }

#point .ttl-img {
	width: 468px;
  height: 71px;
}

#point a,
#softbank-user a,
#start a { font-size: 16px; }

.pc-ta-c { text-align: center !important; }
.pc-mt-20 { margin-top: 20px !important; }
.pc-mt-30 { margin-top: 30px !important; }
.pc-mt-40 { margin-top: 40px !important; }
.pc-mt-50 { margin-top: 50px !important; }

.pc-ml-100 { margin-left: 100px !important; }


 #contents-area, .lyt-col-1 #contents-body {
  width: 100%;
 }

.section-inner {
  width: 1280px;
}

 .pc-cont-inner {
  width: 950px;
  margin: 0 auto;
}

.mv {
  background: #ff0033;
  text-align: center;
}

#banner {
  padding: 60px 0;
}
.banner-item-link {
  display: block;
  width: 750px;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.banner-item-link:hover {
  opacity: 0.6;
}

#point {
  text-align: center;
  margin-top: 60px;
}

.point-img-read {
  position: relative;
}

.point-img-read-note {
  position: absolute;
  right: 300px;
  top: 65px;
  font-size: 14px;
}

.bg-point-top {
  position: relative;
  position: relative;
  z-index: -1;
  margin-top: -100px;
  margin-bottom: 0;
}

.bg-point-top img {
  width: 100%;
}

.point-use {
  background: -moz-linear-gradient(top, #f9d9f1, #fee6e8);
  background: -webkit-linear-gradient(top, #f9d9f1, #fee6e8);
  background: linear-gradient(to bottom, #f9d9f1, #fee6e8);
  padding-top: 80px;
}

#point .point-01, #point .point-02, #point .point-03, #point .point-04, #point .point-05 {
  text-align: left;
}

.point-01, .point-03, .point-05 {
  background-color: #fef8fc;
  width: 870px;
  padding: 70px 40px;
  border-radius: 10px;
}

.point-02, .point-04 {
  width: 870px;
  padding: 70px 40px;
}

.point-01 {
  margin-top: 10px;
}

.point-text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.point-inner-img-r-flex {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.point-inner-flex-pic-r {
  width: 230px;
  margin-left: 40px;
}

.point-inner-img-l-flex {
  display: flex;
  flex-flow: row-reverse;
}

.point-inner-flex-pic-l {
  width: 230px;
  margin-right: 40px;
}

.point-inner-img-r-flex p a,
.point-inner-img-l-flex p a {
  font-size: 16px;
}

.point-inner-img-r-flex p a:hover,
.point-inner-img-l-flex p a:hover {
  text-decoration: none;
}

.list-note {
  text-align: left;
  margin-top: 30px;
}

.list-note-decimal {
  margin-top: 0 !important;
}

.bg-point-bottom {
  margin-bottom: 0;
}

.bg-point-bottom img {
  width: 100%;
}

#softbank-user {
  text-align: center;
}

.cont-white-bg {
  padding: 50px 80px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.cont-white-bg h3 img {
  width: 100%;
}

.cont-gray-bg {
  margin: 40px 0 50px 0;
  padding: 30px 0;
}

.cont-gray-bg .list-note {
  font-size: 14px;
  color: #000;
  width: 500px;
  margin: 0 auto;
}

.list-note li, ul.notice-list li {
  padding: 0;
}

.cont-gray-bg .list-note-text {
  padding-left: 35px;
}


.cont-gray-bg p {
    margin: 0;
    line-height: 1.5em;
}

p.bg-softbank-user-bottom {
  margin-bottom: 0;
}

.bg-softbank-user-bottom img {
  width: 100%;
  height: 163px;
  object-fit: cover;
}

#start {
  background: url(/mobile/set/data/paypay/img/202007/p/bg-start.jpg)no-repeat top center;
  background-size: cover;
  padding-bottom: 70px;
}

#start h2 {
  font-size: 55px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.pc-cont-flex {
  display: flex;
}

.ttl-step {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-shadow:3px 2px 7px #333;
  position: relative;
  padding-bottom: 10px;
}

.ttl-step::before {
  content: '';
  height: 1px;
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 10px;
  box-shadow: 1px 2px 3px #333;
}

.ttl-step::after {
  content: '';
  height: 1px;
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  right: 10px;
  box-shadow: 1px 2px 3px #333;
}

.start-inner {
  width: 296px;
  margin: 0 auto;
}

.step-text {
  font-size: 20px;
}

.start-img-qr {
  padding-top: 20px;
}

.step-btn a {
  padding: 18px 51.5px;
  width: 150px;
  margin-top: 40px;
}

.step-btn a:hover {
  background-color: #44413c;
  color: #fff;
}

.step-btn a::after {
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    right: 25px;
}


.float-bnr-img {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E5E5E5;
  z-index: 9999;
}
.float-bnr-img.bgBlue {
  background: #4687ed;
  border-bottom: 1px solid #2c5595;
  border-top: 1px solid #2c5595;
}
.float-bnr-img.bgBlack .bnr-img img {
  margin: 23px;
}
.bnr-item {
  margin: 5px auto;
  height: 80px;
  max-width: 950px;
  display: flex;
  justify-content: center;
}
.bnr-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.bnr-text-item {
 margin: 10px auto;
}
.bnr-txt-bx {
  margin: 28px 0 0 15px;
}
.float-bnr-img.bgBlack .bnr-item .bnr-txt-bx {
  margin: 18px 0 0 20px;
}
a.button-blue-item {
  color: #fff;
  width: 20%;
  min-width: 250px;
  margin: 22px 0 16px 23px;
  font-size: 16px;
  margin-left: 29px;
  display: block;
  text-align: center;
  border-radius: 100px;
  line-height: 44px;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.4s;
  background-color: #4687ed;
  border: 1px solid #fff;
  text-decoration: none;
}
a.button-blue-item:hover {
  opacity: 0.6;
}
/*a.button-blue-item:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.close-btn {
display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  right: 0;
  cursor: pointer;
  margin-top: 10px;
}
.close-btn-s {
  display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    margin-top: 10px;
  }
.close-btn span::before,
.close-btn span::after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 84%;
height: 16%;
margin: -8% 0 0 -42%;
background: #fff;
}

.close-btn span::before {
transform: rotate(-45deg);
}
.close-btn span::after {
transform: rotate(45deg);
}

/*pr banner追加*/
mobile-page-u96-product-tab-type02-inner.pc{
  position: relative;
}
.inner.pc{
  position: relative;
}
.link-btn-pr {
  position: absolute;
  cursor: pointer;
  bottom: 42px;
  /* right: 50%; */
  /* left: 50%; */
  left: 34%;
  width: 305px;
  height: 31px;
}

.cont-box-gray {
  padding: 20px;
  color: #666666;
  margin: 0 50px auto;
}

.border-type01 {
  margin: 60px 0;
}
/*-----------------------------------
2021.09.08 add
------------------------------------*/
.cont-box-gray ul {
  list-style-type: disc;
  margin-left: 20px;
}

.cont-box-gray ul li:not(:last-child) {
  margin-bottom: 10px;
}

#paypay-payment {
  text-align: center;
}

#paypay-payment h2 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.bg-paypay-payment-bottom {
  margin-bottom: 0;
}
.bg-paypay-payment-bottom img {
  width: 100%;
  height: 161px;
  object-fit: cover;
}
.cont-inner-title-bg {
  background: rgb(230,91,194);
  background: linear-gradient(90deg, rgba(230,91,194,1) 0%, rgba(249,143,156,1) 100%);
}
.cont-inner-title-bg h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
#paypay-payment .cont-inner {
  position: relative;
}
#paypay-payment .cont-inner-title-bg {
  border-radius: 10px 10px 0 0;
  padding: 100px 0 35px;
}
#paypay-payment .cont-white-bg {
  padding: 10px 80px 50px;
  border-radius: 0px 0px 10px 10px;
}
#paypay-payment .cont-innet-title-wrap img {
  position: absolute;
  top: -50px;
  left: 200px;
}
.cont-white-bg:last-child {
  margin-bottom: 0;
}

/*-----------------------------------
2021.12.22 add
------------------------------------*/
    
.pc-mt-10 { margin-top: 10px !important; }
.pc-mb-0 { margin-bottom: 0px !important; }
    
.attention p{
  position: relative;
  padding-left: 30px;
}

.attention p span {
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------
2024.01.09 add
------------------------------------*/
#softbank-user h2 {
  padding-top: 20px;
  padding-bottom: 22px;
}

.cont-sb-premium:hover {
  opacity: 0.6;
}

.cont-sb-premium img {
  width: 100%;
}

.cont-sbpremium-icon {
  margin-top: 44px;
}

.cont-sbpremium-btn {
  margin: 35px 0 0;
}

.cont-sbpremium-btn a {
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.102);
  width: 251px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  color: #ffffff!important;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

.cont-sbpremium-btn a:hover {
  opacity: 0.6;
}

.cont-sbpremium-btn a::after {
  display: block;
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.img-paypay-otoku-2022 {
  margin: 50px 0;
  text-align: center;
}