@charset "UTF-8";

.sitemaplist > div:not(:last-of-type){
  margin-bottom: 2rem;
}
.sitemaplist dt{
  background: url(../../images/common/bg_brown.png) repeat center ;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .5rem 1rem;
}
.sitemaplist dd{
  background: #FFFBEB;
  padding: 1rem;
}
.sitemaplist dd ul{
  gap: 1rem;
}
.sitemaplist dd li{
  border-bottom: 1px dashed #240000;
  margin-bottom: .5rem;
  padding: .8rem 0;
  width: calc(50% - 1rem);
}
.sitemaplist dd li a{
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
.sitemaplist dd li a::before {
  content: "";
  aspect-ratio: 6 / 7;
  background: url(../../images/common/fot_arrow.png) no-repeat center / contain;
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
}
.sitemaplist dd li a:hover{
  color: #EB6101;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .sitemaplist dd ul{
    gap: 0;
  }
  .sitemaplist dd li{
    width: 100%;
  }
}