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


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


/* contents01 */

.contents01 {
	width: 100%;
}

/* box-list */
	
.box-list ul li:nth-child(odd) {
	width: 100%;
}

.box-list ul li:nth-child(even) {
	width: 100%;
}

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