@charset "utf-8";
/* CSS Document */

.top_img{
	height:auto;
}

.subp_introduction {
	margin-bottom:40px;
}

.sitemap {
	padding:20px;
}

.sitemap li {
	font-size:16px;
	border-left:5px double #0064c8;
	border-bottom:1px solid #0064c8;
	padding:5px 5px 5px 15px;
	margin-bottom:20px;
}

.sitemap li a {
	color:#37538d;
	
		 	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content:space-between;

		-webkit-box-align: center;
		-ms-flex-align: center;	
	align-items:center;
}

.sitemap li a::after {
	content:"";
	border-bottom:1px solid #5aacf8;
	border-right:1px solid #5aacf8;
	padding:3px 3px;
	margin-left:15px;
	margin-right:5px;
	
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	transform:rotate(-45deg);
}
