@charset "utf-8";
/* 心理学部 その他　202506 */

/* サイトマップ */
#other.sitemap h2 {
	margin: 0;
}

#other.sitemap ul {
	width: 400px;
	margin: 0 auto 30px;
}

#other.sitemap ul li {
	padding-top: 5px;
}

#other.sitemap ul li ul li{
	padding-left: 10px;
	border-left: 2px solid #CFD6DB;
}

#other.sitemap ul li ul {
	margin: 5px 0 0 20px;
}

#other.sitemap ul li a::after {
	content:" >";
	margin: 0;
	font-weight: bold;
	font-family: inherit;
}






@media screen and (max-width: 736px) {



/* サイトマップ */
#other.sitemap h2 {
	margin-bottom: 5px;
}
	
#other.sitemap ul {
	width: 80%;
	margin: 0 auto 40px;
}


}







