/*
** .flow
*/

.flow__item-headline {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--main);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.flow__item-contents + .flow__item-headline {
  margin-top: 2rem;
}