@charset "utf-8";

.title-page > .text::before {
  content: "Q.";
  color: #666;
  font-size: 1.2em;
  font-weight: 500;
  margin-right: 0.15em;
  margin-left: -1em;
}
.article-date {
  margin-top: 0;
}
.article-date::before {
  content: "A.";
  color: #666;
  font-size: 1.6em;
  font-weight: 500;
  margin-right: 0.5em;
}

[data-nav_this_taxonomy="question_and_answer_category"] .nav-archive .btn-arrow {
  display: none;
}

