/*--------------------------------------------------*/
/*パンフレット専科2020共通css*/
/*サイトマップcss*/
/*ver1.0.0*/
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*サイトマップページ*/
/*--------------------------------------------------*/

/*リスト*/
.sitemap .simple-contents {}
.sitemap .simple-contents ul {
	line-height: 1.4;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 30px;
}
@media(max-width:767px){
	.sitemap .simple-contents ul {
	padding: 0 0 0 15px;
	}
}
.sitemap .simple-contents li {
	display: block;
	margin: 0;
	padding: 0;
}
.sitemap .simple-contents li > h4 {
	display: block;
	width: 100%;
	line-height: 1.4;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.sitemap .simple-contents li > h4 > a,
.sitemap .simple-contents li > a {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #EEEEEE;
	margin: 0 0 1px;
	padding: 7px 25px 7px 10px;
	font-weight: normal;
}
.sitemap .simple-contents li > h4 > a {
	font-weight: bold;
}
.sitemap .simple-contents li > h4 > a::after,
.sitemap .simple-contents li > a::after {
    position: absolute;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: 500;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 9px;
    top: calc(50% + 1px);
    transform: translateY(-50%) rotate(0deg);
    color: #009933;
}
/*hover*/
.sitemap .simple-contents li > h4 > a:hover,
.sitemap .simple-contents li > a:hover {
	background-color: #000000;
	color: #ffffff;
	opacity: 1;
}
.sitemap .simple-contents > ul {
	padding: 0;
}
.sitemap .simple-contents > ul > li {}

.sitemap .simple-contents ul br {
    line-height: 35px;
}

