.moves-ttl {
	font-size:1.6rem;
	margin-bottom:8px !important;
	font-weight:bold;
}
.moves-ttl--vertical {
	color:#31cdd0;
}
.moves-ttl--lateral {
	color:#ff8200;
}
.moves-ttl--realigmnet {
	color:#ff3600;
}
.moves-ttl--enrichment {
	color:#4781b2;
}

.related-link {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:50px;
}
.related-link__ttl {
	margin-right:30px;
}
.related-link__item {
	display:inline-block;
}
.related-link__item a:before {
	content:'|';
	display:inline-block;
	padding:0 10px;
}
.related-link__item:first-of-type a:before {
	content:none;
}

@media screen and (max-width: 767px) {
	.related-link {
		display:block;
		margin-top:30px;
		line-height:1.875;
	}
	.related-link__ttl {
		margin-right:0;
	}
	.related-link__item {
		display:inline-block;
	}
	.related-link__item a:before {
		content:'|';
		display:inline-block;
		padding:0 10px;
	}
	.related-link__item:first-of-type a:before {
		content:none;
	}
}
