@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}

.bolder {
  font-weight: 600;
}

.boldest {
  font-weight: 700;
}

.boldest_black {
  font-weight: 900;
}

.none {
  display: none;
}

/* ハンバーガーメニュー */
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background-color: #e2f5ee;
  color: #333;
  transition: right 0.3s ease;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 10;
}
.menu .open {
  right: 0;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
}
.menu li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #444;
}
.menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.hamburger {
  border: 1px solid #7ed6c4;
  position: fixed;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  background-color: white;
  cursor: pointer;
  z-index: 20;
}
.hamburger span {
  display: block;
  height: 1px;
  width: 17px;
  background-color: #7ed6c4;
  margin: 6px auto;
  transition: 0.4s;
  justify-content: center;
}

/* メインコンテンツエリア */
.flex-between,
.item-flex-sp {
  display: flex;
  justify-content: space-between;
}

.item-flex-sp {
  margin: 1rem 0;
}

.style01 {
  border-left: solid 12px #7ed6c4;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .style01 {
    line-height: 1.5;
  }
}

.style02 {
  padding: 0.5rem 0 0.25rem;
  background: transparent;
  border-left: none;
  margin: 2rem 0 0rem 0;
  border-bottom: 1px solid #333;
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .style02 {
    font-size: 1rem;
  }
}

.style04 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.style04::before {
  content: "";
  height: 1px;
  background-color: #000;
  width: calc(50% - 6rem);
  display: block;
}
.style04::after {
  content: "";
  height: 1px;
  background-color: #000;
  width: calc(50% - 6rem);
  display: block;
}
.style04 span {
  width: 10rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem;
}

.uk-button {
  color: white;
  background-color: #0086da;
}

.uk-button:hover {
  color: white;
}

.conversion {
  background-color: #3fabee;
  padding: 0 3rem;
  margin: 1rem 0;
}

.text-center {
  margin: auto;
}

/* リスト */
.ul li,
.items-center {
  margin-bottom: 1rem;
}

.info {
  margin-left: 1rem;
}

.items-center {
  margin-left: 0.5rem;
  align-items: center;
}

.bottom-double {
  border-bottom: double;
}

/* ページネーション */
.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 2rem 0 6rem;
  clear: both;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .pagination {
    margin: 1rem 0 4rem;
  }
}

.pagination a:hover {
  background-color: #7db7ac;
  transition: all 0.3s ease-in-out;
  color: white;
}

.page-numbers {
  color: #7db7ac;
  border-color: #7db7ac;
  background-color: white;
  text-decoration: none;
  display: inline-block;
  height: 37px;
  width: 37px;
  border: 1px solid #7db7ac;
  margin: 0 4px;
  line-height: 37px;
  text-align: center;
}

.pagination .current {
  background-color: #7db7ac;
  color: white;
}

.button_wrapper {
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
}
.uk-modal .button_wrapper {
  margin-bottom: 0;
}
.button_wrapper a,
.button_wrapper button {
  padding: 0.25rem 1rem;
  line-height: 2;
  max-width: 320px;
  width: 100%;
  font-size: 1rem;
  margin: auto;
}
.uk-modal .button_wrapper a, .uk-modal .button_wrapper button {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
}
.button_wrapper .uk-modal .button_wrapper {
  margin-bottom: 0;
}

.user .style01 {
  border-left: solid 12px #0086da;
}
.user #contents_wrapper #sidebar {
  background-color: #e4f4ff;
}
.user #contents_wrapper #sidebar a {
  color: #0e3a56;
}
.user .button_green_white {
  background-color: #3e9c00;
  border: 1px solid #3e9c00;
  color: #fff;
}
.PC .user .button_green_white:hover {
  background-color: #fff;
  border: 1px solid #3e9c00;
  color: #3e9c00;
}
.user .button_blue_white {
  background-color: #0f54b4;
  border: 1px solid #0f54b4;
  color: #fff;
}
.PC .user .button_blue_white:hover {
  background-color: #fff;
  border: 1px solid #0f54b4;
  color: #0f54b4;
}
.user button:disabled,
.user [type=button]:disabled,
.user [type=reset]:disabled,
.user [type=submit]:disabled,
.user .disabled,
.user .disabled:hover,
.user .button:disabled:hover,
.user .button:disabled {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: lightgray;
  pointer-events: none;
}
.user .label {
  border-bottom: #999 double 4px;
  margin-bottom: 0.5rem;
}
.user .error_summary {
  margin-bottom: 1rem;
}
.user .button_wrapper {
  margin-top: 1rem;
}
.user .uk-modal-dialog .uk-modal-title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}
.user .uk-modal-dialog span {
  display: none;
}
.user#user_password_edit #form_wrapper {
  display: flex;
  align-items: center;
  height: 85vh;
}
@media screen and (max-width: 768px) {
  .user#user_password_edit #form_wrapper {
    height: 100vh;
  }
}
.user#user_password_edit #form_wrapper > div {
  padding: 2rem;
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .user#user_password_edit #form_wrapper > div {
    padding: 1rem;
  }
}
.user#user_password_edit #form_wrapper h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .user#user_password_edit #form_wrapper h3 span {
    font-size: 0.75rem;
    font-weight: bold;
    color: blue;
  }
}
.user#user_password_edit #form_wrapper .image_wrapper {
  margin: auto;
  width: 240px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.user#user_password_edit #form_wrapper .input_wrapper {
  margin-bottom: 1rem;
}
.user#user_password_edit #form_wrapper .input_wrapper > div {
  margin-bottom: 0.5rem;
  padding: 0;
}
.user#user_password_edit #form_wrapper #new_pw_confirm_wrapper {
  margin-bottom: 1rem;
}
.user#user_profile_edit .layout__1__1__1__1 {
  justify-content: space-between;
}
.user#user_profile_edit .layout__1__1__1__1 > .co {
  width: calc(25% - 0.5rem);
  padding: 0 0 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .user#user_profile_edit .layout__1__1__1__1 > .co {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
.user#user_profile_edit #tel_number_wrapper .co1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .user#user_profile_edit #tel_number_wrapper .co1 {
    width: 50%;
  }
}
.user#user_profile_edit #address_wrapper > .co1 {
  width: 30%;
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .user#user_profile_edit #address_wrapper > .co1 {
    width: 50%;
  }
}
.user#user_profile_edit .layout__1__3 > .co,
.user#user_profile_edit .layout__1__1 > .co {
  margin-bottom: 2rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_profile_edit .layout__1__3 > .co,
.user#user_profile_edit .layout__1__1 > .co {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}
.user#user_profile_edit #address_wrapper #address_inner {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .user#user_profile_edit #address_wrapper #address_inner {
    margin-top: 1rem;
  }
}
.user#user_profile_edit #address_wrapper .co1 {
  width: 50%;
}
.user#user_profile_edit #address_wrapper .co2 {
  width: 100%;
}
.user#user_profile_edit #user_profile_edit_modal .row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_profile_edit #user_profile_edit_modal .text_wrapper {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co {
    width: 50%;
    padding: 0 0;
  }
}
.user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co1,
.user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co3 {
  padding: 0 0.5rem 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co1,
.user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co2,
.user#user_profile_edit #user_profile_edit_modal .layout__1__1__1__1 > .co4 {
  padding: 0 0.5rem 0 0;
  margin-bottom: 0;
}
.user#user_profile_edit #user_profile_edit_modal #postal_code_confirm {
  width: 50%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.user#user_profile_edit #user_profile_edit_modal #tel_confirm {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .user#user_profile #name_wrapper .layout__1__1__1__1 .co {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .user#user_profile #gender_wrapper .co {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .user#user_profile #gender_wrapper .co3,
