@charset "UTF-8";
.ul_list li {
  position: relative;
  margin-left: 1.6rem;
}
.ul_list li::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  top: 0.9em;
  left: -1.6rem;
}

@media screen and (max-width: 767px) {
}