@charset "UTF-8"; 
 
/*--- 業務案内 ---*/ 
	 
.serviceList { 
}
	 
.serviceList li { 
	padding: 10px 30px 20px;
}
 
.serviceList h2 { 
	display: inline-block;
	margin-bottom: 15px;
	font-family: 'IPAexm';
	font-size: 130%;
	font-weight: bold;
	border-bottom: 4px solid #e1d6c7;
}
 
.serviceList h3 { 
	margin-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
}
 
.serviceList .subList { 
}
	 
.serviceList .subList li p { 
	font-size: 90%;
}
   
.complexedList { 
}
	 
.complexedList li { 
	padding: 10px 30px 20px;
}
 
.complexedList h2 { 
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}
.complexedList h2 span {
	font-size: 80%;
	font-weight: normal;
}
 	
.complexedList h3 { 
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}
 
.complexedList .support { 
	padding: 15px 20px;
	background-color: #f7f4f0;
}
   
