.benefits .benefits-list__item {
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .benefits .benefits-list__item {
    padding: 24px;
  }
}

.benefits .benefits-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .benefits .benefits-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .benefits .benefits-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.benefits .benefits-list__item .ttl-m {
  margin-bottom: calc(8px * 2);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .benefits .benefits-list__item .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .benefits .benefits-list__item .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .benefits .benefits-list__item .ttl-m {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .benefits .benefits-list__item .ttl-m {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=../../maps/pages/benefits.css.map */
