@charset "UTF-8";

/* =========================================================
  docs
========================================================= */

/* contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs h2.date {
  position: relative;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 1px solid var(--ac-color-green-4);
  border-radius: 6px;
  background: var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.25rem;
}

.contentGpArticleDocs h2.date::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  background: var(--ac-color-green-1);
}

.contentGpArticleDocs ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contentGpArticleDocs li {
  display: flex;
  gap: 2px 12px;
  font-size: 1.125rem;
}

.contentGpArticleDocs li .update_date {
  flex-shrink: 0;
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDocs li {
    flex-direction: column;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle h1 {
  color: #e73562;
}