@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}

.button_green_white {
  z-index: 100000;
  background-color: #7db7ac !important;
  color: white;
  border: none !important;
  width: 320px !important;
  height: 50px;
  margin: 2rem auto;
  font-size: 1rem;
}
.button_green_white:hover {
  background-color: #fff;
  color: #7db7ac;
  border: 1px solid #7db7ac;
}

button {
  width: 320px;
}

.label {
  border-bottom: 3px double #333;
}

.layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.layout__1__1__1__1 .co4 {
  padding-right: 0;
}

.layout__1__2__1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.layout__1__2__1 .co {
  padding: 0.25rem;
}
.layout__1__2__1 .co1 {
  padding-left: 0;
  width: 25%;
}
.layout__1__2__1 .co2 {
  width: 50%;
}
.layout__1__2__1 .co3 {
  width: 25%;
  padding-right: 0;
}

section#input_form {
  display: flex;
  justify-content: center;
  /* 有効時は緑に（UIkitのsuccessカラーに近い） */
  /* 無効化中の見た目（灰）を明示的に */
}
section#input_form .input_wrapper {
  width: 450px;
}
section#input_form #user_zip_code_wrapper {
  width: 200px;
}
section#input_form #user_address_wrapper,
section#input_form #user_inquiry_wrapper {
  width: 600px;
}
section#input_form .label {
  margin-top: 1rem;
}
section#input_form .item_wrapper {
  margin-top: 1rem;
}
section#input_form .btn_wrapper {
  display: flex;
  justify-content: center;
}
section#input_form #open_confirm.uk-button {
  width: 300px;
  margin-top: 1rem;
}
section#input_form .error-msg {
  color: red;
  font-size: 16px;
  margin-top: 4px;
}
section#input_form #open_confirm.valid {
  background: #32d296;
  color: #fff;
  border-color: transparent;
}
section#input_form #open_confirm:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#submit_input_data_modal .uk-text-center .uk-button {
  width: 250px !important;
}

/* 上部のエラー一覧の強調メッセージ（先頭に出す“すべてお答えください”） */
#error-list_user_info li.error-important {
  color: red; /* 赤 */
  font-weight: 400; /* 太字（任意） */
  font-size: 1.125rem;
}

/* 上部の通常エラー行（各フィールドのエラー） */
#error-list_user_info li.error-item {
  color: #333;
}

/* ラベル横のインラインエラー（既に .inline-error を付けているので見た目をCSSへ移管） */
.inline-error {
  color: red;
  font-size: 14px;
  margin-left: 8px;
}

.inline-error {
  color: red;
  font-size: 14px;
  margin-left: 8px;
}

.error-item {
  color: red;
  font-size: 1rem;
}

.error-important {
  color: red;
  font-weight: 400;
  font-size: 1rem;
}

.btn-disabled {
  background: #ccc !important;
  cursor: not-allowed;
}

.btn-valid {
  background: #2ea44f !important;
  color: #fff !important;
}

/* モーダルの固定サイズ＆常時スクロール */
.modal-fixed {
  width: 600px;
  max-width: 600px; /* 幅を固定 */
}

.modal-scroll {
  height: 480px; /* 高さ固定 */
  overflow-y: scroll; /* 常時スクロールバー */
  overflow-x: hidden;
}

#staff_create select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#staff_create span {
  display: inline-block;
}

/* 無効ボタンの見た目（UIkitボタンにも効かせる） */
.error {
  background-color: #fef1f1;
}

.bg_empty {
  background-color: #fef1f1;
} /* 入力欄そのものだけ塗る（姓/名/せい/めい、TEL、郵便、住所、金額など共通） */
input.input-empty,
textarea.input-empty,
select.input-empty {
  background-color: #fbeaea !important; /* 薄い赤 */
}

/* select グループ（生年月日/入社日など）で選択漏れ時に “セレクトだけ” を薄赤に */
.group-empty .value select {
  background-color: #fbeaea !important;
}

body#staff_create form#registration-form {
  /* 念のため、フォーム内の wrapper 背景は常に無色 */
  /* ラベルは塗らない（エラー時は文字色のみ強調したい場合） */
}
body#staff_create form#registration-form .input_wrapper.error,
body#staff_create form#registration-form .rows.error {
  background: transparent !important;
}
body#staff_create form#registration-form .input_wrapper.error .label,
body#staff_create form#registration-form .rows.error .label {
  /* color: #c7162b;  ←必要なら有効化 */
  background: transparent !important;
}
/*# sourceMappingURL=client_design.css.map */