﻿@CHARSET "UTF-8";

/*サイトマップ*/
#sitemap_area {
	margin-top: 1.5rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#sitemap_list {
	width: 100%;
	margin-top: 2rem;
	padding: 0 4rem;
}

.sitemap_list_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: -0.5rem;
    border: none;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0px 0px;
    background-color: rgba(255,255,255,0);
    background-image: url(../images/icon_sitemap.png);
    margin-right: 0.6rem;
}

.sitemap_group .grouping h3 {
    display: table-cell;
    vertical-align: middle;
    color: #ff710a;
}

.sitemap_link.pc{
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dotted #012169;
	color: rgb(60,60,60);
	display: inline;
	padding:0.5rem 0;
}
.sitemap_link.mobile{
	display:none;
}

.sitemap_link:hover{
	background-color: rgb(217,230,255);
}

.sitemap {
}

.sitemap .title.sitemapLevel1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 1.5rem 1.7rem 0.5rem;
	padding: 1rem 0 0.5rem;
	border-bottom: 1px solid #d6d6d6;
}

.sitemap .title.sitemapLevel1 a{
	font-size: 1.5rem;
	color: #303030;
	position: relative;
	padding-right: 30px;
}

.sitemap .title.sitemapLevel1 a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  background-size: 12px 24px;
  color: inherit;
}

.sitemap .line.sitemapLevel2{
	font-size: 1.3rem;
	padding: 1rem 0 0.5rem 3.5rem;
	display: inline-block;
	width: 33%;
}
.sitemap .line.sitemapLevel2 a{
	font-size: 1.3rem;
}

.sitemap .title.sitemapLevel1 i{
/*	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: rgb(91,124,193);
	margin-top: -0.1rem;
	margin-right: 0.5rem;
	vertical-align: middle;
*/
}

.sitemap .line.sitemapLevel2 i{
/*	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgb(149,170,215);
	margin-top: 0.1rem;
	margin-right: 0.5rem;
*/
}

.sitemap .subtitle{
	font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 1.3rem;
}
.sitemap .description {
	margin-bottom: 1rem;
	font-size: 1.3rem;

}

@media screen and ( max-width : 950px ){

	#sitemap_list_area{
		margin-top:0;
	}
	#sitemap_list{
		display: block;
		margin: 1rem;
		padding:0;
	}
	.sitemap {
	}
	.sitemap_link.pc{
		display: none;
	}
	.sitemap_link.mobile{
		display: inline-block;
	}
	.sitemap_link.mobile span {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		width: 100%;
		border-bottom: 1px dotted #012169;
		color: rgb(60,60,60);
		padding:0.5rem 0.8rem;
	}
	.sitemap_link {
		line-height: 3rem;
	}
	
	.sitemap .line {
		margin-bottom: 0.5rem;
	}
	.sitemap .title {
		width: 80%;
	}
	.sitemap .title.sitemapLevel1{
		margin: 1.5rem 0.7rem 0.5rem;
	}
	.sitemap .line.sitemapLevel2{
		display:block;
		width: 80%;
		padding: 1rem 0 0.5rem 2rem;
	}
	#footer .footerBorder_r{
		display: none;
	}

}
