/* RECORDS */
.records-top {
	padding: 60px 10px 15px;
	background-image: url(../grp/records.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.records {
	background-color: #fff;
}
.records > .body {
	padding:50px 25px;
	background-color: #fbfbfb;
}
@media (max-width: 768px){
	.records > .body {
		padding:50px 0px;
	}
}
.records .records-list {
	width: 100%;
	max-width: 1046px;
	margin: 30px auto;
}
.records .records-list dt {
	text-align: left;
	display: block;
}
.records .records-list dt .year {
	position: relative;
	display: inline-block;
	padding: 10px 17px;
	background-color: #1c2ab4;
	line-height: 30px;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
}
.records .records-list dt .year:before {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 0;
	height: 0;
	border-top: 10px solid #131c7f;
	border-left: 15px solid transparent;
}
.records .records-list dt .year:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 100%;
	margin-left: 1px;
	width: 0;
	height: 0;
	border-bottom: 50px solid  #131c7f;
	border-right: 50px solid transparent;
}


.records .records-list dd {
	text-align: left;
	display: block;
	padding: 1px 15px 15px;
}
.records .records-list dd h2 {
	padding:15px 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	background-color: #35b6ce;
}
.records .records-list dd .text {
	padding:20px;
	font-weight: 400;
	line-height: 26px;
	color: #7a7a7a;
}
@media (max-width: 480px){
	.records .records-list dd h2 {
		font-size: 18px;
		line-height: 24px;
		padding:10px;
	}
	.records .records-list dd .text {
		font-size: 14px;
		line-height: 22px;
		padding:10px;
	}
}