body {
  background-color: #ffffff;
  min-width: auto;
}

.header {
    width: 1000px;
    padding: 18px 30px 17px 20px;
    height: 72px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 1000px;
}
.main h1, .main h2, .main h3, .main h4, .main p {
  padding: 0;
  margin: 0;
}
.main img {
  width: 100%;
}
.main a:hover,
.main button:hover {
  opacity: 0.8;
}
.main .showSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .showSP {
    display: block;
  }
}
.main .showPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .main .showPC {
    display: none;
  }
}
.main .ib {
  display: inline-block;
}

li {
  list-style: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.sp_br {
  display: none; 
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block; 
  }
}


.pc_br {
  display: block; 
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none; 
  }
}

/* @media(min-width:768px){
    .sp{
        display: none !important;
    }
}
@media(max-width:768px){
    .pc{
        display: none !important;
    }
} */

.pc { display: block !important; }
.sp { display: none !important; }
/* インライン要素の時 */
.pcinline { display: inline !important; }
.spinline { display: none !important; }

@media screen and (max-width:768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  /* インライン要素の時 */
  .pcinline{ display: none !important; }
  .spinline{ display: inline !important; }
}


/* ========== ft-btns ======================================== */
.ft-btns {
  padding: 2em 0;
  position: relative;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 1rem;
  .content {
    background-color: #b2b2b2;
    padding: 0 2rem 2rem;
    margin: 0 0 3rem 0;
    @media screen and (max-width: 768px) {
      padding: 0 0.5rem 2em;
    }
  }
  h3 {
    text-align: center;
    font-size: 1.375em;
    padding: 0;
    color: #fff;
    margin: 0 auto 0.75em;
    position: relative;
    /* width: 86%; */
    width: 100%;
    @media screen and (max-width: 768px) {
      font-size: 1.125em;
        width: 100%;
  }
    span {
      display: inline-block;
      background-color: #b2b2b2;
      padding: 0 1em;
      font-weight: bold;
      position: relative;
    }
    /* &::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      width: 100%;
      border-top: 4px dotted #fff;
    } */
  }
  .btns {
    display: flex;
    justify-content: center;
    @media screen and (max-width: 950px) {
        display: block;
    }
    a {
      display: block;
      border-radius: 1em;
      overflow: hidden;
      box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
      display: flex;
      img {
        width: 100%;
      }
    }
    div {
      +div {
        margin-left: 2em;
        @media screen and (max-width: 950px) {
          margin-left: 0;
          margin: 1rem 0;
      }
    }
  }
  +h3 {
    margin-top: 2.5rem;
  }
}
}


.main .cfooter {
  margin: 0 auto;
  /* padding: 40px 30px 120px 30px; */
  padding: 40px 30px 20px 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .cfooter {
    padding: 3rem 1rem 3rem;
    font-size: 1rem;
  }
}


.main .cfooter h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.2rem;
}
.main .cfooter .ccode {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 1rem auto;
  color: #000000;
}
.main .cfooter .ccode small {
  color: #999999;
  font-size: 12px;
}
.main .cfooter .t1, .main .cfooter .dcard-center {
  font-family: "Noto Sans JP", sans-serif;
}
.main .cfooter p {
  margin: 1rem auto;
  padding: 0;
}
.main .cfooter p.t2 {
  margin-top: 2rem;
}
.main .cfooter p a {
  color: #000000;
  text-decoration: underline;
}
.main .cfooter strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main .cfooter .cwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main .cfooter .cwrap > div {
    width: 100%;
  }
}
.main .cfooter .ended p {
  padding: 0;
  line-height: 1.75;
}
.main .cfooter .ended p:nth-child(1) {
  background-color: #e1e1e1;
  padding: 0 1em;
}
.main .cfooter .ended p + p {
  margin-top: 0.5em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main .cfooter .ended p + p {
    margin-bottom: 11.6666666667vw;
  }
}
.main .cfooter .ended a {
  color: #244f92;
}
.main .cfooter .icon_mobile {
  min-height: 25px;
  margin: 1em auto;
  display: flex;
  align-items: center;
  padding-left: 32px;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/common/images/icon_mobile.png) no-repeat left center;
  background-size: 25px 25px;
}
.main .cfooter .icon_mobile p {
  flex: 1;
}
.main .cfooter .icon_mobile a {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .main .cfooter .icon_mobile a {
    pointer-events: auto;
  }
}
.main .cfooter .add_bnr {
  margin: 32px 0 12px;
  border-bottom: #9A9A9A 1px solid;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr {
    margin: 5vw 0 2.5vw;
  }
}
.main .cfooter .add_bnr p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #CC0033;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr p {
    font-size: 3.75vw;
  }
}
.main .cfooter .add_bnr a {
  display: block;
  width: 940px;
  margin: 4px auto 56px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr a {
    margin: 0.8333333333vw auto 6.25vw;
    width: 87.5vw;
    pointer-events: auto;
  }
}


