@charset "UTF-8";

.mainVis {
    background: url(../images/bg-house.jpg);
    background-position: center bottom 20%;
    background-repeat: no-repeat;
    background-size: cover;
}


/*================================================
 *  house
 ================================================*/
.house {
    margin-top: 80px;
}

@media screen and (max-width:768px) {
    .house {
        margin-top: 30px;
    }
    .house .w48 {
        margin-bottom: 40px;
    }
}



/*================================================
 *  use
 ================================================*/
.use ol {
    max-width: 370px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.use ol li {
    padding-bottom: 15px;
    letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
    .use {
        padding-left: 15px;
        padding-right: 15px;
    }
    .use ol {
        margin: 0 15px;
    }
}





