.ltUnderHeaderWrapper {
	background: url(/assets/img/sitemap/bg_pagetitle_pc.jpg);
	background-size: cover;
}

.myList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.myListItem {
	width: 25%;
	padding: 0 15px;
}

.myListUnit {
	margin-bottom: 30px;
}

.myListUnit a {
	text-decoration: none;
}

.myListUnit dt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}

.myListUnit dd {
	font-size: 16px;
	font-size: 1.6rem;
}

.myListUnit dd li {
	margin-bottom: 10px;
}

.myListUnit dd li:last-child {
	margin-bottom: 0;
}

.myListUnit dt + dd {
	padding-top: 7.5px;
	padding-left: 30px;
}

@media only screen and (max-width: 992px) {

.ltUnderHeaderWrapper {
	background: url(/assets/img/sitemap/bg_pagetitle_sp.jpg) center;
	background-size: cover;
}

.myList {
	display: block;
}

.myListItem {
	width: 100%;
	padding: 0 10px;
}

.myListUnit {
	margin-bottom: 40px;
}

.myListUnit dt {
	font-size: 14px;
	font-size: 1.4rem;
}

.myListUnit dd {
	font-size: 14px;
	font-size: 1.4rem;
}

.myListUnit dd li {
	margin-bottom: 12px;
}

.myListUnit dt + dd {
	padding-top: 15px;
}

}


/*# sourceMappingURL=maps/sitemap.css.map */
