/*====================================================================
    
====================================================================*/
.box.imgR div.img {
  margin-top: 0px;
}

/*====================================================================
    
====================================================================*/
.box.step {
  margin-bottom: 30px;
}

/*====================================================================
    
====================================================================*/
div.msg {
  width: 100%;
  margin-top: 50px;
  padding: 40px;
  border: 5px solid #09ba92;
}
div.msg p {
  text-align: center;
}
div.msg p.h {
  color: #09ba92;
  font-size: 18px;
  margin-bottom: 20px;
}

div.hr {
  margin-bottom: 50px;
}

.box.contact.business {
  border-bottom: none;
  margin-bottom: 40px;
}
.box.contact.business div.contactInfo {
  position: absolute;
  left: 0px;
  top: 80px;
}
.box.contact.business div.contactInfo div.tel {
  position: absolute;
  left: -60px;
  top: 60px;
  border-right: none;
}

h3.hd {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  h2.hd {
    margin: 0 40px;
  }

  .box.imgR {
    width: 560px;
    margin: 0 auto 40px;
  }
  .box.imgR p {
    margin: 0px;
  }

  .box.service {
    width: 100%;
    margin-bottom: 50px;
  }

  div.hr {
    margin: 40px 40px 40px;
    border-bottom: 1px solid #cccccc;
  }

  .box.contact.business {
    border-bottom: none;
    margin-bottom: 0px;
    height: 260px;
  }
  .box.contact.business div.contactInfo h3.hd {
    font-size: 34px;
    margin: 30px 0 30px;
  }
  .box.contact.business div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 75px;
    border-right: none;
  }

  h3.hd {
    font-size: 30px;
    margin: 0 40px 30px;
  }
}
/*====================================================================
    
====================================================================*/
