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


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


/* layout-treatment */

.layout-treatment .lay01 {
    padding-bottom: 150px;
}

.layout-treatment .lay01::before {
background-position: center bottom;
	background-size: auto 100%;
	width: 100%;
	height: 120px;
}

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