.user#user_profile #gender_wrapper .co4 {
    display: none;
  }
}
.user#user_profile #tel_and_wrapper {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .user#user_profile #tel_and_wrapper {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .user#user_profile #tel_and_wrapper .co {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .user#user_profile #birth_day_wrapper .co {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .user#user_profile #birth_day_wrapper .co3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.user#user_profile #tel_and_wrapper {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .user#user_profile #tel_and_wrapper {
    margin-bottom: 0rem;
  }
}
.user#user_profile #zip_code_wrapper .layout__1__1__1__1 .co {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.user#user_profile #address_wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.user#user_profile #email_address_wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.user#user_mypage #info h2 {
  margin-top: 2rem;
  font-weight: bold;
}
.user#user_mypage #info #shift_detail {
  margin: 1rem 0 1.5rem 0;
}
.user#user_mypage #shift_status {
  font-size: 1.25rem;
  font-weight: bold;
}
.user#user_mypage .u-6_container {
  margin: 0 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .u-6_container {
    margin: 0;
  }
}
.user#user_mypage p {
  overflow-wrap: anywhere;
}
.user#user_mypage h1:nth-of-type(2) {
  margin-bottom: 0.75rem;
}
.user#user_mypage hr {
  border-top: 1px solid #333;
}
.user#user_mypage .uk-button:disabled {
  border: 0;
}
.user#user_mypage .message {
  width: 100%;
  height: 5rem;
  border: 1px solid #333;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0 2rem 0;
  text-wrap: wrap;
}
.user#user_mypage .u-6_shift {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .u-6_shift {
    justify-content: center;
    align-items: normal;
  }
}
.user#user_mypage .u-6_shift .co {
  text-align: center;
  line-height: 2;
}
.user#user_mypage .u-6_shift .co1,
.user#user_mypage .u-6_shift .co2,
.user#user_mypage .u-6_shift .co3 {
  width: 7rem;
  border-right: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .u-6_shift .co1,
.user#user_mypage .u-6_shift .co2,
.user#user_mypage .u-6_shift .co3 {
    width: 6rem;
  }
}
.user#user_mypage .u-6_shift .co4 {
  width: 5rem;
}
.user#user_mypage .stamping {
  margin: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .stamping {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
.user#user_mypage .stamping #start_button {
  background-color: #0F54B4;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .stamping #start_button {
    width: 48.5%;
    margin: 1rem 0 0.5rem 0;
  }
}
.user#user_mypage .stamping #end_button {
  background-color: #3F3F3F;
  border: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .stamping #end_button {
    width: 48.5%;
    margin: 1rem 0 0.5rem 0;
  }
}
.user#user_mypage .stamping #end_button :disabled {
  background-color: #aaa !important;
}
.user#user_mypage .row1,
.user#user_mypage .row2 {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .row1,
.user#user_mypage .row2 {
    justify-content: space-between;
    width: 100%;
  }
}
.user#user_mypage .row1 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .row1 {
    margin-bottom: 0;
  }
}
.user#user_mypage .row2 {
  margin-bottom: 2rem;
}
.user#user_mypage #remote,
.user#user_mypage #absence,
.user#user_mypage #delay,
.user#user_mypage #shiftchange {
  width: calc(50% - 0.25rem);
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage #remote,
.user#user_mypage #absence,
.user#user_mypage #delay,
.user#user_mypage #shiftchange {
    width: 48.5% !important;
    margin-right: 0;
  }
}
.user#user_mypage #remote {
  background-color: #0086DA;
}
.user#user_mypage #absence {
  background-color: #E3000B;
}
.user#user_mypage #delay {
  background-color: #E87731;
}
.user#user_mypage #shiftchange {
  background-color: #20B40F;
}
.user#user_mypage .u-6_summary {
  display: flex;
  margin: 1.5rem 0;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .u-6_summary {
    justify-content: center;
  }
}
.user#user_mypage .u-6_summary .co {
  text-align: center;
  line-height: 2;
}
.user#user_mypage .u-6_summary .co1,
.user#user_mypage .u-6_summary .co2 {
  border-right: 1px solid #333;
}
.user#user_mypage .u-6_summary .co1 {
  width: 6rem;
}
.user#user_mypage .u-6_summary .co2 {
  width: 8rem;
}
.user#user_mypage .u-6_summary .co3 {
  width: 11rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .u-6_summary .co3 {
    width: 9rem;
  }
}
.user#user_mypage .prof_change {
  background-color: #0f54b4;
  margin-bottom: 10rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage .prof_change {
    display: block;
    width: 12rem;
    margin: 0 auto 5rem auto;
  }
}
.user#user_mypage #user_mypage_modal_remote .before {
  margin-bottom: 0.5rem;
}
.user#user_mypage #user_mypage_modal_remote .after {
  display: flex;
  align-items: center;
}
.user#user_mypage #user_mypage_modal_remote p {
  border-bottom: double;
  margin-bottom: 0.5rem;
}
.user#user_mypage #user_mypage_modal_remote .co1 {
  margin-right: 0.5rem;
}
.user#user_mypage #user_mypage_modal_remote .co3,
.user#user_mypage #user_mypage_modal_remote .co5 {
  margin: 0 0.5rem;
}
.user#user_mypage #user_mypage_modal_remote .co6 {
  width: 8%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage #user_mypage_modal_remote .co6 {
    width: 12%;
  }
}
.user#user_mypage #user_mypage_modal_remote .co7 {
  display: flex;
}
@media screen and (max-width: 480px) {
  .user#user_mypage #user_mypage_modal_remote .co7 {
    margin-top: 0.25rem;
  }
}
.user#user_mypage #user_mypage_modal_remote .caution {
  margin-top: 0.5rem;
}
.user#user_mypage #user_mypage_modal_remote .remote {
  background-color: #0086da;
}
.user#user_mypage #user_mypage_modal_remote .cancel {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_remote .disabled-button {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_remote .uk-modal-dialog {
  position: relative;
}
.user#user_mypage #user_mypage_modal_remote form.confirm_form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.user#user_mypage #user_mypage_modal_remote form.confirm_form #user_mypage_modal_remote_confirm {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
}
.user#user_mypage #user_mypage_modal_remote form.confirm_form #user_mypage_modal_remote_confirm > * {
  width: 100%;
}
.user#user_mypage #user_mypage_modal_remote form.confirm_form #user_mypage_modal_remote_confirm .row {
  text-align: center;
}
.user#user_mypage #user_mypage_modal_remote form.confirm_form #user_mypage_modal_remote_confirm .row span {
  display: inline-block;
  width: 8rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.user#user_mypage #user_mypage_modal_absence p {
  text-align: center;
  margin: 1.5rem 0;
}
.user#user_mypage #user_mypage_modal_absence .absence {
  background-color: #E3000B;
}
.user#user_mypage #user_mypage_modal_absence .cancel {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_delay p {
  text-align: center;
  margin: 1.5rem 0;
}
.user#user_mypage #user_mypage_modal_delay .delay {
  background-color: #E87731;
}
.user#user_mypage #user_mypage_modal_delay .cancel {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_shiftchange .before {
  margin-bottom: 0.5rem;
}
.user#user_mypage #user_mypage_modal_shiftchange .after {
  display: flex;
  align-items: center;
}
.user#user_mypage #user_mypage_modal_shiftchange p {
  border-bottom: double;
  margin-bottom: 0.5rem;
}
.user#user_mypage #user_mypage_modal_shiftchange .co1 {
  margin-right: 0.5rem;
}
.user#user_mypage #user_mypage_modal_shiftchange .co3,
.user#user_mypage #user_mypage_modal_shiftchange .co5 {
  margin: 0 0.5rem;
}
.user#user_mypage #user_mypage_modal_shiftchange .co6 {
  width: 8%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_mypage #user_mypage_modal_shiftchange .co6 {
    width: 12%;
  }
}
.user#user_mypage #user_mypage_modal_shiftchange .co7 {
  display: flex;
}
@media screen and (max-width: 480px) {
  .user#user_mypage #user_mypage_modal_shiftchange .co7 {
    margin-top: 0.25rem;
  }
}
.user#user_mypage #user_mypage_modal_shiftchange .caution {
  margin-top: 0.5rem;
}
.user#user_mypage #user_mypage_modal_shiftchange .shiftchange {
  background-color: #20B40F;
}
.user#user_mypage #user_mypage_modal_shiftchange .cancel {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_shiftchange .disabled-button {
  background-color: #7D7D7D;
}
.user#user_mypage #user_mypage_modal_shiftchange form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.user#user_mypage #user_mypage_modal_shiftchange form #user_mypage_modal_shiftchange_confirm {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
}
.user#user_mypage #user_mypage_modal_shiftchange form #user_mypage_modal_shiftchange_confirm > * {
  width: 100%;
}
.user#user_mypage #user_mypage_modal_shiftchange form #user_mypage_modal_shiftchange_confirm .row {
  text-align: center;
}
.user#user_mypage #user_mypage_modal_shiftchange form #user_mypage_modal_shiftchange_confirm .row span {
  display: inline-block;
  width: 8rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.user#user_shift_create p {
  text-align: center;
  color: #8a0007;
  margin-top: 3rem;
}
.user#user_shift_create .shift_wrapper {
  display: block;
  margin: 2rem auto 0 auto;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper {
    margin: 1rem auto;
  }
}
.user#user_shift_create .shift_wrapper #title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.user#user_shift_create .shift_wrapper #title * {
  font-size: 1.125rem;
}
.user#user_shift_create .shift_wrapper #days_wrapper {
  border: 1px solid #888;
}
.user#user_shift_create .shift_wrapper #days_wrapper .title {
  border: 1px solid #888;
  height: 3.6rem;
}
.user#user_shift_create .shift_wrapper #days_wrapper .mon {
  border: 1px solid #888;
  height: 3.6rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper #days_wrapper .mon {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.7rem 0;
  }
}
.user#user_shift_create .shift_wrapper #days_wrapper .tue,
.user#user_shift_create .shift_wrapper #days_wrapper .wed,
.user#user_shift_create .shift_wrapper #days_wrapper .thu,
.user#user_shift_create .shift_wrapper #days_wrapper .fri,
.user#user_shift_create .shift_wrapper #days_wrapper .sat {
  height: 3.6rem;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper #days_wrapper .tue,
