
#title {
	background-image: url(images/title_bg.jpg);
}

div.businessindex h2 {
	color: #555555;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

div.businessindex ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.businessindex ul li {
	margin: 0 10px;
	width: 260px;
}

div.businessindex ul li a {
	background: white url(../images/pagenav_li.svg) no-repeat center bottom 20px;
	background-size: 10px;
	border: 1px solid #89c1bd;
	display: inline-block;
	height: 200px;
	padding: 30px 20px 0 20px;
	text-decoration: none;
	width: 100%;
}

div.businessindex ul li a:hover {
	background-color: #dfeeed;
	background-position: center bottom 15px;
}

div.businessindex ul li a h3 {
	color: #63ada7;
	font-size: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

div.businessindex ul li a h3::after {
	background-color: #89c1bd;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 20px;
}

div.businessindex ul li a:hover {
	background-color: #dfeeed;
}

div.businessindex ul li a p {
	font-size: 14px;
	text-align: center;
}

div.businessindex ul li a p span.small {
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
}

div.business h3 {
	color: #86a079;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px 0;
	text-align: left;
}

div.business div.img {
	background-color: white;
	float: right;
	padding: 10px 0 20px 50px;
	width: 498px;
}

div.business div.maincontents {
	background-color: #f2f4f0;
	padding: 15px 30px;
}

div.business div.maincontents h4 {
	color: #86a079;
	font-size: 18px;
	text-align: left;
}

div.business div.maincontents p {
	margin: 5px 0;
}

div.business a.sitelink {
	background: url(../images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	border: 1px solid #89c1bd;
	color: #63ada7;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

div.business a.sitelink:hover {
	background-color: #89c1bd;
	background-image: url(../images/link_btn_white.svg);
	background-position: right 15px center;
	color: white;
	opacity: 1;
}

div.business a.sitelink em {
	display: block;
	padding: 70px 160px 10px 150px;
}

div.business a.sitelink em.ak {
	background: url(../images/flogos_azuma-kaitekihyakka@2x.png) no-repeat center top 10px;
	background-size: 220px;
	padding-top: 60px;
}

div.business a.sitelink em.ac {
	background: url(../images/flogos_azuma-cleaning@2x.png) no-repeat center top 10px;
	background-size: 250px;
}

div.business a.sitelink em.as {
	background: url(../images/flogos_azuma-cleaningschool@2x.png) no-repeat center top 10px;
	background-size: 250px;
}