/* ここからカスタマイズ */
.skyblue{
  color: #00AEFF;
}
.list-disc{
  list-style-type: disc;
}
.border-left-8px-orange::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #FA902C;
  border-radius: 2px;
}
.list-square li:before {
  content: "■";
  color: #000;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}