/*
** .general
*/

.general__contents > * + * {
  margin-top: calc((27 / var(--standard-font-size)) * 1em);
}

.general__recommend {
  font-size: calc((18 / var(--standard-font-size)) * 1em);
}


/*
** .sick-child-care-examination
*/

.sick-child-care-examination__list {
  grid-row-gap: calc((13 / var(--standard-font-size)) * 1em);
}


/*
** .vaccination-and-baby-examination
** .counseling-medical-care
*/

.counseling-medical-care__text {
  margin-bottom: calc((27 / var(--standard-font-size)) * 1em);
}

.vaccination-and-baby-examination__item-headline,
.counseling-medical-care__item-headline {
  font-size: calc((18 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((13 / var(--standard-font-size)) * 1em);
}

.vaccination-and-baby-examination__item-contents + .vaccination-and-baby-examination__item-headline,
.counseling-medical-care__item-contents + .counseling-medical-care__item-headline {
  margin-top: calc((27 / var(--standard-font-size)) * 1em);
}