@charset "utf-8";
.unit{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.unit:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
}
.unitTtl{
	color: #333;
	font-size: 16px;
	text-align: left;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.unitTtl::before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: calc(50% - 6px);
	width: 11px;
	height: 11px;
	background-image: url(../../common/images/icon02.gif);
	background-size: 11px 11px;
	background-repeat: no-repeat;
}
.unitImg{
	margin-bottom: 5px;
}
.unitImg a{
	display: block;
}
.unitImg img{
	width: 940px;
	height: auto;
}
.unitImg a:hover img{
	opacity: 0.7;
}