.filing-wrap {
	width: 100%;
	margin: 2em auto;
	font-size: 1.2em;
	line-height: 1.2;
}

.filing-item {
	cursor: pointer;
}

.filing-item h2 {
	display: inline-block;
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 1.2em;
	line-height: 1;
	border-radius: 3em;
	background-color: #f8f8f8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.filing-item:hover h2 {
	box-shadow: 0 15px 15px -10px rgb(0 0 0 / 18%);
}

div.filing-item-year {
	display: none;
}

.filing-item-year {
	margin-left: 0.2em;
	border-left: 1px solid #dcdcdc;
}

.filing-item-month {
	margin: 1em 0;
}

.filing-item-month ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filing-item-month ul li {
	padding-left: 1em;
	padding-right: 0.5em;
	color: #969696;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.filing-item-month ul li span {
	margin-right: 0.5em;
}

.filing-item-month ul li a {
	color: #02cbab;
	text-decoration: none;
	border-bottom: none;
}

.filing-item-month ul li a:hover {
	color: #323232;
}

.filing-item-month ul li sup {
	margin-left: 0.5em;
	cursor: default;
}

.lopwon-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 6em);
	height: 100%;
	padding: 0 3em;
	font-size: 1.2em;
	color: white;
	line-height: 2;
	font-weight: normal;
	word-wrap: break-word;
	word-break: normal;
	background-color: rgb(0 0 0 / 75%);
}
