@charset "UTF-8";


/* sitemap_sec
***************************************************************/
.sitemap_sec{
  padding-top: 0;
}

.sitemap_list:not(:first-child){
  margin-top: 30px;
}

dl.sitemap_list{
  dd:first-of-type{
    margin-top: 0.5em;
  }
}

.sitemap_ttl{
  width: 240px;
  font-size: 20px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-block: 0.25em;
  a{
    color: var(--green);
  }
}



/*--------------------PC--------------------*/
@media all and (min-width:900px){


}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
  .sitemap_list:not(:first-child){
    margin-top: 20px;
  }


  .sitemap_ttl{
    width: 170px;
    font-size: 16px;
  }

}

@media all and (max-width:698px){

}

