/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-service-feature {
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  display: flex;
}

.c-service-feature--has-description {
  align-items: flex-start;
  gap: 1.2rem;
}

.c-service-feature__circle {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.c-service-feature__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.c-service-feature__text {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: .5rem;
  min-width: 0;
  display: flex;
}

.c-service-feature__label {
  color: #23469b;
  width: 100%;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.3rem;
}

.c-service-feature__sub-label {
  color: #23469b;
  white-space: pre-wrap;
  width: 100%;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6;
}

.c-service-feature__sub-row {
  display: contents;
}

.c-service-feature__note {
  color: #23469b;
  width: 100%;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
}

.c-service-feature__description {
  color: #000;
  width: 100%;
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .c-service-feature__circle {
    width: 9.9rem;
    height: 9.9rem;
  }

  .c-service-feature__text {
    gap: 0;
  }

  .c-service-feature--has-description .c-service-feature__text {
    gap: .8rem;
  }

  .c-service-feature__label,
  .c-service-feature__sub-label {
    font-size: 2rem;
    line-height: normal;
  }

  .c-service-feature__note {
    font-size: 1.6rem;
  }

  .c-service-feature__sub-row {
    align-items: baseline;
    gap: .4rem;
    width: 100%;
    display: flex;
  }

  .c-service-feature__sub-row .c-service-feature__sub-label {
    white-space: nowrap;
  }

  .c-service-feature__sub-row .c-service-feature__note {
    white-space: nowrap;
    margin-top: 0;
  }
}