.main .cfooter .cwrap{
  position: relative;
}

.main .cfooter .pagetop-btn {
  position: absolute;
  width: 56px;
  height: 56px;
  display: block;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .main .cfooter .pagetop-btn {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    bottom: 0;
    right: 4.1666666667vw;
  }
}

.main .cfooter .cwrap small.copy{
  text-align: right;
  font-size: 12px;
}


.main .cpn-footer {
  background-color: #fff;
  padding: 20px 40px 160px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main .cpn-footer {
    padding: 22px 5% 31.25vw;
    width: 100%;
  }
}
.main .cpn-footer p {
  text-align: right;
  color: #000;
}

.main .floating-btn {
  display: none;
  background-color: #ffffff;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  padding: 16px 0;
}


.main .floating-btn .inner{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .floating-btn a {
	display: inline-block;
  width: 48%;
	margin: auto;
}
@media screen and (max-width: 768px) {
  .main .floating-btn {
    padding: 5vw 4.16666vw;
    width: 100%;
  }
}

.pagetop {
  width: 0;
  height: 0;
}



.icon_blank {
  background: url("//d1mts1n1u0bek1.cloudfront.net/std/common/images/icon_blank.png") no-repeat right center;
  background-size: 12px;
  padding-right: 20px;
  margin-right: 5px;
}


.main .header-logo {
    width: 77px;
    position: absolute;
    top: -18px;
    right: 30px;
    transform: translateY(-100%);
}


/* prize */

.main .prize{
  background: #1434CB;
  padding: 20px 0 40px; 
}

.main .prize .inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {

.main .prize{
  background: #1434CB;
  padding: 0px 0 20px; 
}

.main .prize .inner{
  padding: 0 30px 0;
}
}

.main .prizea {
	display: inline-block;
  width: 48%;
	margin: auto;
}
@media screen and (max-width: 768px) {
  .main .floating-btn {
    padding: 5vw 4.16666vw;
    width: 100%;
  }
}

.main .prize .inner a:first-child{
  margin-right: 12px;
}




/* ========== participate ======================================== */
.participate{
  margin-bottom : 120px;
}

@media screen and (max-width: 768px) {
.participate{
  margin-bottom : 25vw;
}
}

.participate .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
.participate .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 12.5vw;
}
}

