.checkbox-style-ul li {
  position: relative;
  font-size: 23px;
  line-height: 1.2;
  padding-left: 50px;
  letter-spacing: 0.075em; }
  @media only screen and (max-width: 576px) {
    .checkbox-style-ul li {
      font-size: 17px; } }
  .checkbox-style-ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../image/checkbox.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px; }
    @media only screen and (max-width: 576px) {
      .checkbox-style-ul li::before {
        width: 25px;
        height: 20px; } }
  .checkbox-style-ul li span {
    color: #105996;
    background: linear-gradient(to bottom, transparent, transparent 60%, #fbe0d2 60%); }
  .checkbox-style-ul li + li {
    margin-top: 15px; }
