@charset "utf-8";
/* ------------------------------------------------------------
	index
   ------------------------------------------------------------ */
/*h1Box*/
.h1Box_img{
  right: 75px;
  top: -85px;
}
@media only screen and (max-width:767px){
  .h1Box_img{
    width: 285px;
    margin: 0 auto -21px;
    z-index: 2;
    position: relative;
    right: 0;
    top: 0;
  }  
}
/*stepItem*/
.stepItem:nth-child(n+2){
  min-height: 670px;
}
.stepItem:nth-child(5){
  min-height: 660px;
}
.stepItem_right_img{
  width: 585px;
  border-radius: 0;
  text-align: center;
}
@media only screen and (max-width:767px){
  .stepItem:nth-child(n+2){
    min-height: 0;
  }
  .stepItem:nth-child(5){
    min-height: 0;
  }
  .stepItem_right_img{
    width: 100%;
  }  
  .stepItem_img{
    max-width: 70%;
    margin: 0 auto;
  }
}

  