.participate .inner h3{
  width: 90%;
  height: 64px;
  background-color: #CC0033;
  border-radius: 32px;
  position: absolute;
  top : -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
.participate .inner h3{
  width: 91.66666666666666vw;
  height: 16.6vw;
  background-color: #CC0033;
  border-radius: 12.5vw;
  position: absolute;
  top : -1.25vw;
  top : -6.25vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.participate .inner h3 img{
  width : 342px;
  height: 57px;
  display: block;
  margin: -5px auto 0;
}

@media screen and (max-width: 768px) {
.participate .inner h3 img{
  width : 76.66vw;
  height: 13.54vw;
  display: block;
  margin: -1.041vw auto 0;
}
}


.participate .inner .box{
  border : solid 2px #CC0033;
  border-radius: 29px;
  padding : 80px 40px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
 .participate .inner .box {
  padding : 16.666666666666664vw 4.16vw 8.333333333333332vw;
    }
}

.participate .inner .box .steps .item{
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.participate .inner .box .steps .item:nth-last-of-type(1){
  margin-bottom: 0;
}

.participate .inner .box .steps .item img{
  width : 81px;
  display: block;
  margin-right: 20px;
}

.participate .inner .box .imgs{
  width: 80%;
  margin: 0 auto;
  padding : 20px;
  border-bottom: solid 1px #000000;
  margin-bottom : 30px;
}

@media screen and (max-width: 768px) {
  .participate .inner .box .steps .item img{
  width : 10.546875vw;
  width: 16.875vw;
  display: block;
  margin-right: 2.604166666666667vw;
}


 .participate .inner .box .imgs {
  width: 100%;
  padding : 10px 0px;
  margin-top : 20px;
    }
}

.participate .inner .box p{
  font-size: 21px;
  font-weight: 700;
  color : #1434CB;
}

@media screen and (max-width: 768px) {
 .participate .inner .box p {
  font-size: 2.734375vw;
  font-size: 4.375vw;
    }
}

.participate .inner .box p.info,
.participate .inner .box p.note{
  text-align: center;
}

.participate .inner .box p.note{
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.participate .inner .box p a{
  text-decoration: underline;
  color : #CC0033;
}

.participate .inner .box p span{
    font-size: 15px;
    color: #000;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

@media screen and (max-width: 768px) {
.participate .inner .box p.note{
  font-size: 3.3333333333333335vw;
}

 .participate .inner .box p span {
  margin-top: 1.4vw;
  font-size: 3.25vw;
    }
}


/* ========== method ======================================== */
.method{
  margin-bottom : 120px;
}

@media screen and (max-width: 768px) {
.method{
  margin-bottom : 25vw;
}
}

.method .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
.method .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 12.5vw;
}
}

.method .inner > h3{
  width: 90%;
  position: absolute;
  top : -85px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
.method .inner > h3{
  width: 100%;
  top : -15.5vw;
}
}

.method .inner > .box{
  border: solid 2px #A5A5A5;
  background-color: #EAEAEA;
  border-radius: 29px;
  padding : 80px 96px 40px;
}

@media screen and (max-width: 768px) {
  .method .inner > .box {
    padding : 16.666666666666664vw 2.083333333333333vw 8.333333333333332vw;
  }
}

@media screen and (max-width: 768px) {
.method .inner > h3 img{
  width: 91.66666666666666vw;
}
}


.method .inner > .box .item{
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .item{
  display: flex;
  align-items: start;
  margin-bottom: 6.25vw;
}
}

.method .inner > .box .text{
  font-size: 20px;
  padding: 0 6px 10px 3px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .text{
  font-size: 4.166666666666666vw;
  padding: 0 1.25vw 2.083vw 0.625vw;
}
}

.method .inner > .box .item .left{
  width : 82px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .item .left{
  width : 17.08vw;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 1.66vw;
}
}


.method .inner > .box p{
  font-weight: 700;
  color : #000000;
}

.method .inner > .box h4{
  font-size: 28px;
  color : #333333;
  padding : 0 0 26px 0px;
  border-bottom: solid 1px #000000;
  margin-bottom : 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
.method .inner > .box h4{
  font-size: 5.833333333333333vw;
  color : #333333;
  padding : 0 0 5.41vw 0;
  border-bottom: solid 1px #000000;
  margin-bottom : 2.08vw;
  text-align: center;
}
}


.method .inner > .box .item .right > .note{
  display: flex;
  align-items: start;
  padding-left : 20px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .item .right > .note{
  display: flex;
  align-items: start;
  padding-left : 4.16vw;
}
}

.method .inner > .box .item .right > .note::before{
  content: "※";
}

.method .inner > .box .item .right > .note p{
  font-size: 15.6px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
.method .inner > .box .item .right > .note p{
  font-size: 3.25vw;
  font-weight: 500;
}
}


.method .inner > .box .item .right .text.mt{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .item .right .text.mt{
  margin-top: 8.33vw;
}
}

.method .inner > .box .arrow{
  margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
.method .inner > .box .arrow{
  margin: 4.16vw auto 8.33vw;
}
}

.method .inner > .box .arrow img{
  width : 40px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
.method .inner > .box .arrow img{
  width : 8.33vw;
  display: block;
  margin: 0 auto;
}
}

#use.method .inner > .box .explain{
  margin-top: 40px;
  padding : 0 20%;
}

@media screen and (max-width: 768px) {
#use.method .inner > .box .explain{
  margin-top: 8.33vw;
  padding : 0 20%;
}
}

#use.method .inner > .box .explain img{
  width: 100%;
}

