.hs-recent-blog-wrapper table {
	border: none;
	margin-bottom: 53px;
	width: 100%;
}

.bl_postlist {
	display: flex;
	border-bottom: 1px solid #929292;
	padding: 1em;

	@media(max-width: 856px) {
		display: block;
		padding: .5em 0;
	}
}

.bl_posttag {
	width: 25%;
	border: none;
	padding: 0;

	@media(max-width: 856px) {
		width: auto;
		padding: 0;
	}
}

.bl_posttitle {
	border: none;
	color: #333;
	width: 75%;
	display: flex;
	align-items: center;
	padding: 0;

	@media(max-width: 856px) {
		font-size: 1em;
		line-height: 1.6;
		width: auto;
		display: block;
		border-bottom: none;
		padding: 8px 0 0 0;
		height: auto;
	}
}

.hs-recent-blog-wrapper table tr td br {
	display: none;
}

.hs-recent-blog-wrapper table tr td a {
	text-decoration: none;
	color: #005589;
}

.hs-recent-blog-wrapper table tr td a.bl_blog_tag {
	color: #fff;
  background:  #37761D;
	padding: .3em 1.2em;
	border-radius: 100vh;
	letter-spacing: .01em;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	margin-left: 10px;
}

@media(max-width: 856px) {
	.hs-recent-blog-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	// .hs-recent-blog-wrapper table tr {
	// 	border-bottom: 1px solid #c7d2da;
	// }





	.hs-recent-blog-wrapper table tr td:first-child {
		font-size: 1em;
		line-height: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hs-recent-blog-wrapper table tr td br {
		display: block;
	}
}