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

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


.title-box h3::before {
	height: 50px;
	margin-top: -60px;
}

	
/* contents01-wrap */

.contents01-wrap {
	margin-bottom: 70px;
	width: 90%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 40px;
}

/* contents01 */

.contents01 {
	width: 92%;
}

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