﻿.contents{
   width:90%;
   max-width:1280px;
   margin:0 auto;
   padding:1rem 2rem;
}

.sitemap-container {
}


.list-sitemap{
   list-style:none;
   margin:0;
   padding:0;
}

.list-sitemap > div{
	margin:0;
}

.list-sitemap > h4{
    width:100%;
    display:block;
    padding: .5em .7em;
    border-left: 5px solid #3153bc;
    background-color: #f2f2f2;
    color: #333333;
    font-size:1.2rem;
}
.list-sitemap > h4 > a{
	display:inline;
	padding-right:1.5em;
	text-decoration:underline;
	color:#434343;
}

.list-sitemap > h4 > a::after{
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 150%;
  line-height: 1.2;
  color: #434343;
	color:#737373;/*★グレー*/
	/*color:#006FE6;*//*★ブルー*/
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-sitemap ul {
  margin: 1rem 0.5rem 2rem;
  font-size: 1rem;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
}

.list-sitemap ul > li {
  margin:.5rem 0rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
  display:block;
  width:auto;
  min-width:calc(100% / 4);
}

.list-sitemap ul > li a{
  color:#262626;
  text-decoration:underline;
}

.list-sitemap ul > li > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
/*  color: #359dc9;*/
  color: #0056B3;
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 900;
}

.list-sitemap > ul {
  font-size: 1rem;
}


/*ADEACトップへのリンクエリア*/
#box-link{
	padding:1.0em;
	margin-top:5.0em;}

p.p-link-adeactop{
	text-align:right;
	border-top:1px dashed #767676;
	padding-top:1.0em;}

p.p-link-adeactop a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	/*color: #359dc9;*/
	color: #0056B3;
	font-weight: 900;
	margin-right:0.6em;}

@media (max-width: 768px) {
	.list-sitemap ul {
	  display:block;
	  margin:1rem 0;
	  padding:0 0.5rem;
	}

	.list-sitemap ul > li {
	  width:100%;
	}
}


