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

/*---------------------------------------------
Sitemap
  ---------------------------------------------*/
.sitemap{
  padding-top: 20px;
}
.sitemap .box{
  margin-bottom:40px;
}
.sitemap .ttl-link a, .ttl-link .noclear {
  position: relative;
  color: #53a048;
  /* background: #fffceb; */
  border-bottom: 1px solid #53a048;
  padding: 6px 11px;
  border-radius: 3px;
  font-size:18px;
  font-weight:bold;
  display:block;
}
.sitemap .ttl-link a::after{
  content: "";
  position: absolute;
  display: block;
  right: 13px;
  top:0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6fba2d;
  border-bottom: 2px solid #6fba2d;
  transform: rotate(-45deg);
  margin: auto;
}
.sitemap .box ul{margin-top: 15px;}
/* .sitemap .box ul li{width: 50%;float: left;} */
.sitemap .box ul li a{
  font-size:16px;
  color: #6fba2d;
}

@media screen and (min-width: 768px) {
  .sitemap .box{
    width: 48%;
    display:inline-block;
    font-size:0;
    vertical-align: top;
    margin-bottom: 30px;
  }
  .sitemap .box:nth-child(2n){
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .box{
    width: 100%;
  }
}
