@charset "UTF-8";

/*======================================
	県等の支援情報
=======================================*/
#work h4{
	font-size: 130%;
	background: url(../img/pref_city/ttl_icon_job.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 33px;
	padding: 2px 0 5px 45px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 3%;
}
#sumai h4{
	font-size: 130%;
	background: url(../img/pref_city/ttl_icon_sumai.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 33px;
	padding: 2px 0 5px 45px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 3%;
}
#kurashi h4{
	font-size: 130%;
	background: url(../img/pref_city/ttl_icon_kurashi.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 34px;
	padding: 2px 0 5px 45px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 3%;
}


/*======================================
	スマホ
=======================================*/
@media screen and (max-width: 569px) {




}