.user#user_shift_create .shift_wrapper #days_wrapper .wed,
.user#user_shift_create .shift_wrapper #days_wrapper .thu,
.user#user_shift_create .shift_wrapper #days_wrapper .fri,
.user#user_shift_create .shift_wrapper #days_wrapper .sat {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.7rem 0;
  }
}
.user#user_shift_create .shift_wrapper #days_wrapper .sun {
  height: 3.6rem;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.user#user_shift_create .shift_wrapper #days_wrapper .sun .sum {
  width: calc(100% - 5.8rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper #days_wrapper .sun .sum {
    width: calc(100% - 3.3rem);
  }
}
.user#user_shift_create .shift_wrapper #days_wrapper .sun .sum .sum_of_worktime {
  font-size: 1.25rem;
  font-weight: bold;
}
.user#user_shift_create .shift_wrapper > span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.user#user_shift_create .shift_wrapper .row {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.user#user_shift_create .shift_wrapper .row .co {
  padding: 0rem 0.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: dashed 1px #aaa;
}
.user#user_shift_create .shift_wrapper .row .co1 {
  width: 3.3rem;
  border-left: none;
  text-align: right;
  padding: 0rem 0rem 0rem 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co1 {
    padding: 0;
  }
}
.user#user_shift_create .shift_wrapper .row .co2 {
  width: 2.5rem;
  border-left: none;
  border-right: dashed 1px #aaa;
  text-align: left;
  padding: 0rem 0.5rem 0rem 0rem;
}
.user#user_shift_create .shift_wrapper .row .co3 {
  width: 5rem;
  border-left: none;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co3 {
    width: 14%;
    padding: 0 3px;
  }
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co3 .attendance {
    padding-left: 3px;
  }
}
.user#user_shift_create .shift_wrapper .row .co4,
.user#user_shift_create .shift_wrapper .row .co5 {
  width: 6rem;
  text-align: center;
  text-align: center;
  border-left: none;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co4,
.user#user_shift_create .shift_wrapper .row .co5 {
    width: 20%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co4 .start,
