/* 店舗LP: 利用予定店舗を固定表示（ラジオは送信用に残し非表示） */
.common-form-row--store.is-store-locked .common-form-radios {
  display: none;
}

.common-form-row--store .common-form-store-fixed {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.common-form-row--store .common-form-store-fixed[hidden] {
  display: none;
}

/* 任意メモ欄は低く保つ */
.common-form-textarea,
textarea.common-form-textarea {
  min-height: 0;
  field-sizing: content;
}
