@charset "UTF-8";
/* 募集区分の文字列をセンタリング */
.kubun {
  text-align: center;
}

/* 募集区分内のボタン定義 */
.buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
