@charset "utf-8";

body {
  background-color: #f6f6f6;
}
.header-page {
  background-color: #666;
  color: #fff;
}
.header-question_and_answer {
  margin: 2em 0 1em 0;
}
#article-question_and_answer .count-series .unit::before {
  content: "件";
}
#article-question_and_answer .nav-taxonomy-toggle > a:not(.active) {
  background: #fff;
}
.select-taxonomy {
  background: #fff;
}
.question_and_answer {
  margin: 2em 0 0 0;
  padding: 1em 0 1em 2em;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.title-question {
  position: relative;
}
.title-question::before {
  content: "Q";
  font-size: 1.2em;
  font-weight: 600;
  top: -3px;
  left: -1.2em;
  position: absolute;
}
.content-answer {
  position: relative;
  margin: 1em 0;
  box-sizing: border-box;
}
.content-answer::before {
  content: "A";
  font-size: 1.2em;
  font-weight: 600;
  top: -3px;
  left: -1.15em;
  position: absolute;
  color: var(--link-color, cadetblue);
}
.content-answer a {
  text-decoration: underline;
  color: var(--link-color, cadetblue);
}
.read-more {
  text-align: right;
}
.read-more > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 1.5em;
  font-size: 0.8em;
  font-weight: 600;
}
.read-more > a::before {
  content: " ";
  position: absolute;
  top: 35%;
  right: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
}
.list-terms,
.list-term-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75em;
}
.list-term-item::before {
  display: none;
}
.list-term-item > a {
  pointer-events: none;
  display: inline-block; /*IE11とEdge対策（IE11とEdgeでは、aタグのdisplayの値がinline-blockかblock以外だと「pointer-events: none;」が効きません。）*/
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
}
.active-list-term > a {
  background: #666;
  border-color: #666;
  color: #fff;
  font-weight: 400;
}
body[data-logged_in="true"][data-ccc_debug="true"] .active-list-term > a {
  color: #fff;
}

@media only screen and (max-width: 750px) {
  #article-question_and_answer .select-taxonomy {
    width: 100%;
  }
  .wrap-question_and_answer.inner-02 {
    padding-left: 0;
    padding-right: 0;
  }
}
