.bl_link {
	text-align: right;
	margin-top: 40px;
}

.bl_link a {
	display: inline-block;
	position: relative;
}
.bl_link a:before {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: 5px;
  background: #e50012;
  height: calc(tan(60deg) * 15px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}


@media screen and (max-width: 768px) {
	#magazine .bl_sectBlock3_list {
		justify-content: center;
		flex-wrap: wrap;
	}
	#magazine .bl_sectBlock3_list li {
		margin: 0 0 30px 0;
		width: 75%;
	}
	#magazine .bl_sectBlock3_list li:last-child {
		margin-bottom: 0;
	}
	#magazine .bl_sectBlock3_tmb {
		height: auto;
		overflow: hidden;
	}
	#magazine .bl_sectBlock3_tmb img {
    aspect-ratio: 16/9;
    object-fit: cover;
	}
}