#use.method .inner > .box .explain p{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#use.method .inner > .box .item .right h4 span{
        font-weight: 600;
}


@media screen and (max-width: 768px) {

#use.method .inner > .box .explain{
  margin-top: 40px;
  padding : 0 10px;
  text-align: center;
}

#use.method .inner > .box .explain img{
  width: 80%;
}

#use.method .inner > .box .explain p{
  font-size: 3.75vw;
}

#use.method .inner > .box .item .right h4{
  font-size: 5.833333333333333vw;
  display: flex;
  align-items: center;
  line-height: 1.3;
  padding: 0 0 1.6666666666666667vw 0;
  letter-spacing: 0.4166666666666667vw;
}

#use.method .inner > .box .item .right h4 span{
        display: block;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-left: -6.25vw;
}

#use.method .inner > .box .item .right img.sp{
  width : 17.083333333333332vw;
  height: 17.083333333333332vw;
  margin-right: 1.25vw;
}

.method .inner > .box .text {
    font-size: 4.166666666666666vw;
    padding: 0 1.25vw 2.083333333333333vw 0.625vw;
}

#use.method .inner > .box .item .right > .note{
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 3.25vw;
}

}


#setting.method .inner > .box .explain{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding : 0 15%;
}

@media screen and (max-width: 768px) {
#setting.method .inner > .box .explain{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.08vw;
  margin-bottom: 2.08vw;
  padding : 0 15%;
}
}

.method .inner > .box .explain .left{
  width: 50%;
}

.method .inner > .box .explain .left > img{
  width: 100%;
}

.method .inner > .box .explain .right{
  width: 50%;
}

.method .inner > .box .explain .right p{
  font-size: 24px;
  font-weight: 700;
  color : #000000;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
.method .inner > .box .explain .right p{
  font-size: 5vw;
  font-weight: 700;
  color : #000000;
  text-align: center;
  line-height: 1.2;
} 
} 

.method .inner > .box .explain .right p:nth-child(2){
  font-size: 18px;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
.method .inner > .box .explain .right p:nth-child(2){
  font-size: 3.75vw;
  margin-top: 2em;
}
} 

.method .inner > .box .note{
  counter-reset: num;
  max-width: 580px;
  margin: 0 auto 0;
}


@media screen and (max-width: 768px) {

#setting.method .inner > .box{
  padding: 20.8vw 2.08vw 8.33vw;
}    

#setting.method .inner > .box .explain{
  margin-top: 2.08vw;
  margin-bottom: 2.08vw;
  padding : 0 0%;
}  

.method .inner > .box .note{
  counter-reset: num;
  max-width: 90%;
  margin: 0 auto 0;
}

}


.method .inner > .box .note li{
  display: flex;
  align-items: start;
  justify-content: start;
  counter-increment: num;
}

.method .inner > .box .note li p{
 text-indent: -2.8em;
 padding-left: 2em;
 font-weight: 500;
}

@media screen and (max-width: 768px) {
.method .inner > .box .note li p{
 text-indent: -2.8em;
 padding-left: 2em;
 font-weight: 500;
 font-size: 3.25vw;
}
}

.method .inner > .box .note li p::before{
  content: "＊"counter(num);
  margin-right: 20px;
}



/* Apple Pay設定方法 #setting */

.method#setting .inner > .box .text{
  margin: 0 auto 0;
  text-align: center;
  font-weight: 700;
   padding: 10px 0 16px;
  border-bottom: 1px solid #000;
}

.method#setting .inner > .box .text span{
  background-color: #FCC015;
  font-weight: 700;
  padding: 2px 0px 2px 6px;
  margin-right: 8px;
}


