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


@media screen and (max-width: 767px) {


/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout01 .box-img {
    margin-bottom: 30px;
}

.layout01 .box-img img {
    border-radius: 25px;
}
    
.layout01 .box-text {
    width: 100%;
}


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
