  #site_map {
  margin-top: 45px;
}
#site_map dl > dt:after {
  display: none;
}
#site_map dl > dt {
  display: block;
  float: none;
}
#site_map ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}
#site_map ul > li {
  width: 100%;
}
#site_map dl.topic_dl > dt {
  border-left: 3px solid #033884;
  padding-left: 10px;
}
#site_map dl.topic_dl > dt:nth-of-type(n+2) {
  margin-top: 30px;
}
#site_map dl.topic_dl > dt a {
  font-size: 120%;
  color: #033884;
}
#site_map dl.topic_dl > dd {
  margin-top: 5px;
  padding-left: 13px;
}
#site_map ul.list > li {
  padding-left: 1.3em;
  position: relative;
}
#site_map ul.list > li:before {
  aspect-ratio: 1/1;
  width: 0.5em;
  content: "";
  display: block;
  border-left: 1px none #424242;
  border-right: 1px solid #424242;
  border-bottom: 1px none #424242;
  border-top: 1px solid #424242;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0.5em;
}
#site_map ul.sub_list {
  margin-top: 5px;
}
#site_map ul.sub_list > li {
  padding-left: 1.3em;
  position: relative;
}
#site_map ul.sub_list > li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0em;
}
#site_map a.youtube {
  line-height: 0;
  padding-right: 0px;
  margin-right: 0px;
  background-size: 0px auto !important;
}
#site_map a.youtube img {
  height: 15.36px;
  width: auto;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
/**/
@media print, screen and (min-width: 480px) {
  #site_map ul {
    row-gap: 1em;
    justify-content: flex-start;
    column-gap: 5%;
  }
  #site_map ul > li {
    width: 45%;
  }
  #site_map dl.topic_dl > dt {
    border-bottom: 1px solid #033884;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #site_map dl.topic_dl > dt a:after {
    aspect-ratio: 1/1;
    width: 0.5em;
    content: "";
    display: inline-block;
    margin-left: 1em;
    border-left: 1px none #424242;
    border-right: 1px solid #424242;
    border-bottom: 1px none #424242;
    border-top: 1px solid #424242;
    transform: rotate(45deg);
    margin-bottom: 0.1em;
  }
  #site_map dl.topic_dl > dt a[href^="http"]:after, #site_map dl.topic_dl > dt a[href^="https"]:after, #site_map dl.topic_dl > dt a.youtube:after {
    display: none;
  }
  #site_map dl.topic_dl > dd {
    margin-top: 2em;
  }
  #site_map ul.sub_list {
    margin-top: 1em;
  }
  #site_map ul.sub_list > li {
    width: 100%;
    font-size: 90%;
  }
  #site_map dl.topic_dl > dt {
    width: 100%;
  }
  #site_map dl.topic_dl > dt:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
/**/
@media print, screen and (min-width: 824px) {
  #site_map ul > li {
    width: 30%;
  }
}
/**/
@media only screen and (min-width: 1012px) {}

