@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

.list {
	margin: 0;
	padding: 0;
}
.item {
	list-style-type: none;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 300px;
	overflow: hidden;
	font-size: 16px;
}
.item.is-pdf::after {
	content: '';
}
.item.is-pdf::after,
.icon_pdf {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../icon_pdf.svg) center center no-repeat;
	background-size: contain;
}