// ===========================================
// Label ラベル・バッジ
// ===========================================

/* label
--------------------------------- */
// カテゴリアイコン（お知らせ一覧等に使用）
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: map-get($colors, main);
  color: #fff;
  text-align: center;
  @include font(12);
  line-height: 1.6;
  font-weight: 500;
}
