@charset "UTF-8";

/* ==========================================================================
   list.css
   ========================================================================== */

.o-c__list-check li {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
  &:before {
    content: "";
    width: 10px;
    height: 7px;
    border-radius: 0;
    background: none;
    border-top: solid 2px var(--rmeisai-primary);
    border-right: solid 2px var(--rmeisai-primary);
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    transform: rotate(135deg);
  }
  &:last-child {
    margin: 0;
  }
}

.o-c__list-check._size_s li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 12px;
  &:before {
    width: 10px;
    height: 6px;
  }
}

.o-c__list-check._size_m li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 14px;
  &:before {
    width: 12px;
    height: 8px;
  }
}

.o-c__list-check._size_l li {
  line-height: 1.7;
  padding: 0 0 0 20px;
  font-size: 16px;
  &:before {
    width: 14px;
    height: 10px;
  }
}
