

@import url(./common/_variable.css);

/* welfare */
/* ============================================ */

.list_welfare {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 5cqw;
  row-gap: 7cqw;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
  }
}

.hd_welfare {
  font-size: clamp(1.8rem, 1.09vw + 1.393rem, 2.5rem);
  font-weight: 600;
  line-height: 1.3em;
  padding: 1.7cqw 0 0;
  @media (width < 480px) {
    padding: 12px 0 0;
  }
}

.txt_welfare {
  padding: 1.0cqw 0 0;
  text-align: justify;
  @media (width < 480px) {
    padding: 4px 0 0;
  }
}