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




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

/*concept-box*/

.concept-box p {
	width: 100%;
}
	
.concept-box h4::before {
	margin-left: 0px;
}
	
.concept-box h4::after {
	margin-right: -20px;
}
	


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