@charset "UTF-8";
/* --------------------------------------------------------- */

/* ===== #Sitemap .Hero ===== */
#Sitemap .Hero {
	height: 150px;
	background-position: center;
	background-size: cover;
	background-color: var(--kblue);
	margin: 0;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Sitemap .Hero{
		height: 120px;
	  }
	}
	@media only screen and (max-width: 559px) {
	 #Sitemap .Hero{
		height: 80px;
	  }
	} 
#Sitemap .Hero__Inner {
    padding-bottom: 0;
	align-items: center;
  }
#Sitemap .Hero__Inner .Heading_wrap{
	width:100%;
	padding: 0;
	text-align: left;
	z-index: 20;
	background:none;
}
#Sitemap .Hero .Hero__heading {
	font-size: 3rem;
	line-height: 1;
	color: #FFF;
	position: relative;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Sitemap .Hero .Hero__heading {
		font-size: 2.6rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Hero .Hero__heading {
		font-size: 2rem;
		}
	} 

/* ===== #Sitemap .Sitemap__categoly ===== */
#Sitemap .Sitemap__categoly{
	margin: 10rem auto 0 auto;
}
#Sitemap .Sitemap__categoly:first-child{
	margin: 5rem auto 0 auto;
}
	@media only screen and (max-width: 559px) {
		#Sitemap .Sitemap__categoly{
		margin: 5rem auto 0 auto;
		}
		#Sitemap .Sitemap__categoly:first-child{
		margin: 3rem auto 0 auto;
		}
	} 
#Sitemap .Section__heading {
	max-width: 1600px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #FFF;
}
#Sitemap .Section__heading h2 {
	margin-bottom: 3rem;
	font-size: 2.4rem;
	color: var(--kblue-deep);
	/*line-height: 5rem;*/
	border-bottom:2px solid;
	border-color: var(--kblue);
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Sitemap .Section__heading h2 {
		font-size: 2.4rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Section__heading h2 {
		font-size: 2rem;
		}
	}  
	#Sitemap .Section__heading h2 a{
		position: relative;
		padding-right:2rem;
	}
#Sitemap .Section__heading h2 a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top:20%;
	/* display: inline-block;
	vertical-align: middle; */
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 5px;
	background:url(../images/common/btn_square.png) no-repeat 0 0;
	background-size: contain;
}
#Sitemap .Sitemap__subcategoly{
	margin: 4rem auto 0 auto;
	padding-bottom:3rem;
	border-bottom:1px solid #CCC;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Sitemap__subcategoly{
			margin: 2rem auto 0 auto;
			padding-bottom:2rem;
		}
	} 
#Sitemap .Sitemap__subcategoly h3{
	margin-bottom: 0;
	padding-left: 2rem;

	font-size: 1.8rem;
	font-weight: 600;
	color:#666;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Sitemap .Sitemap__subcategoly h3{
			padding-left: 1rem;
			font-size: 1.6rem;
		}	
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Sitemap__subcategoly h3{
			padding-left: 1rem;
			font-size: 1.4rem;
		}
	}
#Sitemap .Sitemap__subcategoly h3 a::before{
	content:"";
	background:#00a8a9;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	width: 9px;
	height: 12px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#Sitemap .Sitemap__menuList{
	margin-top:2rem;
	padding-left: 2rem;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap:2rem;
	row-gap: 2rem;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Sitemap .Sitemap__menuList{
			margin-top:2rem;
			padding-left: 1rem;
		}	
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Sitemap__menuList{
			margin-top:2rem;
			padding-left: 1rem;
			row-gap: 1rem;
		}
	}
#Sitemap .Sitemap__menuList li{
	width:calc((100% - 6rem)/4);
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Sitemap .Sitemap__menuList li{
			width:calc((100% - 2rem)/2);
		}
	}
	@media only screen and (max-width: 559px) {
		#Sitemap .Sitemap__menuList li{
			width:100%;
		}
	}
#Sitemap .Sitemap__menuList li a{
	position: relative;
	padding-left: 10px;
	display: block;
}
#Sitemap .Sitemap__menuList li a::before{
	content:"";
	background:#00a8a9;
	position: absolute;
	left: 0;
	top:30%;
	width: 6px;
	height: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#Sitemap .Section__heading h2 a:link,
#Sitemap .Section__heading h2 a:visited {
	color: var(--kblue-deep);
	text-decoration: none;
	}
#Sitemap .Sitemap__subcategoly h3 a:link,
#Sitemap .Sitemap__subcategoly h3 a:visited,
#Sitemap .Sitemap__menuList li a:link,
#Sitemap .Sitemap__menuList li a:visited {
	color: #666;
	text-decoration: none;
}
#Sitemap .Section__heading h2 a:hover,
#Sitemap .Section__heading h2 a:focus,
#Sitemap .Sitemap__subcategoly h3 a:hover,
#Sitemap .Sitemap__subcategoly h3 a:focus,
#Sitemap .Sitemap__menuList li a:hover,
#Sitemap .Sitemap__menuList li a:focus {
	color: #00a8a9;
	text-decoration: none;
	}
#Sitemap a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 2rem;
	vertical-align: middle;
	background:url("../images/common/icon_window.png")no-repeat center;
	-webkit-background-size: 2rem;
	background-size: 2rem;
	}