.user#user_shift_create .shift_wrapper .row .co4 .end,
.user#user_shift_create .shift_wrapper .row .co5 .start,
.user#user_shift_create .shift_wrapper .row .co5 .end {
    padding: 0 2px;
  }
}
.user#user_shift_create .shift_wrapper .row .co6 {
  width: 6rem;
  text-align: center;
  text-align: center;
  border-left: none;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co6 {
    width: 16%;
    padding: 0 12px 0 5px;
  }
}
.user#user_shift_create .shift_wrapper .row .co6 .rest {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co6 .rest {
    padding: 0 0 0 6px;
  }
}
.user#user_shift_create .shift_wrapper .row .co7 {
  width: 4rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co7 {
    width: 3rem;
    border: none;
  }
}
.user#user_shift_create .shift_wrapper .row .co8 {
  font-size: 0.75rem;
  color: blue;
  width: 17rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .shift_wrapper .row .co8 {
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 0.5rem;
  }
}
.user#user_shift_create .shift_wrapper .row.title .co8 {
  font-size: 1rem;
  color: black;
}
.user#user_shift_create .u-5_remarks {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .u-5_remarks {
    margin-top: 2rem;
  }
}
.user#user_shift_create .u-5_remarks .row1,
.user#user_shift_create .u-5_remarks .row2 {
  justify-content: center;
}
.user#user_shift_create .u-5_remarks .co {
  width: 40%;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .u-5_remarks .co {
    display: block;
    width: 100%;
  }
}
.user#user_shift_create .u-5_remarks .co1 {
  border: 1px solid #333;
}
.user#user_shift_create .u-5_remarks .co2 {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .u-5_remarks .co2 {
    border-top: none;
    border-left: 1px solid #333;
  }
}
.user#user_shift_create .u-5_remarks .co3 {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.user#user_shift_create .u-5_remarks .co4 {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .u-5_remarks .co4 {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .uk-text-center {
    display: flex !important;
    justify-content: space-between !important;
    margin: auto !important;
  }
}
.user#user_shift_create .u-5_button {
  background-color: #0f54b4;
  width: 25%;
  margin: 3rem;
}
@media screen and (max-width: 480px) {
  .user#user_shift_create .u-5_button {
    width: 48%;
    margin: 3rem 0;
  }
}
.user#user_info_edit1 #edit-form_1 .label {
  margin-top: 1rem;
}
.user#user_info_edit1 #edit-form_1 #edit1_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.user#user_info_edit1 #edit-form_1 #edit1_button_wrapper #edit1_button {
  color: #ffffff;
  background-color: #7db7ac;
  font-size: 1.25rem;
  width: 320px;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body h2 {
  font-size: 1.25rem;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .confirm_wrapper span {
  display: none;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body * {
  font-size: 0.875rem;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .layout__1__1__1__1 > .co {
  padding: 0 0.5rem;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .layout__1__1__1__1 .co4 {
  padding-right: 0;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .text_wrapper {
  margin-top: 2rem;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .label {
  border-bottom: 4px double #333;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .value {
  height: 10px;
  margin-bottom: 0.5rem;
}
.user#user_info_edit1 #users_info_edit1_modal .uk-modal-body .uk-text-center {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 h2.style02 {
    font-size: 1rem;
  }
}
.user#user_info_edit2 #edit-form_2 .input_wrapper .label {
  margin: 8px 0 0;
}
.user#user_info_edit2 #edit-form_2 .input_wrapper .value .uk-radio {
  margin-right: 0;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .input_wrapper .value .uk-radio {
    margin-right: 0;
    margin-top: 0;
  }
}
.user#user_info_edit2 #edit-form_2 .input_wrapper .value span {
  margin: 0 1rem 0 0.5rem;
}
.user#user_info_edit2 #edit-form_2 .first_third_information span.difficult {
  margin-right: 128px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .first_third_information span.difficult {
    margin-right: 56px;
  }
}
.user#user_info_edit2 #edit-form_2 .first_third_information span.housing_type_difficult {
  margin-right: 111px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .first_third_information span.housing_type_difficult {
    margin-right: 41px;
  }
}
.user#user_info_edit2 #edit-form_2 .first_third_information .uk-input {
  width: 404px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .first_third_information .uk-input {
    margin-top: 4px;
    width: 343px;
  }
}
.user#user_info_edit2 #edit-form_2 .first_third_information #housing_type_remarks {
  width: 252px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .first_third_information #housing_type_remarks {
    width: 343px;
  }
}
.user#user_info_edit2 #edit-form_2 #certificate_remarks_wrapper {
  margin-top: 10px;
}
.user#user_info_edit2 #edit-form_2 .second_third_information span.difficult {
  margin-right: 82px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .second_third_information span.difficult {
    margin-right: 62px;
  }
}
.user#user_info_edit2 #edit-form_2 .last_third_information .uk-input {
  width: 436px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .last_third_information .uk-input {
    margin-top: 4px;
  }
}
.user#user_info_edit2 #edit-form_2 .last_third_information span.difficult {
  margin-right: 64px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .last_third_information span.difficult {
    margin-right: 49px;
  }
}
.user#user_info_edit2 #edit-form_2 .last_third_information #group_action_wrapper .value.group_action_remarks span {
  margin-right: 64px;
}
.user#user_info_edit2 #edit-form_2 .last_third_information #group_action_wrapper .value.group_action_remarks span.dekiru {
  margin-right: 112px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .last_third_information #group_action_wrapper .value.group_action_remarks span.dekiru {
    margin-right: 91px;
  }
}
.user#user_info_edit2 #edit-form_2 .last_third_information #group_action_wrapper .value.group_action_remarks .uk-input {
  width: 436px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #edit-form_2 .last_third_information #group_action_wrapper .value.group_action_remarks .uk-input {
    margin-top: 4px;
  }
}
.user#user_info_edit2 #edit-form_2 #edit2_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.user#user_info_edit2 #edit-form_2 #edit2_button_wrapper #edit2_button {
  color: #ffffff;
  background-color: #7db7ac;
  font-size: 1.25rem;
  width: 320px;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body h2.pc_center {
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit2 #users_info_edit2_modal .uk-modal-body h2.pc_center {
    font-size: 1rem;
  }
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .confirm_wrapper span {
  display: none;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body * {
  font-size: 0.875rem;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .text_wrapper {
  margin-top: 2rem;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .label {
  border-bottom: 4px double #333;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .value {
  height: 10px;
  margin-bottom: 0.5rem;
}
.user#user_info_edit2 #users_info_edit2_modal .uk-modal-body .uk-text-center {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information h2.style02,
.user#user_info_edit3 #edit-form_3 .second_quarter_information h2.style02 {
    font-size: 1rem;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper {
    margin-bottom: 1rem;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value {
    margin-bottom: 4px;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value .uk-radio,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value .uk-radio {
  margin-top: -2px;
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.difficult {
  margin: 0 1rem 0 0.5rem;
  margin-right: 128px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.difficult {
    margin-right: 85px;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.understanding_difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.understanding_difficult {
  margin: 0 1rem 0 0.5rem;
  margin-right: 95px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.understanding_difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.understanding_difficult {
    margin-right: 57px;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.skills_difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.skills_difficult {
  margin: 0 1rem 0 0.5rem;
  margin-right: 112px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value span.skills_difficult,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value span.skills_difficult {
    margin-right: 71px;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value .uk-input,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value .uk-input {
  width: 357px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value .uk-input,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value .uk-input {
    margin-top: 4px;
  }
}
.user#user_info_edit3 #edit-form_3 .first_quarter_information .input_wrapper .value #communication_comprehension_remarks,
.user#user_info_edit3 #edit-form_3 .second_quarter_information .input_wrapper .value #communication_comprehension_remarks {
  margin-left: 34px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co {
    margin-bottom: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co1.row1 {
  padding-right: 0.5rem;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co1.row1 {
    order: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co2.row3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co2.row3 {
    order: 2;
    padding-right: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co1.row2 {
  padding-right: 0;
  padding-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co1.row2 {
    order: 3;
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co2.row4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .layout__1__1 .co2.row4 {
    order: 4;
    padding-left: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .input_wrapper {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .input_wrapper {
    padding-left: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .address {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .third_quarter_information .address {
    padding-left: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .address .flex {
  align-items: center;
  width: 100%;
}
.user#user_info_edit3 #edit-form_3 .third_quarter_information .address .flex .label {
  text-align: right;
  letter-spacing: 16px;
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co {
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .last_quarter .co {
    padding: 0;
  }
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co .label {
  text-align: left;
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co1 {
  width: 40%;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .last_quarter .co1 {
    width: 100%;
  }
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co2 {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .last_quarter .co2 {
    width: 100%;
  }
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co3 {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .last_quarter .co3 {
    width: 100%;
  }
}
.user#user_info_edit3 #edit-form_3 .last_quarter .co4 {
  width: 15%;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #edit-form_3 .last_quarter .co4 {
    width: 100%;
  }
}
.user#user_info_edit3 #edit-form_3 #edit3_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.user#user_info_edit3 #edit-form_3 #edit3_button_wrapper #edit3_button {
  color: #ffffff;
  background-color: #7db7ac;
  font-size: 1.25rem;
  width: 320px;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .label {
  border-bottom: 4px double #333;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body h2 {
    font-size: 1rem;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .confirm_wrapper span {
  display: none;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body * {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co {
    margin-bottom: 0;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co1.row1 {
  padding-right: 0.5rem;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co1.row1 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    order: 1;
    padding-right: 0;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co2.row3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co2.row3 {
    order: 2;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co1.row2 {
  padding-right: 0;
  padding-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co1.row2 {
    order: 3;
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co2.row4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1 .co2.row4 {
    order: 4;
    padding-left: 0;
    padding-bottom: 1rem;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .address {
  padding: 1rem 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .address {
    padding: 0.5rem 0 1rem;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .text_wrapper {
  margin-top: 2rem;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .value {
  height: 10px;
  margin-bottom: 0.5rem;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .input_wrapper {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .layout__1__1__1__1 > .co {
    padding: 0.5rem 0;
    margin-bottom: 0;
  }
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .uk-text-center {
  margin-top: 2rem;
}
.user#user_info_edit3 #users_info_edit3_modal .uk-modal-body .social_skills_remarks .label {
  margin-top: 8px;
}
.user#user_info_edit4 .input_wrapper {
  padding-left: 0 !important;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 .input_wrapper {
    padding-left: 0;
  }
}
.user#user_info_edit4 #edit-form_4 {
  /* カレンダーのフォントと背景 */
  /* 日付セルにマウスをのせたときの色 */
  /* 選択された日付 */
  /* 今日の日付の強調 */
}
.user#user_info_edit4 #edit-form_4 .label {
  margin-top: 1rem;
}
.user#user_info_edit4 #edit-form_4 #users_needs_wrapper.input_wrapper {
  padding-left: 0;
}
.user#user_info_edit4 #edit-form_4 .first_third_information > .input_wrapper {
  padding-left: 0 !important;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #edit-form_4 .first_third_information > .input_wrapper {
    padding-left: 0;
  }
}
.user#user_info_edit4 #edit-form_4 .second_third_information .input_wrapper {
  padding-left: 0rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #edit-form_4 .second_third_information .input_wrapper {
    padding-left: 0;
  }
}
.user#user_info_edit4 #edit-form_4 .final_third_information .layout__1__1 .co1 {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #edit-form_4 .final_third_information .layout__1__1 .co1 {
    padding: 0;
    margin-bottom: 0;
  }
}
.user#user_info_edit4 #edit-form_4 .final_third_information .layout__1__1 .co2 {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #edit-form_4 .final_third_information .layout__1__1 .co2 {
    padding: 0;
    margin-bottom: 0;
  }
}
.user#user_info_edit4 #edit-form_4 #edit4_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.user#user_info_edit4 #edit-form_4 #edit4_button_wrapper #edit4_button {
  color: #ffffff;
  background-color: #7db7ac;
  font-size: 1.25rem;
  width: 320px;
}
.user#user_info_edit4 #edit-form_4 .ui-datepicker {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.user#user_info_edit4 #edit-form_4 .ui-datepicker td:hover {
  background-color: #f0f0f0;
}
.user#user_info_edit4 #edit-form_4 .ui-state-active {
  background-color: #1e87f0 !important;
  color: white !important;
  border: none !important;
}
.user#user_info_edit4 #edit-form_4 .ui-datepicker-today .ui-state-default {
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .label {
    border-bottom: 4px double #333;
  }
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .user#user_info_edit4 #users_info_edit4_modal .uk-modal-body h2 {
    font-size: 1rem;
  }
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .confirm_wrapper span {
  display: none;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .confirm_wrapper .text_wrapper {
  padding: 0.1rem 0;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body * {
  font-size: 0.875rem;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .layout__1__1 > .co {
  padding: 0;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .label {
  border-bottom: 4px double #333;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .value {
  margin-bottom: 0.5rem;
}
.user#user_info_edit4 #users_info_edit4_modal .uk-modal-body .uk-text-center {
  margin-top: 2rem;
}

#header {
  padding: 1rem;
}
#header .image_wrapper {
  width: 10rem;
}

#contents_wrapper {
  display: flex;
  justify-content: space-between;
}
#contents_wrapper #sidebar {
  width: 240px;
  position: relative;
  padding: 1rem;
}
#contents_wrapper #sidebar ul {
  padding: 0.125rem 0.5rem;
}
#contents_wrapper #sidebar ul > li > a {
  font-weight: bold;
}
#contents_wrapper #sidebar ul > li > a:before {
  content: "● ";
}
#contents_wrapper #sidebar ul > li > ul li > a {
  font-weight: normal;
}
#contents_wrapper #sidebar ul > li > ul li > a:before {
  content: "− ";
}
#contents_wrapper main {
  width: calc(100% - 240px - 2rem);
}
@media screen and (max-width: 480px) {
  #contents_wrapper main {
    width: 100%;
  }
}

.staff {
  overflow: initial;
}
.staff::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .staff::before {
    content: "PCのみアクセス可能です";
  }
}
.staff .uk-container {
  display: block;
}
@media screen and (max-width: 768px) {
  .staff .uk-container {
    display: none;
  }
}
.staff #contents_wrapper {
  width: 100%;
  min-width: 960px;
}
.staff .label {
  border-bottom: #999 double 4px;
  margin-bottom: 0.5rem;
}
.staff .value {
  padding: 0 0rem 0 0;
}
.staff .horizontal {
  display: flex;
}
.staff .input_wrapper {
  margin-bottom: 2rem;
}
.staff .section {
  margin-bottom: 3rem;
}
.staff .input_wrapper.vertical .radio,
.staff .input_wrapper.vertical .checkbox,
.staff .input_wrapper.horizontal .radio,
.staff .input_wrapper.horizontal .checkbox {
  margin-right: 1.5rem;
}
.staff .input_wrapper.vertical .radio input,
.staff .input_wrapper.vertical .checkbox input,
.staff .input_wrapper.horizontal .radio input,
.staff .input_wrapper.horizontal .checkbox input {
  display: inline-block;
  margin-right: 0.5rem;
}
.staff button:disabled,
.staff [type=button]:disabled,
.staff [type=reset]:disabled,
.staff [type=submit]:disabled,
.staff .disabled,
.staff .disabled:hover,
.staff .button:disabled:hover,
.staff .button:disabled {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: lightgray;
  pointer-events: none;
}
.staff .uk-modal-dialog .uk-modal-title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}
.staff .uk-modal-dialog span {
  display: none;
}
.staff .button_green_white {
  background-color: #7db7ac;
  padding: 0.5rem;
}
.staff .button_red_white {
  background-color: #d20c16;
}
.staff #contents_wrapper #sidebar {
  background-color: #e2f5ee;
}
.staff #contents_wrapper #sidebar a {
  color: #129379;
}
.staff#visitors_form #form_wrapper {
  margin: 0 0 1.5rem 0;
}
.staff#visitors_form #form_wrapper #name_wrapper .layout__1__1__1__1 .co {
  padding: 0 1rem;
}
.staff#visitors_form #form_wrapper #name_wrapper .layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.staff#visitors_form #form_wrapper #name_wrapper .layout__1__1__1__1 .co4 {
  padding-right: 0;
}
.staff#visitors_form #form_wrapper #gender_wrapper .value span {
  display: inline-block;
  margin: 0 1rem 0 0.25rem;
}
.staff#visitors_form #form_wrapper #birth_wrapper {
  margin-bottom: 19px;
}
.staff#visitors_form #form_wrapper #birth_wrapper .value {
  display: flex;
  align-items: center;
}
.staff#visitors_form #form_wrapper #birth_wrapper .value select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
  padding: 0 2.5rem 0 1.5rem;
}
.staff#visitors_form #form_wrapper #birth_wrapper .value span {
  display: inline-block;
  margin-right: 1rem;
}
.staff#visitors_form #form_wrapper #tel_number_wrapper .value {
  max-width: 10rem;
}
.staff#visitors_form #form_wrapper #postal_code_wrapper .value {
  max-width: 10rem;
}
.staff#visitors_form #form_wrapper #techo_type_wrapper .value span {
  display: inline-block;
  margin: 0 1rem 0 0.25rem;
}
.staff#visitors_form #form_wrapper #techo_grade_wrapper {
  display: flex;
  align-items: center;
}
.staff#visitors_form #form_wrapper #techo_grade_wrapper #techo_grade {
  width: 5rem;
}
.staff#visitors_form #form_wrapper #techo_grade_wrapper select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 2rem;
}
.staff#visitors_form #form_wrapper #techo_grade_wrapper span {
  display: inline-block;
  margin: 0 1.5rem 0 0.5rem;
}
.staff#visitors_form #form_wrapper .error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25) !important;
}
.staff#visitors_form #form_wrapper .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.staff#visitors_form #form_wrapper .error-summary {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.staff#visitors_form #form_wrapper .error-summary h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.staff#visitors_form #form_wrapper .error-summary ul {
  margin: 0;
  padding-left: 20px;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body h2 {
  font-size: 1.25rem;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .confirm_wrapper span {
  display: inherit;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body * {
  font-size: 0.875rem;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .layout__1__1__1__1 > .co {
  padding: 0 0.5rem;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .layout__1__1__1__1 .co4 {
  padding-right: 0;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .label {
  border-bottom: 1px solid #333;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body .value {
  margin-bottom: 0.5rem;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body #techo_inner {
  display: flex;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body #postal_code_modal #postal_code_text {
  margin-bottom: 0;
}
.staff#visitors_form #visitors_form_modal .uk-modal-body #address_modal {
  margin-bottom: 1.5rem;
}
.staff#visitors_list .list-flex {
  display: flex;
}
.staff#visitors_list .list-title {
  border-bottom: 1px solid black;
}
.staff#visitors_list .list-margin {
  margin-left: auto;
  margin-bottom: 0.5rem;
}
.staff#visitors_list .uk-checkbox {
  color: black;
  margin: 0 1rem;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .uk-checkbox {
    margin: 1rem -0.5rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_list #title {
    margin-bottom: 0;
  }
}
.staff#visitors_list #title .list-title {
  padding-bottom: 0.25rem;
}
.staff#visitors_list .co1.check {
  width: 3rem;
  padding: 0.25rem 0;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .co1.check {
    display: none;
  }
}
.staff#visitors_list .co1.list-title {
  width: 3rem;
}
.staff#visitors_list .co2.flex,
.staff#visitors_list .co2.list-title {
  width: calc(100% - 3em);
  padding: 0.25rem 0;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .co2.flex,
