@charset "UTF-8";

/* =========================================================
  docs
========================================================= */

/* contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs h2.date {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--mono-color-5);
  font-weight: 700;
  font-size: 1.9rem;
}

.contentGpArticleDocs h2.date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--ac-color-green-1);
}


@media only screen and (max-width: 959px) {
  .contentGpArticleDocs h2.date {
    margin: 0 0 25px;
    padding: 0 0 5px;
    font-size: 1.5rem;
  }

  .contentGpArticleDocs h2.date::before {
    width: 50px;
  }
}