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




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

/* concept-box */

.concept-box {
	margin-bottom: 60px;
}

.concept-box h5 {
	font-size: 16px;
	padding-bottom: 15px;
}

.concept-box h6 {
	font-size: 26px;
}


/* contents01 */

.contents01 {
	width: 90%;
	padding: 35px 0px;
	margin-bottom: 60px;
}

.contents01 h4 {
	font-size: 16px;
	padding: 6px 30px;
	margin-bottom: 15px;
}

.contents01 table td {
	padding: 8px;
}


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