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

/* レスポンシブ */
@media screen and (max-width: 1227px) {
}

/* タブレット */
@media screen and (max-width: 800px) {
}

/* SP */
@media screen and (max-width: 640px) {
}


/* ------------------------------------------------------------
	SITEMAP CSS
   ------------------------------------------------------------ */

/* sitemapList
  ---------------------------------------------------*/

.sitemapList_item + .sitemapList_item{
	margin-top:30px;
}
.sitemapList_item_ttl{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #8296bb;
	padding-bottom:10px;
	margin-bottom:10px;
}

.sitemapList_item_lnk:hover{
	text-decoration:none;
	color:#4B70B4;
}
.sitemapList2nd:after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
.sitemapList2nd_item{
	float:left;
}
.sitemapList2nd_item + .sitemapList2nd_item{
	margin-left:30px;
}
.sitemapList2nd_item_lnk:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #1B4C81;
    margin-right: 6px;
}

/* タブレット */
@media screen and (max-width: 800px) {
	
.sitemapList2nd_item{
	float:none;
}
.sitemapList2nd_item + .sitemapList2nd_item{
	margin-left:0;
	margin-top:10px;
}
}


