@charset "UTF-8";

/* =========================================================
  mayor
========================================================= */

#page-category-mayor-index #pageTitle .pieceBody h1 {
  padding-left: 80px;
}

#page-category-mayor-index #pageTitle h1::before {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 16px 0 0;
  content: "";
  background-color: var(--mono-color-white);
  background-image: url("/_themes/site/images/menu/ic-mayor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  transform: translateY(-50%);
}

.docs {
  margin-top: 20px;
  overflow: hidden;
}

.docs .image {
  float: right;
  width: 220px;
  margin: 0 0 16px 16px;
}

.docs .image img {
  display: block;
  width: 100%;
  height: auto;
}

.docs .text p {
  margin: 0 0 16px;
}

.docs .text span {
  display: block;
  text-align: right;
}

@media only screen and (max-width: 959px) {
  div[id^="categoryList"] section:not(:last-child) h3,
  div[class$="CategoryList"] section:not(:last-child) h3,
  div[id^="categoryList"] section:not(:last-child) li,
  div[class$="CategoryList"] section:not(:last-child) li {
    border-bottom: none;
  }
}