@media screen and (max-width: 768px) {
.method#setting .inner > .box .text{
  font-size: 4.166666666666666vw;
  border-bottom: 1px solid #000;
  padding: 3.3333333333333335vw 0 3.3333333333333335vw;
}

.method#setting .inner > .box .text span{
  background-color: #FCC015;
  font-weight: 700;
  padding: 0.41vw 0 0.41vw 1.25vw;
  margin-right: 1.66vw;
}

.method#setting .inner > .box .btns{
  margin: auto;
  text-align: center;
}

.method#setting .inner > .box .btns img{
  width: 83.75vw;
  height: 16.666666666666664vw;
}

}




/* ========== faq ======================================== */

.faq{
  margin-bottom : 72px;
}

@media screen and (max-width: 768px) {
.faq{
  margin-bottom : 15vw;
}
}

.faq > .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
.faq > .inner{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 12.5vw;
}
}

.faq > .inner > h3{
  width: 90%;
  position: absolute;
  top : -53px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
.faq > .inner > h3{
  width: 100%;
  position: absolute;
  top : -14.1vw;
  left: 50%;
  transform: translateX(-50%);
}
}

.faq > .inner > h3 img{
  height: 100%;
  display: block;
  margin: 0 auto;
}

.faq > .inner > .box{
  border: solid 2px #6D82E7;
  background-color: #E6E9F8;
  border-radius: 
  29px;
  padding : 80px 96px 40px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box{
  padding : 16.666666666666664vw 2.083333333333333vw 8.333333333333332vw;
}
}

.faq > .inner > .box .item{
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item{
  margin-bottom: 4.166666666666666vw;
}
}

.faq > .inner > .box .item .question{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom : 15px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .question{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom : 3.125vw;
}
}

.faq > .inner > .box .item .question::before{
  content: "";
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/qa_question.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .question::before{
  content: "";
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/qa_question.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 11.583333333333332vw;
  height: 11.583333333333332vw;
  margin-right: 2.083333333333333vw;
}
}

.faq > .inner > .box .item .question p{
  font-size: 20px;
  font-weight: 700;
  color : #1434CB;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .question p{
  font-size: 4.166666666666666vw;
  font-weight: 700;
  color : #1434CB;
  width: 69.79166666666666vw;
}
}

.faq > .inner > .box .item .answer{
  background-color: #fff;
  display: flex;
  justify-content: start;
  align-items: start;
  padding : 10px 30px 10px 40px;
  border-top : solid 1px #6D82E7;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer{
  background-color: #fff;
  display: flex;
  justify-content: start;
  align-items: start;
  padding : 2.083333333333333vw 4.16vw 2.083333333333333vw 8.333333333333332vw;
  border-top : solid 1px #6D82E7;
}
}

/* .faq > .inner > .box .item .answer::before{
  content: "";
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/qa_answer.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 36px;
  margin-right: 10px;
  margin-top : -3px;
} */

.faq > .inner > .box .item .answer img.icon_answer{
  width: 18px;
  height: 17px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer img.icon_answer{
  width: 3.75vw;
  height: 3.5416666666666665vw;
}
}

.faq > .inner > .box .item .inner{
margin-left: 10px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .inner{
margin-left: 2.083333333333333vw;
}
}

.faq > .inner > .box .item .answer .main{
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer .main{
  margin-bottom: 1.0416666666666665vw;
}
}

.faq > .inner > .box .item .answer .main p{
  font-size: 18px;
  font-weight: 700;
  color : #000000;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer .main p{
  font-size: 3.75vw;
  font-weight: 700;
  color : #000000;
  line-height: 1.2;
}
}

.faq > .inner > .box .item .answer .note{
  padding : 0;
}

.faq > .inner > .box .item .answer .note p{
  font-size: 15.6px;
  font-weight: 400;
  color : #000000;
  line-height: 1.2;
  display: flex;
  justify-content: start;
  align-items: start;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer .note p{
  font-size: 3.25vw;
  font-weight: 400;
  color : #000000;
  line-height: 1.2;
  display: flex;
  justify-content: start;
  align-items: start;
}
}

