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


/* layout-concept */

.layout-concept p {
	text-align: center;
    padding-top: 0px;
    font-weight: 500;
    line-height: 2.4;
}

/* layout01 */

.layout01 {
	display: flex;
  /*justify-content: space-between;*/
flex-wrap: wrap;
	text-align: left;
    gap:45px 3%;
}

.layout01 .box {
	width: 31.2%;
    padding: 30px;
}

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

.layout01 h5 {
	font-size: 18px;
color: #50A0FE;
line-height: 1.6;
letter-spacing: 0em;
font-weight: 500;
    margin-bottom: 15px;
}



.sp-view {
	display: none;
}

