@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


/* L1 ######################################## サイトマップ ######################################## */

/* L2 **************************************** セレクタ **************************************** */

#sitemap nav ul {
	display: block;
}

#sitemap nav ul li {
	display: list-item;
	min-width: initial;
	min-width: auto;
	margin: 2px 0;
}

#sitemap nav ul li:not(.selected) a:hover::before {
	height: 0;
}

/* L2 **************************************** カテゴリ  **************************************** */

#sitemap h3 {
	margin-left: -2%;
	margin-right: -2%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

/* L3 ======================================== 分類 ======================================== */

#sitemap dl {
	padding-left: 0;
	padding-right: 0;
}

#sitemap dl dt {
	line-height: 1.4;
}

#sitemap dl dd ul {
}

#sitemap dl dd ul li {
	display: list-item;
	margin: 0;
}
#sitemap dl dd ul li:first-child {
	margin-top: 0.3em;
}

#sitemap dl dd p + ul li:first-child {
	margin-top: -0.5em;
}

#sitemap dl dd ul li::before {
	display: inline-block;
	top: 0;
}

#sitemap dd a {
	display: inline;
	padding: 0;
	text-decoration: underline;
	border: none;
	background: none;
	
	box-shadow: none;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}