@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* サイトマップ */
/* -------------------------------------------------- */

.pageSitemap {
	background: url(../../img/sitemap/sitemap_title_bg.jpg) no-repeat center center / cover;
}

#sitemapBody {
	margin: 100px auto 60px;
}

#sitemapBody * {
	color: #444444;
}

.sitemapBox {
	width: 23.26%;
	margin: 0 2.3% 40px 0;
}

.sitemapBox:nth-of-type(4n) {
	margin: 0;
}

.sitemapLink {
	width: 100%;
	display: block;
	color: inherit;
}

.sitemapFigure {
	border-radius: 5px;
	overflow: hidden;
}

.sitemapImg {
	width: 100%;
	transition: all .3s ease-in-out;
}

.sitemapDes {
	position: relative;
	padding-left: 15px;
}

.sitemapNavList {
	margin: 20px 0px 10px;
}

.sitemapNavBlock {
	margin-bottom: 20px;
}

.sitemapNavItem {
	font-size: 1.6rem;
	line-height: 1.4;
}

.sitemapNavItemChild {
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 1.4rem;
	line-height: 1.0;
	text-indent: -20px;
}

.sitemapNavLinkChild {
	line-height: 1.0;
}

.sitemapNavLinkChild:before {
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 10px;
	display: inline-block;
	background: #CDCDCD;
	border-radius: 50%;
	vertical-align: 3px;
}

.sitemapNavLinkText {
	position: relative;
	z-index: 1;
	line-height: 1.7;
}


.sitemapNavLinkText {
	padding-bottom: 3px;
	background: linear-gradient(#3EB134, #3EB134) 0 100% / 0 2px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.hover-underline.reverse {
	background-position: 100% 100%;
}



@media screen and (min-width: 1025px) {
	.sitemapNavLinkText:hover {
		background-size: 100% 2px;
	}
}


@media screen and (max-width:1050px) {
	.sitemapNavLinkTextSv {
		letter-spacing: 0.05em;
	}
}


@media screen and (min-width:1024px) and (max-width:1039px) {
	.sitemapNavLinkChild:before {
		margin-right: 3%;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */

@media screen and (max-width: 1024px) {
	.pageSitemap {
		background: url(../../img/sitemap/mv_sp.jpg) no-repeat center center / cover;
	}
	
	#sitemapBody {
		margin: 0px;
	}

	.sitemapBox {
		width: 48.0%;
		max-width: inherit;
		margin: 0 4% 50px 0;
	}

	.sitemapImg {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sitemapBox:nth-of-type(2n) {
		margin: 0 0 50px 0;
	}
}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
	.sitemapBox {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px !important;
	}
}