/*====================================================================
    
====================================================================*/
.box.imgR.howto {
  margin-bottom: 80px;
}
.box.imgR.howto div.img {
  margin-top: -140px;
}
.box.imgR.howto p.h {
  font-size: 22px;
  color: #888888;
}
.box.imgR.howto p.c {
  font-size: 36px;
  color: #444444;
}

.box.howtoA {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.box.howtoA p.h {
  height: 60px;
  line-height: 60px;
  color: #09ba92;
  font-size: 18px;
  background: #fafafa;
  padding: 0px 30px;
}
.box.howtoA p.t {
  padding: 0px 30px;
}

/*====================================================================
    
====================================================================*/
div.flow {
  position: relative;
  width: 100%;
  height: 1050px;
}
div.flow a.btn {
  width: 134px;
}
div.flow a.btn img {
  width: 100%;
}
div.flow div.btn.a {
  position: absolute;
  left: 100px;
  top: 790px;
}
div.flow div.btn.b {
  position: absolute;
  left: 290px;
  top: 790px;
}
div.flow div.btn.c {
  position: absolute;
  left: 478px;
  top: 790px;
}
div.flow div.btn.d {
  position: absolute;
  left: 667px;
  top: 790px;
}

/*====================================================================
    
====================================================================*/
div.type {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
div.type p.h {
  height: 135px;
  line-height: 135px;
  font-size: 36px;
}
div.type p.h img {
  margin-right: 30px;
}
div.type p.t {
  padding: 0px 0 20px;
}
div.type.a p.h span {
  color: #09ba92;
}
div.type.b p.h span {
  color: #E6558C;
}
div.type.c p.h span {
  color: #50ABD8;
}

div.type.nb {
  border-bottom: none;
}

/*====================================================================
    
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.imgR.howto {
    margin-bottom: 40px;
  }
  .box.imgR.howto div.img {
    margin: 0 40px 20px;
  }
  .box.imgR.howto p {
    width: 100%;
  }
  .box.imgR.howto p.c {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .box.howtoA {
    padding-top: 40px;
    border: none;
    border-top: 1px solid #cccccc;
    margin: 0 40px 30px;
  }
  .box.howtoA p.h {
    height: auto;
    line-height: 1.5em;
    color: #09ba92;
    font-size: 30px;
    background: transparent;
    padding: 0px;
  }
  .box.howtoA p.t {
    padding: 0px 0px;
  }

  div.flow {
    position: relative;
    width: 100%;
    height: 1000px;
    margin-bottom: 30px;
    border-bottom: 2px solid #cccccc;
  }
  div.flow a.btn {
    width: 116px;
  }
  div.flow a.btn img {
    width: 100%;
  }
  div.flow div.btn.a {
    width: 10px;
    position: absolute;
    left: 25px;
    top: 840px;
  }
  div.flow div.btn.b {
    width: 10px;
    position: absolute;
    left: 180px;
    top: 840px;
  }
  div.flow div.btn.c {
    width: 10px;
    position: absolute;
    left: 340px;
    top: 840px;
  }
  div.flow div.btn.d {
    width: 10px;
    position: absolute;
    left: 502px;
    top: 840px;
  }

  div.type {
    width: 560px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #cccccc;
  }
  div.type p.h {
    height: auto;
    text-align: center;
  }
  div.type p.h img {
    margin: 0;
  }
  div.type p.h span {
    margin-top: 30px;
    display: block;
  }
  div.type p.t {
    padding: 0px 0px 20px;
  }
}
/*====================================================================
    
====================================================================*/
