footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group {
  padding: 16px 12px 12px 12px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group h4 {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom: 2px solid #ee7700;
  cursor: pointer;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group h4::before {
  position: absolute;
  top: 4px;
  right: 2px;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #ee7700;
  border-bottom: 2px solid #ee7700;
  transform: rotate(45deg);
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group h4.toggle::before {
  position: absolute;
  top: 8px;
  right: 2px;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #ee7700;
  border-bottom: 2px solid #ee7700;
  transform: rotate(-135deg);
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group > ul {
  display: none;
  padding-top: 12px;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group dl {
  display: none;
  padding-top: 12px;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group dl dd ul {
  padding-top: 0;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group {
  width: 470px;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group ~ div.sitemap_group .group {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group ~ div.sitemap_group .group > ul {
  display: block;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group-wrap div.group-left div.group {
  float: none;
}
footer section.sitemap_block div.sitemap_contents div.sitemap_group div.group-wrap div.group-right div.group {
  float: none;
}