@charset "UTF-8";
/*----------
	既存ページ調整用
----------*/
html {
	scrollbar-color: var(--color-prim) #fafafa;
	scrollbar-width: thin;
}

.l-main {
	margin-top: 0;
	padding-top: 60px;
	background-color: #fff;
}

@media (width >= 768px), print {
	.l-main {
		padding-top: 100px;
	}
}
.m-contens {
	background-color: #fff;
	padding-top: 0;
}

.l-contentsList {
	padding-top: 100px;
}

.p-sitemapList__item {
	position: relative;
}

.p-sitemapList__item--ir:after,
.p-sitemapList__item--csr:after {
	top: 0.8em;
}

.p-sitemapList__item:after,
.p-sitemapListCont__item:after {
	display: none;
}

.p-sitemapList__item a,
.p-sitemapListCont__item a {
	padding-left: 15px;
}

.p-sitemapList__item a:before,
.p-sitemapListCont__item a:before {
	content: " ";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #0065a5;
	border-right: solid 2px #0065a5;
	transform: rotate(45deg);
	position: absolute;
	top: 0.6em;
	left: 0;
}
/*# sourceMappingURL=override.css.map */
