/*====================================================================
    
====================================================================*/
.box.step div.hd p.h {
  position: absolute;
  left: 92px;
  top: 55px;
}
.box.step div.hd p.n {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #09ba92;
  position: absolute;
  left: 92px;
  top: 25px;
}
.box.step div.detail {
  border: 1px solid #cccccc;
  border-top: none;
}
.box.step div.detail p.t {
  padding: 20px 30px 0;
  color: #09ba92;
  font-size: 15px;
  margin-bottom: 10px;
}
.box.step div.detail p.d {
  padding: 0px 30px 0;
}

.box.step.p01 div.hd {
  height: 160px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.step div.hd {
    height: 130px;
  }
  .box.step div.hd p.h {
    position: absolute;
    left: 92px;
    top: 35px;
  }

  .box.step.p01 div.hd {
    height: 220px;
  }
}
/*====================================================================
    
====================================================================*/