.faq > .inner > .box .item .answer .note p::before{
  content: "※";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
.faq > .inner > .box .item .answer .note p::before{
  content: "※";
  margin-right: 1.0416666666666665 vw;
}
}

.faq > .inner > .box .item .answer .note p a{
  text-decoration: underline;
  color : #CC0033;
}


/* ========== conditions ======================================== */
.conditions > .inner{
  width: 95%;
  max-width: 800px;
  margin: 32px auto 0;
  position: relative;
  min-height: 64px;
}

@media screen and (max-width: 768px) {
.conditions > .inner{
  width: 95%;
  max-width: 800px;
  margin: 6.66vw auto 0;
  position: relative;
  min-height: 13.3vw;
}
}

.conditions > .inner > .accordion_btn{
  width: 90%;
  height: 64px;
  background-color: #6D82E7;
  border-radius: 32px;
  color : #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  top : -32px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_btn{
  width: 90%;
  height: 13.3vw;
  background-color: #6D82E7;
  border-radius: 6.66vw;
  color : #ffffff;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  top : -6.66vw;
  left: 50%;
  transform: translateX(-50%);
}
}

.conditions > .inner > .accordion_btn:after{
  content: "";
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/me_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: absolute;
  right: 30px;
  top : 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_btn:after{
  content: "";
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/me_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 5vw;
  height: 5vw;
  margin-left: 2.08vw;
  position: absolute;
  right: 6.25vw;
  top : 50%;
  transform: translateY(-50%);
}
}



.conditions > .inner > .accordion_btn.active:after{
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/me_minus.png);
}

.conditions > .inner > .accordion_content{
  border: solid 2px #6D82E7;
  border-radius: 29px;
  padding : 70px 58px 40px;
  display: none;
  margin-bottom : 60px;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content{
  border: solid 2px #6D82E7;
  border-radius: 6.04vw;
  padding : 14.58vw 4.16vw 8.33vw;
  display: none;
  margin-bottom : 12.5vw;
}
}

.conditions > .inner > .accordion_content p {
  font-size : 15.6px;
  font-weight: 400;
  color : #1434CB;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content p {
  font-size : 3.25vw;
  font-weight: 400;
  color : #1434CB;
  line-height: 1.5;
}
}


.conditions > .inner > .accordion_content p.mb,
.conditions > .inner > .accordion_content ul.mb,
.conditions > .inner > .accordion_content ol.mb{
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content p.mb,
.conditions > .inner > .accordion_content ul.mb,
.conditions > .inner > .accordion_content ol.mb{
  margin-bottom: 4.16vw;
}
}

.conditions > .inner > .accordion_content p.bold{
  font-weight: 700;
}

.conditions > .inner > .accordion_content ol,
.conditions > .inner > .accordion_content ul{
  padding: 0;
  margin : 0;
}

.conditions > .inner > .accordion_content ul li p,
.conditions > .inner > .accordion_content ol li p{
  display: flex;
  align-items: start;
  justify-content: start;
}

.conditions > .inner > .accordion_content ul li p::before{
  content: "※";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content ul li p::before{
  content: "※";
  margin-right: 1.04vw;
}
}

.conditions > .inner > .accordion_content ul.attention li p::before{
  content: "・";
}

.conditions > .inner > .accordion_content ul.tree li p{
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content ul.tree li p{
  margin-left: 4.16vw;
}
}

.conditions > .inner > .accordion_content ul.tree li p::before{
  content: "└";
}


.conditions > .inner > .accordion_content ul ol.number_list{
  counter-reset: num;
}

.conditions > .inner > .accordion_content ul ol.number_list li{
  counter-increment: num;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
.conditions > .inner > .accordion_content ul ol.number_list li{
  counter-increment: num;
  margin-left: 4.16vw;
}
}

.conditions > .inner > .accordion_content ul ol.number_list li p::before{
  content: counter(num)"：";
}


.conditions > .inner > .accordion_content a{
  text-decoration: underline;
  color : #CC0033;
}

.conditions > .inner > p a{
  text-decoration: underline;
  color : #CC0033;
}

