@charset "UTF-8";
.wrap {
  position: relative;
}

header {
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FFCD1E), color-stop(0.00, #FFE200));
  background: -webkit-linear-gradient(top, #FFE200 0%, #FFCD1E 88%);
  background: -moz-linear-gradient(top, #FFE200 0%, #FFCD1E 88%);
  background: -o-linear-gradient(top, #FFE200 0%, #FFCD1E 88%);
  background: -ms-linear-gradient(top, #FFE200 0%, #FFCD1E 88%);
  background: linear-gradient(to bottom, #FFE200 0%, #FFCD1E 88%);
}

header .hd_ttl {
  font-size: 44px;
  line-height: 60px;
  padding: 128px 0 56px 0;
}
header .hd_subttl {
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  font-size: 21px;
  line-height: 38px;
}
header ul {
  padding: 50px 0;
}

.step {
  height: 500px;
  background-position: top center;
  background-size:cover;
}
.step .step_no {
  width: 200px;
  position: absolute;
  left: 390px;
  display: inline-block;
}
.step .step_txt {
  width: 390px;
  color: #FFF;
}
.step .step_ttl {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 32px;
}
.step .step_txt p {
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  font-size: 17px;
  line-height: 32px;
}
.step .step_txt p .cap {
  font-size: 13px;
  letter-spacing: 0;
}

#step01 .step_txt {
  padding-top: 150px;
}
#step01 .step_txt p{
  padding-bottom: 32px;
}
#step02 .step_txt {
  padding-top: 150px;
}
#step03 .step_txt {
  padding-top: 50px;
}
#step04 .step_txt {
  padding-top: 150px;
}



#step01 {background-image: url(/static/images/howto/bk_step01_pc.jpg);}
#step02 {background-image: url(/static/images/howto/bk_step02_pc.jpg);}
#step03 {background-image: url(/static/images/howto/bk_step03_pc.jpg);}
#step04 {background-image: url(/static/images/howto/bk_step04_pc.jpg);}

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 769px) {

  header .hd_ttl {
    font-size: 28px;
    line-height: 38px;
    padding: 50px 0 20px 0;
  }

  header .hd_subttl {
    font-size: 15px;
    line-height: 25px;
  }
  header ul {
    padding: 50px 0;
  }
  header li {
    display: block;
    padding-bottom: 10px;
  }
  .step .wrap {
    text-align: center;
    padding: 38px 0 30px 0;
    box-sizing: border-box;
  }
  .step {
    text-align: center;
    height: auto;
    min-height:600px;
    background-position: top center;
    background-size:cover;
  }
  .step .step_no {
    width: 122px;
    position: relative;
    left: auto;
  }
  .step .step_txt {
    width: 100%;
    padding-bottom: 24px;
  }
  .step .step_ttl {
    font-size: 21px;
    line-height: 31px;
    padding-bottom: 24px;
    padding-left: 0.5em;
    box-sizing:border-box;
  }
  .step .step_img {
    width: 90%;
    margin: 0 auto;
  }
  .step .step_txt p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .step .step_txt p .cap {
    font-size: 13px;
    letter-spacing: 0;
  }
  .step .bracket {
    display: inline;
  }
  #step01 .step_txt {
    padding-top: 24px;
  }
  #step01 .step_txt p{
    padding-bottom: 24px;
  }
  #step02 .step_txt {
    padding-top: 24px;
  }
  #step03 .step_txt {
    padding-top: 30px;
  }
  #step04 .step_txt {
    padding-top: 24px;
  }



/*
  #step01 {background-image: url(/static/images/howto/bk_step01_sp.jpg);}
  #step02 {background-image: url(/static/images/howto/bk_step02_sp.jpg);}
  #step03 {background-image: url(/static/images/howto/bk_step03_sp.jpg);}
  #step04 {background-image: url(/static/images/howto/bk_step04_sp.jpg);}*/
}
