@charset "utf-8";

/*----------------------------------------
    how
----------------------------------------*/
#how > .inner,
.step .inner,
#step2 .sub {
  border-color:#eb7408;
}
#how > .inner {
  background:#fef6e9;
}
#how h2 {
  background:#eb7408;
}
#how h2 img {
  margin-top:7px;
}

/*  how_3000
----------------------------------------*/
#how_3000 > .ex {
  margin-bottom:10px;
}

.step:after {
  background-image:url(../img/kouza/bg-arrow.png);
  -webkit-background-size:191px;
  -moz-background-size:191px;
  background-size:191px;
}

/*  get_3000
----------------------------------------*/
#get_3000 {
  background: #ffa95b;
}
#get_3000 h4 {
  background: -moz-linear-gradient(top,  #fef6e9 0%, #ffa95b 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef6e9), color-stop(50%,#ffa95b));
  background: -webkit-linear-gradient(top,  #fef6e9 0%,#ffa95b 50%);
  background: -o-linear-gradient(top,  #fef6e9 0%,#ffa95b 50%);
  background: linear-gradient(to bottom,  #fef6e9 0%,#ffa95b 50%);
}
#get_3000 .notice {
  border-color:#eb7408;
}
#get_3000 .notice h5:after {
  background-image:url(../img/kouza/bg-notice.png);
  -webkit-background-size:100%;
  -moz-background-size:100%;
  background-size:100%;
}

/*  get_2000
----------------------------------------*/
#get_2000:after {
  background-color:#eb7408;
}
