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




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


.contents {
	width: 100%;
	padding-top: 0px;
	background-image: none;
}


/* contents01 */

.contents01, .contents01 .box-in {
	width: 100%;
	background-size: 200% auto;
}

.contents01 .box-in {
	padding-bottom: 60px;
}	

	
.contents01-box {
	width: 92%;
	padding: 20px 20px;
	border-radius: 20px;
}

.contents01 .box {
	margin-bottom: 30px;
}


	

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