@charset "utf-8";
/* -----------------------------------------------------------
  
-------------------------------------------------------------- */
#sitemap .lower-ttl-area {
	background: url("../img/sitemap-mv-img.jpg") no-repeat center / cover;
}

@media screen and (max-width: 768px) {
	#sitemap .lower-ttl-area {
		background: url("../img/sitemap-mv-img.jpg") no-repeat center / cover;
	}
	}


/* -----------------------------
	sitemap
-------------------------------- */

#sitemap .sitemap-area {
	padding: 40px 0 80px;
}

#sitemap .sitemap-area .box-com .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 20px;
	margin: 0 0 60px;
	border-bottom: #3286CA dashed 1px;
}

#sitemap .sitemap-area .box-com .flex li {
	width: calc( (100% - 40px) / 3 );
	margin: 0 0 30px;
}

#sitemap .sitemap-area .box-com .flex li h3 {
	background: #0967D8;
	padding: 10px;
	line-height: 1.7;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 5px;
}

#sitemap .sitemap-area .box-com .flex li p {
	padding: 0 10px 0 20px;
	background: url("../img/arrow-blue-left.svg") no-repeat left center / 10px auto;
	margin: 5px 0 0;
}

#sitemap .sitemap-area .box-com .flex li a:hover {
	color: #0967D8;
}

/*.box-com02*/

#sitemap .sitemap-area .box01,
#sitemap .sitemap-area .box02 {
	margin: 0 0 40px;
}

#sitemap .sitemap-area .box-com02 .flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sitemap .sitemap-area .box-com02 .flex li {
	width: calc( (100% - 40px) / 3 );
	margin: 0 20px 20px 0;
}

#sitemap .sitemap-area .box-com02 .flex li:nth-of-type(3n) {
	margin: 0 0 20px 0;
}

#sitemap .sitemap-area .box-com02 .flex li a {
	background: #F5F5F5;
	padding: 25px 0 25px 15px;
	border-radius: 10px;
	display: block;
	position: relative;
	line-height: 1.3;
	width: 100%;
	overflow: hidden;
}

#sitemap .sitemap-area .box-com02 .flex li a::before {
    content: "\f105";
    color: #002060;
    right: 13px;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.8rem;
	transition: 0.3s;
	position: absolute;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#sitemap .sitemap-area .box-com02 .flex li a:hover::before {
	right: 8px;
}

#sitemap .sitemap-area .box-com02 .flex li a span {
	position: relative;
	z-index: 3;
}

#sitemap .sitemap-area .box02 h3,
#sitemap .sitemap-area .box03 h3 {
	background: #002060;
	padding: 10px 15px;
	line-height: 1.7;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
	
	#sitemap .sitemap-area {
		padding: 0px 20px 40px;
	}

	#sitemap .sitemap-area .box-com .flex {
		display: block;
		padding: 0 0 0;
		margin: 0 0 20px;
		border-bottom: #3286CA dashed 1px;
	}

	#sitemap .sitemap-area .box-com .flex li {
		width: 100%;
		margin: 0 0 20px;
	}

	#sitemap .sitemap-area .box-com .flex li h3 {
		margin: 0 0 5px;
		font-size: 1.6rem;
	}

	#sitemap .sitemap-area .box-com .flex li a:hover {
		color: #333;
	}

	/*.box-com02*/
	#sitemap .sitemap-area .box01,
	#sitemap .sitemap-area .box02 {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	#sitemap .sitemap-area .box-com02 .flex {
		display: block;
	}

	#sitemap .sitemap-area .box-com02 .flex li {
		width: 100%;
		margin: 0 0 10px 0!important;
	}

	#sitemap .sitemap-area .box-com02 .flex li a {
		padding: 20px 0 20px 15px;
	}

	#sitemap .sitemap-area .box-com02 .flex li a:hover {
		color: #333;
	}

	#sitemap .sitemap-area .box-com02 .flex li a:hover::after {
		background: url("../img/arrow-blue-left.png") no-repeat center / 15px auto;
	}

	#sitemap .sitemap-area .box-com02 .flex li a:hover::before {
		display: none;
	}
	
	#sitemap .sitemap-area .box02 h3,
	#sitemap .sitemap-area .box03 h3 {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}

}