#_sitemap {
  	padding: 50px 10px 100px;
}
#_sitemap .sec-list {
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: center; */
	gap: 3em 20px;
	max-width: 700px;
	margin: 0 auto;
	/* font-weight: bold; */
	text-align: center;
}
#_sitemap .sec-list .item {
	display: block;
	width: calc(50% - 10px);
}
#_sitemap .sec-list .en {
	color: #c6c6c6;
	font-family: var(--ff-en);
	font-size: 80%;
	font-weight: bold;
}
/* TAB */
@media screen and (max-width: 768px) {
}