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


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

.contents {
	padding-bottom: 100px;
}

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