/*
	business.css.php
	業務内容 CSS
*/

@charset "utf-8";

#license {
}

#license dt {
	font-weight	:	bold;
	border-bottom	:	1px solid #ffe0ad;
	margin	:	25px 0px 18px;
	padding	:	3px 10px;
}

#license dt:first-child {
	margin-top	:	0px;
}

#license dd {
	margin	:	0px 20px 15px;
	line-height	:	140%;
	padding-left	:	20px;
}

#license dd:before {
	content	:	'・';
	width	:	20px;
	display	:	block;
	margin-left	:	-20px;
	float	:	left;
}


#license dd:last-child {
	margin-bottom	:	0px;
}
.business_description {
  margin-bottom: 30px;
}
.business_description-list {
  margin-bottom: 30px;
  margin-left: 40%;
}
.business_description-list li {

  list-style: disc;
}
.business_description-img {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.business_description-img:last-of-type {
  margin-bottom: 0;
}
.business_description-img img {
  width: 100%;
  margin-bottom: 10px;
}