/* ========== platinum_reason ======================================== */
.platinum_reason{
  width: 95%;
  max-width: 800px;
  margin: 8px  auto 50px;
  position: relative;
  border: solid 2px #F16487;
  border-radius: 29px;
  padding : 40px 58px;
  box-sizing: border-box;
}


.platinum_reason .visual{
  margin-bottom: 15px;
}


.platinum_reason .star{
  margin-bottom: 10px;
}


.platinum_reason p{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platinum_reason p::before,.platinum_reason p::after{
  width: 26.91px;
  height: 26.91px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
}

.platinum_reason p.star::before,.platinum_reason p.star::after{
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/pr_star.png);
}

.platinum_reason p.shine::before,.platinum_reason p.shine::after{
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202603_1cm/cpn-visaapplepaycp/images/pr_shine.png);
}

.platinum_reason a{
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}


@media screen and (max-width: 768px) {
.platinum_reason{
  width: 96%;
  padding : 40px 10px;
  box-sizing: border-box;
}
.platinum_reason a{
  width: 96%;
  margin: 0 auto 0px;
}
}


/* ========== modal ======================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.modal .modalBox {
  max-width: 800px;
  height: 355px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .modal .modalBox {
    width: min(424px, 88.3333333333vw);
    height: min(398px, 82.9166666667vw);
    padding: 20px;
  }
}
.modal .share__list  {
  height: fit-content;
  padding-left: 0;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .modal .share__list  {
    margin-top: 60px;
  }
}
.modal .share__list picture {
  display: block;
  max-width: 465px;
  margin: 0 auto 22px;
}
.modal .share__list .share__sns {
  display: flex;
  justify-content: center;
  padding-left: 0;
  gap: 15px;
}
.modal .share__list .copytxt {
  display: none;
}
.modal .modalBox .modalCloseBtn {
  display: block;
  z-index: 1;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #0052B5;
  border-radius: 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .modal .modalBox .modalCloseBtn {
    width: min(35px, 7.2916666667vw);
    height: min(35px, 7.2916666667vw);
    right: min(16px, 3.3333333333vw);
    top: min(16px, 3.3333333333vw);
  }
}
.modal .modalBox .modalCloseBtn div {
  width: 22px;
  height: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .modalBox .modalCloseBtn div {
    width: min(22px, 4.5833333333vw);
    height: min(22px, 4.5833333333vw);
  }
}
.modal .modalBox .modalCloseBtn div span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  top: 9.5px;
}
@media screen and (max-width: 768px) {
  .modal .modalBox .modalCloseBtn div span {
    width: min(22px, 4.5833333333vw);
    height: min(2px, 0.4166666667vw);
    top: min(9.5px, 1.9791666667vw);
  }
}
.modal .modalBox .modalCloseBtn div span:nth-child(1) {
  left: 0;
  transform: rotate(-45deg);
}
.modal .modalBox .modalCloseBtn div span:nth-child(2) {
  transform: rotate(45deg);
}
.modalBox {

  background: repeating-linear-gradient(-45deg, rgba(252, 251, 237, 1), rgba(252, 251, 237, 1) 4px, rgba(249, 248, 219, 1) 0, rgba(249, 248, 219, 1) 14px);
}
.modal .modalBox__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_1cm/cpn-goldzougaku30s/images/bg_modal.png) no-repeat top center/cover;
  border: 3px #55071a solid;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
@media screen and (max-width: 768px) {
  .modal .modalBox__inner {
    padding: 0 min(60px, 12.5vw);
  }
}
.modal .modalBox__inner img {
  width: 100%;
}
.modal .modalBox__text {
  padding: 24px 0 5px;
}
@media screen and (max-width: 768px) {
  .modal .modalBox__text {
    padding: min(24px, 5vw) 0 min(5px, 1.0416666667vw);
  }
}


/* ========== follow ======================================== */
.follow{
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.follow a:nth-last-of-type(1){
  margin-right: 20px;
}




/* ========== common上書き ======================================== */
.header.clearfix{
  width: 1000px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
.header.clearfix{
  width: auto;
  margin: 0 auto;
}
}



sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}


.mb_m{
  margin-bottom: 30px;
}
