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

/*__________business_________*/
.business {
	width: 900px;
}
.h2_busi {
	font-size: 22px;
	text-align: left;
	margin: 30px 0 0 10px;
}
.ul_busi{
	width: 700px;
	margin: 40px;
	padding:10px;
	text-align: left;
	display: flex;
	flex-direction:row;
	justify-content:space-between;;
	align-items: center;
	flex-wrap: wrap;
}

.li_busi {
	padding: 5px;
}
ul.w300 li{
	width: 300px;
}
li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #ff0000;
}
/*__________ここまで_______*/
