.wp-embed{
	position: relative;
	margin: 1em .5em 1em 0;
	padding: 0.5em 1em;
	overflow: visible;
    border-image: linear-gradient(to right, #09a4e4 0%, #02c1f5 100%);
    border-image-slice: 1;
}

.wp-embed-featured-image{
	margin-bottom:0px;
}

p.wp-embed-heading{
	font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}

p.wp-embed-heading:befor {
}

.wp-embed-footer{
	margin-top:0px;
	margin-bottom: 0px;
}

.wp-embed-site-icon{
	width:15px;
	height:15px;
}
.wp-embed-site-title{
	font-size:13px;
}
.wp-embed-site-title a{
	padding-left:20px;
}

.wp-embed-ttl-name {
position: absolute;
    display: inline-block;
    top: -18px;
    left: 10px;
    padding: 8px 10px 8px 50px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #09a4e4;
    font-weight: bold;
    background-image: url(images/kanren-icon.svg);
    background-repeat: no-repeat;
    background-position: 10px 3px;
    background-size: 22%;
    letter-spacing: .08em;
}
.wp-embed-featured-image {
    margin-top: 1.4em;
}
.wp-embed-featured-image img {
    height: 100px;
    object-fit: cover;
}
.wp-embed-rcontents {
    margin-top: 1.4em;
}
.wp-embed-excerpt {
    font-size: 12px;
}
.wp-embed-excerpt p {
    	/*display: none;*/
    	    font-size: 10px;
    line-height: 1.4;
}


/* -------------------------------------
 								レスポンシブ
 ------------------------------------ */

@media print, screen and (min-width: 960px) {
	
}

/*media Queries スマートフォンのみ（600px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

	.wp-embed-featured-image.square {
    	max-width: 80px;
    	margin-right: 20px;
	}

	.wp-embed-ttl-name {
    	font-size: 15px;
	}
	p.wp-embed-heading {
    	font-size: 14px;
	}

	.wp-embed-site-title {
    	font-size: 11px;
    	line-height: 1.1;
    	    width: 50%;
	}
	.wp-embed-featured-image img {
    	height: 68px;
    }
    .wp-embed-excerpt p {
    	display: none;
    }

/*-- ここまで --*/
}