
@charset "UTF-8";

#check + section ul {
  list-style-type: none;
  padding-left: 25px;
}
#check + section li {
  position: relative;
  list-style: none;
}
#check + section li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--i_txt_color);
  border-bottom: 2px solid var(--i_txt_color);
  transform: rotate(-45deg);
}