/* font */

p{
    font-size: 1.0rem;
}

h3{
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    padding-bottom: 1.6rem;
    padding-top: 0.8rem;
}

h4{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    padding-top: 0.8rem;
}

a{
    text-decoration: none;
}

/* MV */

.mainvisual{
    margin-top: 0;
    padding-top: 0;
}    

.mainvisual img{
    margin-top:70px ;
}    

/* campaign */

.campaign{
    background:#f9f9f9;
    padding: 4.0rem;
}

.campaign-inner{
    background-color: #fff;
    padding: 3.2rem;
    text-align: center;
}

.campaign-inner p{
    text-align: center;
    font-size: 1.0rem;
}

.detail-img{
    max-width:500px ;
    width: 100%;
    margin-bottom: 2.4rem;
}

/* step-link */
.step-link{
    text-align: center;
}

/* step */
.step-ttl-img{
    text-align: left;
    margin-top: 0.8rem;
    height: 50px;
    display: block;
  }

.step-link{
    display: block;
    margin-left:20% ;
    margin-top: 2.4rem;
}

.step-ttl{
    max-width: 400px;
    text-align: center;
    display: block;
    margin: auto;
}

span{
    color: #42DEB1;
    font-weight: 700;
    font-size: 1.6rem;
}


.step-wrapper{
    background:url(/promo/img/idx2_bg.png) #C2F8E9;
    padding: 4.0rem;
}

.step-inner{
    background-color: #fff;
    padding: 3.2rem;
    text-align: left;
}


    /* grid */

#step{
    display: grid;
    /* grid-template-rows:130px repeat(5,1fr); */
    grid-template-rows: max-content max-content 1fr auto;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
}

.grid-full{
    grid-column: 1/3;
}

.step-item{
    display: block;
    padding:1.6rem;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -webkit-appearance: none;
    appearance: none;
}


/* step-img */
.step-img{
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto;
}

.step-img-top{
    margin-top: 150px;
}

.step-img-02{
    max-width:500px ;
    margin-top: 64px;
}

.step-img-05{
    max-width:500px ;
    margin-top: 64px;
}

/* methot.html */
.app-img-wrapper{
    display: flex !important;
    justify-content: center;
    gap: 2.4rem;
    align-items: flex-start;
}    


/* だしわけ */
@media screen and (min-width: 640px){	
    /* PC時 */
    .pc {
    display:inline;
    }
    .sp {
    display:none;
    }
}
    


iframe{
    height: 1100px;
    border: #b5b5b5 1px solid;
    margin: 2.4rem 0;
}


/* 終了 */
span.end {
    text-decoration-line: line-through;
    text-decoration-style:solid;
    text-decoration-color: red;
  }

  .end-txt{
      color: red;
      font-size: 1.0rem
  }

  .cpn-end{
      background-color: #f5f5f5;
      font-size: 16px;
      padding: 2.4rem;
      text-align: center;
  }

  .cpn-end p{
      font-size: 16px;
      color: red;
      font-weight: bold;
  }

  /* button */
  .button{
    padding: 1.2rem;
    border: #FFE640 1px solid;
    background-color: #FFE640;
    border-radius: 50px;
    text-align: center;
    margin: 16px auto;
    max-width: 400px;
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
    margin-top: 3.2rem;
  }

  .button:hover{
      transition: 0.3s;
      opacity: 0.8;
      color: #333333;
  }

/* pc */

.app-img-sp {
    display: block;
    margin: 2.4rem auto;
    text-align: center;
  }
  
  .app-img img{
    max-width: 300px;
    padding-bottom: 3.2rem;
    display: block;
  }

  .app-img{
      display: flex;
      align-items: center;
      margin: auto;
      text-align: left;
      gap: 1.6rem;
  }
  
  /* form */
  #form span{
    color: #42DEB1;
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
    text-align: center;
}

.notes-text{
    font-size: 1rem;
    margin-top: 2.4rem;
}


/* detail */
.detail-ttl{
    text-align: center;
    margin-top: 2.4rem;

}

.red{
    color: red;
    border: red 1px solid;
    padding: 1rem;
}

#detail p{
    font-size: 1rem;
}
