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




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

/* contents01 */

.contents01 {
	margin-top: 40px;
	padding-bottom: 30px;
}

.contents01 .midashi-box {
	margin-bottom: 30px;
	gap:0px 15px;
}

.contents01 .midashi-box h4 {
	font-size: 16px;
	padding: 12px 20px;
}

.contents01 .midashi-box h5 {
	font-size: 12px;
}

.contents01 .box-box {
	flex-direction: column;
	gap:15px 0px;
}


.contents01 .box-box h6 {
	font-size: 15px;
	background-position: left top;
background-size: auto 100%;
	width: 178px;
	height: 38px;
	letter-spacing: 0em;
}

.contents01 .box-box p {
	width: 100%;
	padding: 0px 5px;
}

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