@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 179px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 266px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 354px;
	}
}



/* sitemap-Contents
-----------------------------------*/
.sitemap-Contents{
	padding: 0 20px;
	margin: 25px auto 0;
	position: relative;
}
.sitemap-Contents .main{
	padding-top: 30px;
	border-top: 4px solid #222e53;
	position: relative;
}
.sitemap-Contents .main + .main{
	border-top: 1px solid #d3d5dd;
	margin-top: 30px;
}
.sitemap-Contents .main:first-child:before{
	content: "";
	width: 45px;
	height: 36px;
	background-image: url("../img/ico_sitemap_01.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	left: 20px;
}
.sitemap-Contents .main > li{
	list-style: none;
}
.sitemap-Contents .main > li > a{
	font-size: 108%;
	padding: 4px 10px 4px 25px;
	position: relative;
	display: block;
}
.sitemap-Contents .main > li > a:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #222e53;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 15px;
}
.sitemap-Contents .sub{
	margin-left: 15px;
}
.sitemap-Contents .sub > li{
	list-style: none;
}
.sitemap-Contents .sub > li > a{
	font-size: 108%;
	padding: 0 10px 0 25px;
	position: relative;
	display: block;
}
.sitemap-Contents .sub > li > a:before{
	content: "";
	width: 6px;
	height: 6px;
	background-image: url("../img/ico_sitemap_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	left: 15px;
}
@media only screen and (min-width: 768px){
	.sitemap-Contents{
		max-width: 1280px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 60px;
		margin: 40px auto 0;
	}
	.sitemap-Contents .main > li{
		width: 50%;
		float: left;
	}
	.sitemap-Contents .main > li > a{
		font-size: 123.1%;
	}
	.sitemap-Contents .sub > li > a{
		font-size: 123.1%;
	}
}
@media only screen and (min-width: 1024px){
	.sitemap-Contents{
		margin: 60px auto 0;
	}
	.sitemap-Contents .main > li > a{
		font-size: 138.5%;
	}
	.sitemap-Contents .sub > li > a{
		font-size: 138.5%;
	}
	.sitemap-Contents a{
		display: inline-block!important;
	}
	.sitemap-Contents a:hover{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity: .7;
	}
}
