@charset "utf-8";

#content-container .how-maincontainer {
position:relative;
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}

#howbg {

padding: 0 0 0 0;
background: #FFFFFF url(../img/howbg.png) center center / cover no-repeat fixed;
background-attachment: fixed;
}

#howbg h2 {

}

#howbg p {
color:black
}

#content-container .how-maincontainer .movie {
position: absolute;
   right: 30px;
    top: 22em;
}

#content-container .how-imgstepbox {
    float: left;
    overflow: hidden;
    padding: 0 10px 0 0;
    width:150px;
}


#content-container .how-imgbox {
    float: left;
    overflow: hidden;
    padding: 0 20px 0 0;
        width:290px;
}

#content-container .how-imgbox img {
border:solid 1px #b1b1b1;
padding:5px;
}


#content-container .how-description {
    overflow: hidden;
        float: left;
              width:470px;
              font-size:1.3em;
              line-height:1.5;
}

#content-container .how-description01 {
    overflow: hidden;
        float: left;
              width:800px;
              padding-top:2em;
              font-size:1.3em;
              line-height:1.5;
}

#content-container .step-arrow {
width:172px;
text-align:center;
}