@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　sitemap
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background-image: url(../img/sitemap/bg_page_ttl_pc.jpg);  
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.content  {
  background: #fff; 
}


/* sitemap-nav
-----------------------------------------------------------------*/
#sitemap-nav {
	max-width: 1020px;
	margin: auto;
}
#sitemap-nav .sitemap-gnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
#sitemap-nav .sitemap-gnav > li {
	max-width: 460px;
	width: 45.2%;
}
#sitemap-nav .sitemap-gnav > li:first-child p.has-middle {
	font-size: 2.2rem;
	padding-bottom: 15px;
	margin-bottom: 25px;	
	border-bottom: 1px solid #d9d9d9;
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle ul li:nth-child(n+2),
#sitemap-nav .sitemap-gnav > li:nth-child(2) p:nth-child(n+2) {
	margin-top: 40px;
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a,
#sitemap-nav .sitemap-gnav > li:nth-child(2) p a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 1.8rem;
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a {
	font-size: 2.2rem;
}

#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a::before,
#sitemap-nav .sitemap-gnav > li:nth-child(2) p a::before {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	background: #0087ef;	
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span,
#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a {
	display: block;
	margin: 15px 0 0 30px;
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span a,
#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 1.5rem;	
}
#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span a::after,
#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a::after {
	position: absolute;
	left: 0px;
	top: 0.6em;
	display: block;
	width: 23px;
	height: 5px;
	content: "";
	background: url(../../asset/img/common/arw_btn_gray.svg) no-repeat right top;
	background-size: contain;		
}
#sitemap-nav .sitemap-gnav a:hover {
	color: #0089f2;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px)  {

.page-ttl {
  background-image: url(../img/sitemap/bg_page_ttl_sp.jpg);  
}


/* sitemap-nav
-----------------------------------------------------------------*/
	#sitemap-nav .sitemap-gnav > li {
		max-width: 460px;
		width: 100%;
	}
	#sitemap-nav .sitemap-gnav > li:first-child p.has-middle {
		font-size: 1.8rem;
		padding-bottom: 10px;
		margin-bottom: 15px;	
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle ul li:nth-child(n+2),
	#sitemap-nav .sitemap-gnav > li:nth-child(2) p:nth-child(n+2) {
		margin-top: 20px;
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a,
	#sitemap-nav .sitemap-gnav > li:nth-child(2) p a {
		padding-left: 25px;
		font-size: 1.6rem;
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a {
		font-size: 1.8rem;
	}
	
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle p a::before,
	#sitemap-nav .sitemap-gnav > li:nth-child(2) p a::before {
		width: 15px;
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span,
	#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a {
		margin: 10px 0 0 28px;
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span a,
	#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a {
		padding-left: 22px;
		font-size: 1.3rem;	
	}
	#sitemap-nav .sitemap-gnav > li:first-child .nav-middle span a::after,
	#sitemap-nav .sitemap-gnav > li:nth-child(2) .nav-middle li a::after {
		top: 0.6em;
		width: 15px;
		height: 3px;
	}




}