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


.contents_sitemap{


}


.sm_box h2{
  color: #1D3879;
  font-size: 18px;
  line-height: 180%;
  border-top: 3px solid #1D3879;
  background-color: #E9EDF1;
  margin: 15px 0;
  padding: 3px 0 0 10px;
}
.sm_box h2 a{
  color: #1D3879;
  text-decoration: none;
}
.sm_box h2 a:hover{
  color: #3358af;
  transition: 0.3s;
}
.sm_box h3{
  color: #48B4B4;
  font-size: 18px;
  line-height: 1.4;
  margin: 0.5em 0 0;
  padding: 0 0 0 10px;
}

.sm_box > ul{
  margin: 1em 0 2em;
}

.sm_box > ul > li {
  font-size: 17px;
  line-height: 17px;
  list-style: none;
  background-image: url(https://www.propane-npo.com/img/icon_sitemap.gif);
  background-repeat: no-repeat;
  margin: 1.2em 0.5em;
  padding: 0 0 0 20px;
}

.sm_box > ul > li a {
  color: #000;
  text-decoration: none;
}

.sm_box > ul > li a:hover {
  color: #3358af;
  transition: 0.3s;
}


.area_list {
  width: 100%;
  display: flex;
	flex-wrap: wrap;
}
.area_list > ul{
  width: 50%;
}