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




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


/* contents01 */

.contents01 {
	padding: 20px;
}


.contents01 .box {
	width: 220px;
	margin-left: auto;
	margin-right:  auto;
	display: block;
	margin-bottom: 20px;
}
	

.contents01 .box img {
	width: 100%;
	height: auto;
}	

.contents01 .box:last-child {
	margin-bottom: 0px;
}


.contents01 .box h6 img {
	height: 25px;
	width: auto;
}

.contents01 .box p {
	font-size: 14px;
}



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