/* CSS Document */
.a-backnum__header {
	margin-bottom: 60px;
}
.a-backnum__wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: 80px;
	justify-content: center;
}
.a-backnum__list {
	width: 300px;
	margin: 0 0 40px 30px;
	border-bottom: 1px dotted #fff;
}
.a-backnum__list:nth-of-type(3n+1) {
	margin-left: 0;
}
.a-backnum__thum {
	margin-bottom: 12px;
	display: block;
}
.a-backnum__title {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	display: block;
	margin: 0;
    line-height: 1;
	font-weight: normal;
}
