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


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

/* layout-concept */

.layout-concept p {
    text-align: left;
    line-height: 2;
}
    
    
/* layout01 */

.layout01 {
    gap:30px 4%;
}

.layout01 .box {
	width: 48%;
    padding: 17px;
}
    
@media screen and (max-width: 550px) {
    .layout01 {
    gap:30px 0%;
        justify-content: center;
}

.layout01 .box {
	width: 100%;
    max-width: 400px;
    padding: 20px;
}
}

.layout01 .box-detail {
	padding-top: 20px;
}

.layout01 h5 {
	font-size: 16px;
}


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