@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.sitemap {
	display: flex;
	justify-content: space-between;
	gap: 2em;
}

.sitemap-col {width: 33%;}

.sitemap-item:not(:first-of-type) {margin-top: 3em;}

h2.sitemap-title {
	margin-bottom: .25em;
	text-align: left;
	font-size: 24px;
	padding-bottom: 7.188%;
	background-position: left bottom;
	background-size: 325% auto;
}

a.sitemap-link {
	color: #00E;
	margin-top: 8px;
}
a.sitemap-link:hover {text-decoration: underline;}
a.sitemap-link.blank::after {
	display: inline-block;
	content: "";
	margin-left: 10px;
	background: url(../img/common/icon-blank.png) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	vertical-align: sub;
}



@media screen and (max-width: 1240px) and (min-width: 769px) {
	
/* 個別CSS */
/* ------------------------------ */
h2.sitemap-title {font-size: 1.935vw;}

a.sitemap-link {
	margin-top: 1.935vw;
	font-size: 1.290vw;
}
a.sitemap-link a.blank::after {
	margin-left: 0.806vw;
	width: 1.612vw;
	height: 1.612vw;
}



}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.sitemap {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.sitemap-col {width: auto;}

.sitemap-item {
	margin-bottom: 5em;
	margin-top: 0;
}
.sitemap-item ul {
	margin-left: 4.266%;
	margin-right: 4.266%;
}

h2.sitemap-title {
	font-size: 5.333vw;
	padding: 0 4.266% 6.134%;
	background-position: center bottom;
	background-size: 100% auto;
}

.sitemap-item li.spw{width:calc(100% + 0.5em);}

a.sitemap-link {font-size: 3.733vw;}
a.sitemap-link a.blank::after {
	margin-left: 0.806vw;
	width: 1.612vw;
	height: 1.612vw;
}



}