.staff#visitors_list .co2.list-title {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.staff#visitors_list .co2.flex span,
.staff#visitors_list .co2.list-title span {
  display: none;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .co2.flex span,
.staff#visitors_list .co2.list-title span {
    display: inline;
  }
}
.staff#visitors_list .hidden {
  visibility: hidden;
}
.staff#visitors_list .sei,
.staff#visitors_list .mei {
  width: 11rem;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .sei,
.staff#visitors_list .mei {
    width: 50%;
  }
}
.staff#visitors_list .sei a,
.staff#visitors_list .mei a {
  color: #129379;
}
.staff#visitors_list .kana_sei,
.staff#visitors_list .kana_mei {
  width: 14rem;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .kana_sei,
.staff#visitors_list .kana_mei {
    width: 50%;
  }
}
.staff#visitors_list .gender {
  width: 9rem;
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .gender {
    width: 50%;
  }
}
.staff#visitors_list .created_at {
  width: calc(100% - 35rem);
}
@media screen and (max-width: 480px) {
  .staff#visitors_list .created_at {
    width: 50%;
  }
}
.staff#users_list .list-flex {
  display: flex;
}
.staff#users_list .list-title {
  border-bottom: 1px solid black;
}
.staff#users_list .list-margin {
  margin-left: auto;
  margin-bottom: 0.5rem;
}
.staff#users_list .uk-checkbox {
  color: black;
  margin: 0 1rem;
}
@media screen and (max-width: 480px) {
  .staff#users_list .uk-checkbox {
    margin: 1rem -0.5rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#users_list #title {
    margin-bottom: 0;
  }
}
.staff#users_list #title .list-title {
  padding-bottom: 0.25rem;
}
.staff#users_list #title .co1.list-title {
  display: none;
  width: 5rem;
}
.staff#users_list .co1.check {
  width: 5rem;
  padding: 0.25rem 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .staff#users_list .co1.check {
    display: none;
  }
}
.staff#users_list .co2.flex,
.staff#users_list .co2.list-title {
  width: calc(100% - 5rem);
  padding: 0.25rem 0;
}
@media screen and (max-width: 480px) {
  .staff#users_list .co2.flex,
.staff#users_list .co2.list-title {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.staff#users_list .co2.flex span,
.staff#users_list .co2.list-title span {
  display: none;
}
@media screen and (max-width: 480px) {
  .staff#users_list .co2.flex span,
.staff#users_list .co2.list-title span {
    display: inline;
  }
}
.staff#users_list .hidden {
  visibility: hidden;
}
.staff#users_list .sei,
.staff#users_list .mei {
  width: 10rem;
}
@media screen and (max-width: 480px) {
  .staff#users_list .sei,
.staff#users_list .mei {
    width: 50%;
  }
}
.staff#users_list .sei a,
.staff#users_list .mei a {
  color: #129379;
}
.staff#users_list .kana_sei,
.staff#users_list .kana_mei {
  width: 12rem;
}
@media screen and (max-width: 480px) {
  .staff#users_list .kana_sei,
.staff#users_list .kana_mei {
    width: 50%;
  }
}
.staff#users_list .gender {
  width: 10rem;
}
@media screen and (max-width: 480px) {
  .staff#users_list .gender {
    width: 50%;
  }
}
.staff#users_list .created_at {
  width: calc(100% - 12rem - 12rem - 8rem);
}
@media screen and (max-width: 480px) {
  .staff#users_list .created_at {
    width: 50%;
  }
}
.staff#visitors_detail section#detail_wrapper {
  margin-top: 0;
}
.staff#visitors_detail .group,
.staff#visitors_detail .hairyo_wrapper {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
}
.staff#visitors_detail .group > div,
.staff#visitors_detail .hairyo_wrapper > div {
  margin-bottom: 1rem;
}
.staff#visitors_detail .group > div:last-child,
.staff#visitors_detail .hairyo_wrapper > div:last-child {
  margin-bottom: 0;
}
.staff#visitors_detail .group .co,
.staff#visitors_detail .hairyo_wrapper .co {
  padding: 0;
}
.staff#visitors_detail .label {
  border-bottom: #999 double 4px;
}
.staff#visitors_detail .value {
  padding: 0 0 0 0;
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .value {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .layout__1__1__1__1 .co {
    margin-bottom: 0;
  }
}
.staff#visitors_detail .layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.staff#visitors_detail .layout__1__1__1__1 .co4 {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .full_name .co {
    width: 50%;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .full_name .co1 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .full_name .co2 {
    padding-left: 0.25rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .full_name .co3 {
    padding-left: 0;
    padding-right: 0.25rem;
  }
}
.staff#visitors_detail .full_name .co4 {
  padding-right: 1rem;
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .full_name .co4 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .gender .co {
    width: 50%;
    padding: 0.5rem 0;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .birth_day .co {
    padding: 0.5rem 0;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .birth_day .co1 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .birth_day .co2 {
    padding-left: 0.25rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .birth_day .co3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .tel_and_age .co {
    width: 50%;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .tel_and_age .co1 {
    order: 2;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.staff#visitors_detail .tel_and_age .co2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .tel_and_age .co2 {
    display: block;
    order: 1;
    padding-left: 0;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .zip_code .co {
    width: 50%;
    padding: 0.5rem 0;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .staff#visitors_detail .address {
    padding-top: 1rem;
  }
}
.staff#visitors_detail #detail_wrapper {
  margin: 2rem 0;
}
.staff#visitors_detail .items-center {
  margin-left: 0;
}
.staff#visitors_detail .items-center li {
  width: 100% !important;
}
.staff#visitors_detail .uk-button {
  margin: 0 auto;
}
.staff#daily_report * {
  font-size: 1rem;
}
.staff#daily_report h1 {
  font-size: 1.25rem;
}
.staff#daily_report h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.staff#daily_report select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
  padding: 0 2.5rem 0 1.5rem;
}
.staff#daily_report #daily_report_for_recieve {
  background-color: #7db7ac;
  font-size: 1rem;
  width: 10rem;
  height: 2.6rem;
  color: #fff;
  margin: 0;
  margin-left: 2rem;
}
.staff#daily_report #daily_report_for_recieve:hover {
  background-color: white;
  color: #7db7ac;
  border: 1px solid #7db7ac;
}
.staff#daily_report_date_call {
  /* 入力欄（textarea）は常に左寄せ */
  /* ユーザー入力を表示する要素に付ける共通クラス */
  /* 改行・連続空白を維持して表示、長い単語も折り返し */
  /* 追加（改行表示を統一）*/
}
.staff#daily_report_date_call * {
  font-size: 1rem;
}
.staff#daily_report_date_call .flex {
  display: flex;
}
.staff#daily_report_date_call textarea,
.staff#daily_report_date_call .uk-textarea {
  text-align: left;
  white-space: pre-line !important;
  overflow-wrap: break-word;
}
.staff#daily_report_date_call .js_multiline_display {
  white-space: pre-line;
  word-break: break-word;
  text-align: left;
}
.staff#daily_report_date_call .item_save.js_multiline_display {
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.staff#daily_report_date_call #comment_wrapper .js_multiline_display {
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.staff#daily_report_date_call #comment_wrapper .item_save.js_multiline_display {
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.staff#daily_report_date_call #comment_wrapper .layout__1__1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.staff#daily_report_date_call #comment_wrapper .layout__1__1 .co {
  padding: 1rem;
}
.staff#daily_report_date_call #comment_wrapper .layout__1__1 .co1 {
  width: 15%;
}
.staff#daily_report_date_call #comment_wrapper .layout__1__1 .co2 {
  width: 85%;
}
.staff#daily_report_date_call #comment_wrapper .layout__1__1 .co2 .text_wrapper .js_multiline_display {
  white-space: pre-line !important;
  overflow-wrap: break-word;
  text-align: left;
  /* 念のため */
}
.staff#daily_report_date_call h1 {
  font-size: 1.25rem;
}
.staff#daily_report_date_call h2 {
  font-size: 1.125rem;
  font-weight: 400;
}
.staff#daily_report_date_call select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
  padding: 0 2.5rem 0 1.5rem;
}
.staff#daily_report_date_call #daily_report_receive_button {
  background-color: #7db7ac;
  font-size: 1rem;
  width: 10rem;
  height: 2.6rem;
  color: #fff;
  margin: 0;
  margin-left: 2rem;
}
.staff#daily_report_date_call #daily_report_receive_button:hover {
  background-color: white;
  color: #7db7ac;
  border: 1px solid #7db7ac;
}
.staff#daily_report_date_call .gray_white_button {
  background-color: #7d7d7d;
  font-size: 1rem;
  width: 10rem;
  height: 2.6rem;
  color: #fff;
  margin: 0;
  margin-left: 2rem;
}
.staff#daily_report_date_call .gray_white_button:hover {
  background-color: white;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
}
.staff#daily_report_date_call .edit_button {
  background-color: #7db7ac;
  width: 3.5rem;
  height: 1.5rem;
  font-size: 0.625rem;
  vertical-align: middle;
  padding-bottom: 0.1rem;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.staff#daily_report_date_call .delete_button {
  background-color: #d20c16;
  width: 3.5rem;
  height: 1.5rem;
  font-size: 0.625rem;
  padding: 0;
  padding-top: 0.1rem;
  margin: 0;
  opacity: 1;
}
.staff#daily_report_date_call .button_wrapper {
  margin-left: 3rem;
}
.staff#daily_report_date_call .co2 #item_save {
  text-align: left;
  width: 100%;
}
.staff#daily_report_date_call #save_button {
  width: 10rem;
}
.staff#daily_report_date_call #print_button {
  width: 10rem;
}
.staff#daily_report_date_call .layout__1__1 .co1 {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.staff#daily_report_date_call .layout__1__1 .co1 .edit_button_wrapper {
  margin-left: 0;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper {
  margin-left: 0;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper .delete_button {
  padding-bottom: 0.3rem;
  border: none;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper .delete_button:hover {
  color: #d20c16;
  background-color: white;
  border: 1px solid #d20c16;
}
.staff#daily_report_date_call .layout__1__1 .co2 .uk-textarea {
  margin-bottom: 0;
  border: none;
  text-align: left !important;
  /* 左寄せ */
}
.staff#daily_report_date_call .layout__1__1 {
  border-bottom: 1px solid #333;
}
.staff#daily_report_date_call .layout__1__1 .co {
  padding: 1rem 0.5rem;
}
.staff#daily_report_date_call .layout__1__1 .co1 {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.staff#daily_report_date_call .layout__1__1 .co1 .edit_button_wrapper {
  margin-left: 0;
}
.staff#daily_report_date_call .layout__1__1 .co1 .edit_button_wrapper .edit_button:hover {
  color: #7db7ac;
  background-color: #fff;
  border: 1px solid #7db7ac;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper {
  margin-left: 0;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper .delete_button {
  padding-bottom: 0.3rem;
  border: none;
}
.staff#daily_report_date_call .layout__1__1 .co1 .delete_button_wrapper .delete_button:hover {
  color: #d20c16;
  background-color: white;
  border: 1px solid #d20c16;
}
.staff#daily_report_date_call .layout__1__1 .co2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.staff#daily_report_date_call .layout__1__1 .co2 .uk-textarea {
  margin-bottom: 0;
  border: none;
  text-align: left !important;
  /* 左寄せ */
}
.staff#daily_report_date_call .layout__1__1:last-child {
  border-bottom: none;
}
.staff#daily_report_date_call #daily_report_table {
  width: 100%;
  margin: 1rem auto 3rem;
}
.staff#daily_report_date_call #daily_report_table th {
  border: 1px solid #333;
  font-weight: normal;
  text-align: center;
  height: 1.25rem;
}
.staff#daily_report_date_call #daily_report_table td {
  border: 1px solid #333;
  text-align: center;
  height: 1.25rem;
}
.staff#daily_report_date_call h2.pc_center {
  font-size: 1.25rem;
}
.staff#daily_report_date_call p.uk-text-center {
  margin-top: 1rem;
}
.staff#daily_report_date_call p.uk-text-center button {
  width: 10rem;
  height: 2.6rem;
}
.staff#daily_report_date_call p.uk-text-center button:hover {
  opacity: 1;
}
.staff#daily_report_date_call p.uk-text-center .uk-modal-close {
  margin-right: 0.5rem;
}
.staff#daily_report_date_call p.uk-text-center .button_green_white {
  margin-left: 0.5rem;
}
.staff#daily_report_date_call p.uk-text-center .button_green_white:hover {
  opacity: 1 !important;
}
.staff#daily_report_date_call p.uk-text-center .button_red_white {
  margin-left: 0.5rem;
}
.staff#daily_report_date_call #item_edit_modal_to_confirm h2 {
  font-weight: normal;
}
.staff#daily_report_date_call #item_edit_modal_to_confirm .uk-textarea {
  border: 1px solid #333;
  height: 11rem;
}
.staff#daily_report_date_call #item_edit_modal_to_confirm .uk-text-center {
  margin-top: 1rem;
}
.staff#staff_create #registration-form .flex {
  display: flex;
}
.staff#staff_create #registration-form .layout__1__1__1__1.button_wrapper_row .co {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff#staff_create #registration-form .gray_white_button {
  border: none;
  background-color: #7d7d7d;
  font-size: 1rem;
  width: 10rem;
  height: 2.6rem;
  color: #fff;
  margin: 0;
}
.staff#staff_create #registration-form .gray_white_button:hover {
  background-color: white;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
}
.staff#staff_create #registration-form .button_green_white {
  width: 10rem;
}
.staff#staff_create #registration-form .button_green_white:hover {
  padding: 0.25rem 1rem;
}
.staff#staff_create #registration-form #staff_gender_wrapper .value span {
  display: inline-block;
  margin: 0 1rem 0 0.25rem;
}
.staff#staff_create #registration-form #staff_birth_wrapper #staff_birth_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #staff_birth_wrapper .value {
  display: flex;
  align-items: center;
}
.staff#staff_create #registration-form #staff_birth_wrapper .value select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem 0 1.5rem;
  margin-right: 1rem;
}
.staff#staff_create #registration-form #staff_birth_wrapper .value span {
  display: inline-block;
  margin-right: 1rem;
}
.staff#staff_create #registration-form #staff_tel_number_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #staff_tel_number_wrapper .value {
  padding-right: 0.5rem;
  width: 10.5rem;
}
.staff#staff_create #registration-form #staff_postal_code_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #staff_postal_code_wrapper .value {
  padding-right: 0.5rem;
  width: 10.5rem;
}
.staff#staff_create #registration-form #staff_email_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #staff_email_wrapper .value {
  padding-right: 0.5rem;
  width: 24rem;
}
.staff#staff_create #registration-form #hire_wrapper #hire_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #hire_wrapper .value {
  display: flex;
  align-items: center;
}
.staff#staff_create #registration-form #hire_wrapper .value select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem 0 1.5rem;
  margin-right: 1rem;
}
.staff#staff_create #registration-form #hire_wrapper .value span {
  display: inline-block;
  margin-right: 1rem;
}
.staff#staff_create #registration-form #staff_position_wrapper .value {
  max-width: 11.5rem;
}
.staff#staff_create #registration-form #salary_wrapper .co {
  padding: 0;
}
.staff#staff_create #registration-form #salary_wrapper .co .value {
  display: flex;
  align-items: center;
}
.staff#staff_create #registration-form #salary_wrapper .co .value .uk-input {
  max-width: 10rem;
  margin-right: 0.2rem;
}
.staff#staff_create #registration-form #salary_wrapper .co .value span {
  font-size: 1rem;
}
.staff#staff_create #registration-form #staff_type_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #staff_type_wrapper .value {
  padding-right: 0.5rem;
  width: 16rem;
}
.staff#staff_create #registration-form #retire_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_create #registration-form #retire_wrapper .value {
  padding-right: 0.5rem;
}
.staff#staff_create #registration-form #retire_wrapper .value select {
  width: 6rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body {
  padding: 1rem;
  width: 640px;
}
.staff#staff_create #staff_create_modal .uk-modal-body h2 {
  font-size: 1.25rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .confirm_wrapper {
  height: 480px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #ccc;
}
.staff#staff_create #staff_create_modal .uk-modal-body .confirm_wrapper span {
  display: none;
}
.staff#staff_create #staff_create_modal .uk-modal-body .uk-text-center {
  margin-top: 1rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .uk-text-center .button_white_bluegray {
  width: 150px;
  margin-right: 0.5rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .uk-text-center .button_green_white {
  width: 150px;
  margin-left: 0.5rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body * {
  font-size: 1rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__1__1__1 > .co {
  padding: 0.25rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__1__1__1 .co1 {
  padding-left: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__1__1__1 .co4 {
  padding-right: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__2__1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__2__1 > .co {
  padding: 0.25rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__2__1 .co1 {
  padding-left: 0;
  width: 25%;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__2__1 .co2 {
  width: 50%;
  padding-right: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__2__1 .co3 {
  width: 25%;
  padding-right: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body .layout__1__1 .co1 {
  padding-left: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body .label {
  border-bottom: 3px double #333;
}
.staff#staff_create #staff_create_modal .uk-modal-body .value {
  margin-bottom: 0.5rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body #staff_postal_code_modal {
  margin-top: 1.5rem;
}
.staff#staff_create #staff_create_modal .uk-modal-body #staff_postal_code_modal #staff_postal_code_text {
  margin-bottom: 0;
}
.staff#staff_create #staff_create_modal .uk-modal-body #staff_address_modal {
  margin-bottom: 1.5rem;
}
.staff#staff_list .list-flex {
  display: flex;
}
.staff#staff_list .list-margin {
  margin-left: auto;
  margin-bottom: 0.5rem;
}
.staff#staff_list .main_content form .button_wrapper h1 {
  margin-bottom: 0;
}
.staff#staff_list .main_content form .button_wrapper .uk-button {
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.staff#staff_list #title .list-title {
  padding-bottom: 0.25rem;
}
.staff#staff_list #title .list-title > .co {
  padding-right: 0.5rem;
}
.staff#staff_list #title .list-title > .co4 {
  padding-right: 0;
}
.staff#staff_list #title .list-title span {
  display: none;
}
.staff#staff_list #title .staff_number,
.staff#staff_list #staffs .staff_number {
  width: 20%;
}
.staff#staff_list #title .staff_number a,
.staff#staff_list #staffs .staff_number a {
  color: #129379;
  font-size: 1rem;
}
.staff#staff_list #title .full_name,
.staff#staff_list #staffs .full_name {
  width: 40%;
  font-size: 1rem;
}
.staff#staff_list #title .employment_start_date,
.staff#staff_list #title .employment_end_date,
.staff#staff_list #staffs .employment_start_date,
.staff#staff_list #staffs .employment_end_date {
  width: 20%;
  font-size: 1rem;
}
.staff#user_detail #user_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.staff#user_detail #user_name::before {
  content: "";
  height: 1px;
  background-color: #000;
  width: calc(50% - 9rem);
  display: block;
}
.staff#user_detail #user_name::after {
  content: "";
  height: 1px;
  background-color: #000;
  width: calc(50% - 9rem);
  display: block;
}
.staff#user_detail #user_name span {
  width: 16rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 1rem;
  text-align: center;
}
.staff#user_detail .items-left {
  margin-bottom: 1rem;
}
.staff#user_detail div:last-child {
  margin-bottom: 0;
}
.staff#user_detail .user_name {
  margin-bottom: 1rem;
}
.staff#user_detail .button_green_white:hover {
  padding: 0.25rem 1rem;
}
.staff#user_detail .group,
.staff#user_detail .hairyo_wrapper {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
}
.staff#user_detail .group > div,
.staff#user_detail .hairyo_wrapper > div {
  margin-bottom: 1rem;
}
.staff#user_detail .group > div:last-child,
.staff#user_detail .hairyo_wrapper > div:last-child {
  margin-bottom: 0;
}
.staff#user_detail .group .co,
.staff#user_detail .hairyo_wrapper .co {
  padding: 0;
}

#login #login_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
#login #login_wrapper .innerbox_375 {
  background-color: #F0F5F5;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
#login #login_wrapper .innerbox_375 #form_inner .image_wrapper {
  margin-bottom: 1.5rem;
}
#login #login_wrapper .innerbox_375 #form_inner .image_wrapper img {
  width: 65%;
  height: auto;
  margin: 0 auto 1rem auto;
  display: flex;
}
#login #login_wrapper .innerbox_375 #form_inner .email_wrapper {
  margin-bottom: 1.5rem;
}
#login #login_wrapper .innerbox_375 #form_inner .password_wrapper {
  margin-bottom: 1.5rem;
}
#login #login_wrapper .innerbox_375 #form_inner .button_wrapper {
  margin-bottom: 0;
}
#login #login_wrapper .innerbox_375 #form_inner .button_wrapper button {
  text-align: center;
  aspect-ratio: 7/1;
  max-width: inherit;
  font-size: 1.125rem;
  font-weight: bold;
}
#login #login_wrapper .innerbox_375 p {
  margin-bottom: 0.5rem;
}

.uk-modal-dialog .label {
  margin-top: 1rem;
}
/*# sourceMappingURL=client_design.css.map */