.c-health {
  padding: 80px 0px;
  background: url("/img/renewal2026/supplement/bg-health.jpg") no-repeat 100% 50%;
  background-size: cover;
}
.c-health__block-image {
  display: block;
  line-height: 0;
  margin: 0px -16px 30px;
}
.c-health__block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-health__block-content__title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-health__block-content__description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-health-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-health-category__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.4rem;
}
.c-health-category__title {
  font-size: 1.6rem;
  line-height: 1.5;
  min-width: 160px;
  padding: 24px;
  background: var(--color-white);
  text-align: center;
  border: 1px solid #F4F1EA;
}
.c-health-category__text {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .c-health {
    background-position: 50% 50%;
  }
  .c-health__block {
    display: flex;
    gap: 34px;
  }
  .c-health__block-image {
    min-width: 300px;
    margin: 0px;
  }
  .c-health__block-content__title {
    margin-bottom: 10px;
  }
  .c-health-category {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .c-health-category__item {
    display: block;
    width: calc((100% - 30px) / 3);
  }
  .c-health-category__title {
    min-width: auto;
    padding: 20px 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-health__block {
    gap: 48px;
  }
  .c-health__block-image {
    min-width: 390px;
  }
  .c-health-category {
    gap: 24px;
  }
  .c-health-category__title {
    padding: 24px;
  }
}
.l-headline__left {
  text-align: left;
}/*# sourceMappingURL=supplement.min.css.map */
