@charset "utf-8";

/*----- リスト -----*/

.st-list {
  margin-bottom: 8px;
}

.st-list li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}

.st-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffaf19;
  display: inline-block;
  margin-right: 10px;
  text-indent: 0;
}

.st-list_desc {
  text-indent: 0;
  padding-left: 16px;
}
