@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
#sitemapArea .ttlH2Box{
	margin: 70px 0 0;
	padding: 10px 0;
	position: relative;
}
#sitemapArea .ttlH2Box:before{
	content: "";
	width: 100%;
	height: 50%;
	background-color: #efefef;
	position: absolute;
	top: 0;
	left: 0;
}
#sitemapArea h2{
	width: 100%;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 30px;
	position: relative;
	z-index: 3;
}
#sitemapArea a{
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
	color: #121738;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 500;
}
#sitemapArea a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #121738;
	position: absolute;
	left: 0;
	top: 10px;
}
#sitemapArea .boxClm{
	width: 100%;
	display: flex;
	padding: 15px 0 0;
}
#sitemapArea .boxTtl{
	width: 25%;
}
#sitemapArea .boxTtl h3{
	font-weight: 400;
}
#sitemapArea .boxSecond{
	flex: 1;
}
#sitemapArea .boxSecond dl{
	width: 100%;
	display: flex;
}
#sitemapArea .boxSecond dl+p,
#sitemapArea .boxSecond p+dl,
#sitemapArea .boxSecond dl+dl{
	padding: 15px 0 0;
}
#sitemapArea .boxSecond dl dt{
	width: 35%;
}
#sitemapArea .boxSecond dl dd{
	width: 65%;
}
#sitemapArea .boxSecond dl dt.nonlink{
	padding: 3px 0 0 15px;
	font-size: 20px;
	position: relative;
	line-height: 1.45;
}
#sitemapArea .boxSecond dl dt.nonlink:before{
	content: "";
	width: 10px;
	height: 5px;
	border-top: 1px solid #121738;
	border-bottom: 1px solid #121738;
	position: absolute;
	left: 0;
	top: 13px;
}
#sitemapArea .boxSecond dl dt.nonlink:after{
	content: "";
	width: 10px;
	height: 1px;
	background-color: #121738;
	position: absolute;
	left: 0;
	top: 16px;
}
#sitemapArea .boxSecond dl dd li+li{
	padding: 15px 0 0;
}
#sitemapArea .boxBtm{
	width: 100%;
	margin: 70px 0 0;
	padding: 70px 0;
	background-color: #efefef;
}
#sitemapArea .boxBtm ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
#sitemapArea .boxBtm ul li{
	padding: 0 25px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
#contents {
	padding: 55px 0 0;
}
#sitemapArea .ttlH2Box{
	margin: 50px 0 0;
}
#sitemapArea h2{
	font-size: 20px;
}
#sitemapArea a{
	font-size: 18px;
}
#sitemapArea a:before{
	top: 6px;
}
#sitemapArea .boxClm{
	display: block;
}
#sitemapArea .boxTtl{
	width: 100%;
}
#sitemapArea .boxSecond{
	width: 100%;
}
#sitemapArea .boxSecond dl{
	display: block;
	margin: 0 0 0 15px;
}
#sitemapArea .boxSecond p{
	display: block;
	margin: 10px 0 0 15px;
}
#sitemapArea .boxSecond dl+p,
#sitemapArea .boxSecond p+dl,
#sitemapArea .boxSecond dl+dl{
	padding: 10px 0 0;
}
#sitemapArea .boxSecond dl dt{
	width: 100%;
}
#sitemapArea .boxSecond dl dd{
	width: 100%;
	padding: 10px 0 0 15px;
	box-sizing: border-box;
}
#sitemapArea .boxSecond dl dt.nonlink{
	font-size: 18px;
	position: relative;
	line-height: 1.45;
}
#sitemapArea .boxSecond dl dt.nonlink:before{
	top: 11px;
}
#sitemapArea .boxSecond dl dt.nonlink:after{
	top: 14px;
}
#sitemapArea .boxSecond dl dd li+li{
	padding: 5px 0 0;
}
#sitemapArea .boxBtm{
	width: 100%;
	margin: 70px 0 0;
	padding: 70px 0;
	background-color: #efefef;
}
#sitemapArea .boxBtm ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
#sitemapArea .boxBtm ul li{
	padding: 0 25px;
}
}

