@charset "UTF-8";
/* CSS Document */

.page-header_img{
    background-repeat: no-repeat;
    background: url("../img/w-slate/w-slate_topimage.png");
}

.feature{
    display: flex;
    justify-content: space-between;
}

.feature li{
    width: 18%;
    height: inherit;
    display: block;
}

.process{
    width:90%;
    margin: 0 auto;
}

.process li{
   text-align: center;
}

.process img{
   margin-bottom: 5px;
}

@media only screen and (max-width: 766px) {
      .page-header_img{
        background-size: 200%;
    }
    .process li{
   font-size: 80%;
    }

}