@charset "utf-8";

figure {
  margin: 0;
}

.breadcrumb-wrapper {
  max-width: 1020px;
  margin: 30px auto 0;
}

.breadcrumb {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: 1.3em;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  content: '';
}

.breadcrumb a {
  color: #666666;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #00b28f;
}

#governance .hdM {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    padding-left: 16px;
    font-size: 0.8em;
  }

  .breadcrumb {
    gap: 0 10px;

  }

  .mgb50 {
    margin-bottom: 10vw !important;
  }

}