@charset "UTF-8";
.count-wrap {
	width: 100%;
	background-color: #4a28c7;
}
.count-wrap > .cont-wrap {
	text-align: center;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.count-wrap > .cont-wrap > .section-title {
	margin-bottom: 3rem;
}
.count-wrap .count > ul.count-list > li {
	display: inline-block;
	zoom: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: -4px;
}
.count-wrap .count > ul.count-list > li > a {
	display: block;
	width: 6rem;
	height: 3.5rem;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.count-wrap .count > ul.count-list > li:last-child > a {
	border-right: none;
}
.count-wrap .count > ul.count-list > li > a > dl {
	padding-top: 4px;
}
.count-wrap .count > ul.count-list > li > a > dl > dt {
	font-size: 0.813rem;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 0.5rem;
	line-height: 1em;
}
.count-wrap .count > ul.count-list > li > a > dl > dd {
	font-size: 1.5rem;
	color: #fff;
	font-weight:500;
	line-height: 1em;
}
.section-title {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 3rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3rem;
}
.section-title.has-bg>h2 {
	color: #fff;
}
.section-title>h2 {
	font-size: 2.5rem;
	font-weight:500;
	letter-spacing: -3px;
	line-height: 3rem;
}
.boardType03 .count-wrap .cont-wrap{
	padding: 2rem 0 1rem 0;
	background-color: grey;
}