@charset "utf-8";

.sp {
	display:none;
	}
@media print, screen and (max-width:640px) {
.sp {
	display:inline;
	}
}

.dli-feed {
	position:relative;
	display:inline-block;
	width:0.9em;
	height:1em;
	font-size:20px;
	color:#ffffff;
	vertical-align:middle;
	line-height:1;
	box-sizing:content-box;
	border:0.1em solid currentColor;
	border-radius:0.2em;
	margin:-4px 15px 0 0;
	}
.dli-feed::before,
.dli-feed::after {
	content:'';
	position:absolute;
	top:20%;
	left:15%;
	height:0.1em;
	background:currentColor;
	border-radius:0.1em;
	}
.dli-feed::before {
	width:70%;
	box-shadow:0 0.25em 0 0 currentColor;
	}
.dli-feed::after {
	width:45%;
	margin-top:0.5em;
	}
