@charset "UTF-8";

/* link */
.link li {
	margin: 0 0 20px;
	line-height: 1.5;
}
.link li:last-child {
	margin: 0px;
}
.link li span {
	display: block;
	font-size: 12px;

}
.link li a,
.link li a:visited {
	padding: 10px 25px 10px 10px;
	background: #f6f7f7;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
.link li a.hover {
	background: #e5e5e5;
}

.link li a .material-symbols-outlined{
	position: absolute;
	inset: 0;
	left: auto;
	right: 10px;
	margin: auto;
	width: fit-content;
	height: fit-content;
	font-size: 14px;
}