/*---　adminページ リスト：お知らせ　---*/
.notice .col_1 {
  flex: 1;
}

.notice .col_2 {
  flex: 3;
}

.notice .col_3 {
  flex: 1;
}

.notice .col_4 {
  display: none;
  width: 100%;
  font-size: 1rem;
}

/*----- お知らせ -----*/
.operator .notice .record.heading {
  display: none;
}

.operator .notice .record,
.operator .notice .rows {
  flex-direction: column;
}

.operator .notice .stat,
.operator .notice .btn {
  display: none;
}

.operator .notice .rows {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.operator .notice .col_1,
.operator .notice .col_2 {
  width: 100%;
}

.operator .notice .col_2 {
  font-weight: 700;
  font-size: 1rem;
}

.operator .notice .col_3 {
  display: none;
}

.operator .notice .col_4 {
  display: block;
}

/* ステイタス */
/* 下書き */
.admin .notice .draft .stat::before {
  content: "下書き";
  background-color: var(--gray4);
  color: #fff;
}

/* 公開 */
.admin .notice .published .stat::before {
  content: "公開";
  background-color: var(--blue1);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  /* body.operator section.notice li.rows {
    border-bottom: 1px solid var(--border);
  } */
}
