ul.sitemap-list li {
  font-size: 18px;
}
ul.sitemap-list li {
  font-size: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  padding-left: 30px;
}
ul.sitemap-list p {
  font-weight: bold;
  margin-bottom: 20px;
}
ul.sitemap-under-list li {
  font-size: 15px;
  margin-bottom: 25px;
}
ul.sitemap-under-list li:before {
  content: '- '
}
ul.sitemap-list li:last-child {
  margin-bottom: 0;
}
ul.sitemap-list li:first-child {
	border-top: solid 1px #ddd;
	padding-top: 30px;
}
li.sitemap-under-list dl {
	display: block;
}
li.sitemap-under-list dt {
	display: table-cell;
	width: 75%;
	font-weight: bold;
}
li.sitemap-under-list dd {
	display: table-cell;
	width: 100%;
}
li.sitemap-under-list li {
	border: none;
	padding-bottom: 0;
}
li.sitemap-under-list li:first-child {
	border-top: none;
	padding-top: 0;
}
@media(max-width:767px) {
	ul.sitemap-list li {
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.5;
	}
	li.sitemap-under-list dt {
	width: 65%;
	}
}
ul.sitemap-list li a:hover,
li.sitemap-under-list a:hover {
 color: #00aeeb !important;
}