@charset "utf-8";
.sitemap .sitemap-link{position: relative;}
.sitemap .sitemap-link li{
  padding: 0 0 0.5em 0;
}

.sitemap .accordion.sitemap-link li{ margin: 0 0 0 1em;}


.sitemap .sitemap-link .login-link {
  position: relative;
  padding: 0 0 0.5em 1.5em;
}
.sitemap .login-link a:before {
  position: absolute;
  top: -0.9rem;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_login.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.h2o-name {
  font-size: 80%;
}

.image-block img{
  position: absolute;
  top: -1.5rem;
  right: 20%;
  margin: 0;
  padding: 0;
  width: 80%;
  max-width: 24rem;
  order: 1;
  opacity: 0.2;
  z-index: -1;
}

.image-block.image-block-s img {
  right: 28%;
  max-width: 13rem;
}