.list-ul li {
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-ul li {
    padding-left: calc(26 / 1744 * 100vw);
    font-size: clamp(14px, calc(20 / 1744 * 100vw), 20px)
  }
}
@media screen and (max-width:1024px) {
  .list-ul li {
    padding-left: calc(26 / 1024 * 100vw);
    font-size: clamp(14px, calc(20 / 1024 * 100vw), 20px)
  }
}
@media screen and (max-width:750px) {
  .list-ul li {
    padding-left: calc(42 / 750 * 100vw);
    font-size: clamp(14px, calc(32 / 1024 * 100vw), 32px)
  }
}
.list-ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 10px;
  height: 10px;
  background: url(/assets/images/common/ico_arr_yl.svg) center/100% auto no-repeat
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-ul li::before {
    top: calc(12 / 1744 * 100vw);
    left: calc(8 / 1744 * 100vw);
    width: calc(10 / 1744 * 100vw);
    height: calc(10 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .list-ul li::before {
    top: calc(12 / 1024 * 100vw);
    left: calc(8 / 1024 * 100vw);
    width: calc(10 / 1024 * 100vw);
    height: calc(10 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .list-ul li::before {
    top: calc(14 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw)
  }
}
.list-ul li:nth-of-type(n+2) {
  margin-top: 12px
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-ul li:nth-of-type(n+2) {
    margin-top: calc(12 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .list-ul li:nth-of-type(n+2) {
    margin-top: calc(12 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .list-ul li:nth-of-type(n+2) {
    margin-top: calc(22 / 750 * 100vw)
  }
}