@charset "utf-8";
/* CSS Document */
/*about*/
.about {
}
.about ul{
	padding-left:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.about ul li{
	padding-left:0;
	list-style:none;
	width:24%;
	margin-bottom:20px;
}
.about ul li a{
	display:block;
	width:100%;
}
.about-box-img{
	
}
.about-box-img img{
	width:100%;
	display:block;
}
.about ul li p{
	font-weight:bold;
	margin:10px 0 0 0;
	color:#000;
}

.about-box-empty {
	width:24%;
	content:"";
	display:block;
}
