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

#contents .business_box {
	margin:53px 0 0;
	display:flex;
	text-align:center;
	justify-content:space-between;
}
#contents .business_box dl {
	text-align:center;
	margin:0 0 50px;
}
#contents .business_box dl dd {
	margin:12px 0 0;
	font-size:128.5%;/*18px*/
	font-weight:bold;
}
#contents .business_box dl dd a {
	color: #303030;
}
#contents .img_box {
	margin:80px 0 0;
	display:flex;
	justify-content:space-between;
}
#contents .img_box p {
	margin:0 10px;
}

@media screen and (min-width: 0px) and (max-width: 1050px) {
#contents .business_box {
	display:block;
}
#contents .business_box dl {
	margin:0 1% 50px;
	display:inline-block;
	width:30%;
}
}
@media screen and (min-width: 0px) and (max-width: 570px) {
#contents .business_box dl {
	width:46%;
}
}