.wp-embed.original{ padding: 0 !important; position: relative; padding-top: 25px !important; padding-bottom: 25px !important; border: none !important; position: relative; box-shadow: none!important; }
.wp-embed.original a{ display: flex; align-items: center; border: 1px solid #a7a3a1;color: #191919; align-items: normal; width: 100%; box-sizing: border-box; text-decoration: none!important; transition: .4s; }
.wpembedtitle{ font-family : "Noto Sans JP", sans-serif;  border-radius: 20px; border: 1px solid #6d6663; background: #fff; line-height: 1.4; padding: 7px 18px; display: inline-block; letter-spacing: 0.05em; margin-bottom: 0 !important; position: absolute;  left: 4%; font-size: 16px; top: 0; transition: .4s; }
.wp-embed.original a:hover{ background: #f7f7f7; }
.wp-embed.original a:hover .wpembedtitle{ background: #6d6663; color: #fff; }
.wp-embed-featured-image{ margin-bottom:0; max-width: 195px!important; display: flex;flex-direction: column; }
.wp-embed-featured-image.square{ margin-right: 0; }
.wp-embed-featured-image img{ width : 100%; height : 100%; -o-object-fit : cover; object-fit : cover; aspect-ratio: inherit!important; display: block; }
.wp-embed-excerpt{  padding: 20px; display: flex; justify-content: center; flex-direction: column; width: 100%;  }
.wp-embed-excerpt .title{ font-size: 18px; font-family : "Noto Sans JP", sans-serif; font-weight: 500; text-decoration: underline; }
.wp-embed-lead{ font-size: 14px; margin-top: 5px!important; }
@media screen and (max-width: 767px){
	.wp-embed{ padding-top: 15px !important; padding-bottom: 15px !important; }
	.wpembedtitle{ font-size: 14px; }
	.wp-embed-excerpt{ font-size: 16px; }
}