/* ツールチップ用css 要検討 */
/* .tooltip-primary .tooltip-inner {
  background-color: #0d6efd !important;
  color: #fff !important;
}
.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0d6efd !important;
}
.tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #0d6efd !important;
}
.tooltip-primary.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #0d6efd !important;
}
.tooltip-primary.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #0d6efd !important;
} */

/* Tooltip内の文字を左寄せ */
.tooltip-inner {
    text-align: left;
}
.toolCircle{
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 13px;
}
  