.wp-embed {
	position: relative;
	padding: 50px 20px 20px 20px;
}
.wp-embed::before {
	content: "関連記事";
	display: block;
	background-color: #60B9BF;
	font-size: 14px;
	padding: 7px 10px;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.customwp-embed-body {
	display: flex;
}
.wp-embed-featured-image.square {
	float: none;
	width: 150px;
}
.wp-embed-featured-image.square a {
	display: block;
}
.wp-embed-featured-image.square a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.customwp-embed-content {
	width: calc(100% - 170px);
}
@media screen and (max-width: 600px) {
	.customwp-embed-body {
		flex-wrap: wrap;
	}
	.customwp-embed-content {
		width: 100%;
	}
	.wp-embed-featured-image.square {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}