
.step {
clear: both;
margin-bottom: 100px;
}

/*
.step p:before {
  padding-left: 80px;
  
}
*/


.step p {
padding-left: 100px;
position: relative;
z-index: 1;
}

.step p:before {
background: url(../stamp/common/images/pic_step.png) no-repeat left top;
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100px;
width: 100px;
}

#n01.step p:before {
background-position: 0 0;
top: -8px;
}

#n02.step p:before {
background-position: 0 -110px;
top: -32px;
}

#n03.step p:before {
background-position: 0 -220px;
top: inherit;
bottom: -32px;
}

#n04.step p:before {
background-position: 0 -335px;
top: inherit;
bottom: -32px;
}

.mensuke {
position: absolute;
bottom: 70px;
right: -60px;
}

.btn {
padding: 30px 0;
}

.print {
display: none;
}
