/* 注釈テキスト（単体） */
#qa .txt-note {
  margin: 10px 0 0;
  display: table;
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
  color: #707070;
}
#qa .txt-note-ast,
#qa .txt-note-txt {
  display: table-cell;
  vertical-align: top;
}
#qa .txt-note-ast {
  padding-right: 3px;
  white-space: pre;
}
#qa .txt-note-txt {
  width: 100%;
}
/* リスト */
#qa .qa-list {
  margin: 10px 0 0;
  padding-left: 1.2rem;
}
#qa .qa-list-item {
  position: relative;
}
#qa .qa-list-item + .list-item {
  margin-top: 10px;
}
#qa .qa-list-item::before {
  position: absolute;
  content: "\25CF";
  top: 0;
  left: -1.2rem;
}
/* ボックス */
#qa .qa-box {
  margin: 0 0 15px;
  padding: 20px;
  background-color: #f6f6f6;
}
#qa .qa-box > *:first-child {
  margin-top: 0;
}
#qa .btn-accordion {
  color: #000;
}

/* 共通追従非表示 */
[data-browse-mode="P"] .lt_sticky_button #onetime + ul {
  display: none;
}
[data-browse-mode="S"] .lt_sticky_button {
  display: none !important;
}