
@media screen and (min-width: 1125px) {

    #contents {
        background-size: 1125px;
      }
	
	.step {
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-top: 3vw;
    padding: 3vw 2%;
    background: #fff;
}

}