@charset "UTF-8";
/*buzzlyhan*/
/*forms.css*/
/*buzzlyhan*/
/*_vers.css*/
/*************************************/
/*　　　　　　コンフィグ色設定　　　　　　　　*/
/*************************************/
/* line 23, _vars.scss */
.base_window, .popwin_body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 50%;
  border: 1px solid var(--base_window_border_color);
  background-color: var(--base_window_bg_color);
  box-shadow: 2px 2px 3px 3px var(--base_window_shadow_color);
}
/* line 33, _vars.scss */
.base_window .base_button, .popwin_body .base_button, .base_window .login input.button, .login .base_window input.button, .popwin_body .login input.button, .login .popwin_body input.button {
  /* color: test; */
}
/* line 41, _vars.scss */
.base_window .base_icon, .popwin_body .base_icon {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  width: 1.2em;
  text-align: center;
  vertical-align: baseline;
  margin-right: 10px;
  background-color: var(--base_icon_bg_color);
  color: var(--base_icon_font_color);
  font-size: 16px;
  margin-top: 4px;
}
/* line 56, _vars.scss */
.base_window .search, .popwin_body .search {
  margin-right: 10px;
  line-height: 66px;
  width: 200px;
}
/* line 60, _vars.scss */
.base_window .search fieldset, .popwin_body .search fieldset {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  background: var(--base_search_bg_color);
  border: none;
  border-radius: 5px;
}
/* line 68, _vars.scss */
.base_window .search input, .popwin_body .search input,
.base_window .search button,
.popwin_body .search button {
  position: relative;
  width: 100px;
  height: 30px;
  padding: 0;
  display: inline-block;
  float: left;
}
/* line 77, _vars.scss */
.base_window .search input, .popwin_body .search input {
  color: var(--base_search_input_font_color);
  z-index: 2;
  border: 0 none;
}
/* line 82, _vars.scss */
.base_window .search input:focus, .popwin_body .search input:focus {
  outline: 0 none;
}
/* line 85, _vars.scss */
.base_window .search input:focus + button, .popwin_body .search input:focus + button {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 92, _vars.scss */
.base_window .search input:focus + button .fa, .popwin_body .search input:focus + button .fa {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--base_fa_child_button_side_input_focus);
}
/* line 100, _vars.scss */
.base_window .search button, .popwin_body .search button {
  z-index: 1;
  width: 50px;
  border: 0 none;
  background: var(--base_search_button_bg_color);
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 113, _vars.scss */
.base_window .search .fa-search, .popwin_body .search .fa-search {
  color: var(--base_search_fa_icon_bg_color);
  z-index: 3;
  top: 25%;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 136, _vars.scss */
.base_window h2, .popwin_body h2 {
  font-size: 28px;
  color: var(--base_h2_font_color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base_h2_border_color);
}

/* line 146, _vars.scss */
.plate {
  box-shadow: 0 1px 2px var(--plate_box_shadow_color);
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  padding: 30px 0;
}

/* line 261, _vars.scss */
.tab_wrap .inside_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align: middle;
  text-align: left;
}

/* line 271, _vars.scss */
::-webkit-scrollbar {
  width: 6px;
}

/* line 275, _vars.scss */
::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 280, _vars.scss */
::-webkit-scrollbar-thumb {
  background-color: var(--main_corporate_color);
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--scroll_box_shadow_color);
}

/* line 287, _vars.scss */
.auto_detail .list_inside > div {
  min-height: 90px;
  margin-bottom: 5px;
}

/* line 293, _vars.scss */
.auto_details_list_wrap {
  width: 100%;
  text-align: center;
}

/* line 298, _vars.scss */
.auto_details_list {
  position: relative;
  max-height: calc(40vh);
  height: auto;
  max-width: calc(80vw);
  width: auto;
  display: inline-block;
  overflow: auto;
}
/* line 306, _vars.scss */
.auto_details_list th {
  background-color: var(--base_table-th);
  border: solid 1px var(--cal_main_bordercolor);
  padding: 2px 5px 5px 5px;
  color: var(--base_font_color1);
  white-space: nowrap;
  font-weight: normal;
}
/* line 313, _vars.scss */
.auto_details_list th.asc {
  background-color: var(--asc-select-color);
}
/* line 316, _vars.scss */
.auto_details_list th.desc {
  background-color: var(--desc-select-color);
}
/* line 320, _vars.scss */
.auto_details_list tr:hover td {
  background-color: var(--table_tr_hover_bgcolor);
}
/* line 323, _vars.scss */
.auto_details_list tr.selected td {
  background-color: var(--table_tr_hover_bgcolor);
}
/* line 326, _vars.scss */
.auto_details_list td {
  padding: 4.5px 3px 4.5px 3px;
  background-color: var(--base_table-td);
  border: solid 1px var(--cal_main_bordercolor);
}

/* line 334, _vars.scss */
.auto_detail .list_inside > div {
  min-height: 90px;
  margin-bottom: 5px;
}

/* line 340, _vars.scss */
.auto_tab_selector > div > div {
  min-height: 90px;
  margin-bottom: 5px;
}

/* line 12, forms.scss */
::placeholder {
  color: #cacaca;
}

/* line 16, forms.scss */
.popwin_body {
  overflow-y: auto;
}
/* line 20, forms.scss */
.popwin_body h1 {
  color: #fff !important;
  margin: 20px 0 20px 20px !important;
}
/* line 24, forms.scss */
.popwin_body p {
  margin-top: 15px;
}
/* line 27, forms.scss */
.popwin_body select {
  position: relative;
  left: -6px;
  top: 1px;
  height: 45px;
}

/*************/
/** form styles**/
/*************/
/* line 44, forms.scss */
::placeholder {
  color: #cacaca;
}

/*form style root*/
/* line 54, forms.scss */
.form_style {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
/* line 60, forms.scss */
.form_style input[type=radio],
.form_style input[type=checkbox] {
  width: initial !important;
  z-index: -1;
  opacity: 0;
}
/* line 70, forms.scss */
.form_style input:checked ~ .fstyle_indicator {
  background: var(--input_checked_bgcolor);
}
/* line 73, forms.scss */
.form_style input:disabled ~ .fstyle_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
/* line 78, forms.scss */
.form_style input:checked ~ .fstyle_indicator:after {
  display: block;
}
/* line 81, forms.scss */
.form_style:hover input ~ .fstyle_indicator, .form_style:hover input:not([disabled]):checked ~ .fstyle_indicator,
.form_style input:checked:focus ~ .fstyle_indicator {
  background: var(--input_checked_bgcolor);
}

/* line 88, forms.scss */
.fstyle_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #b5b5b5;
}

/* line 97, forms.scss */
.fstyle_indicator:after {
  content: '';
  position: absolute;
  display: none;
}

/*checkbox*/
/* line 106, forms.scss */
.fstyle_checkbox .fstyle_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 116, forms.scss */
.fstyle_checkbox input:disabled ~ .fstyle_indicator:after {
  border-color: #7b7b7b;
}

/*radio*/
/* line 123, forms.scss */
.fstyle_radio .fstyle_indicator {
  border-radius: 50%;
}

/* line 127, forms.scss */
.fstyle_radio .fstyle_indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

/* line 136, forms.scss */
.fstyle_radio input:disabled ~ .fstyle_indicator:after {
  background: #7b7b7b;
}

/* line 140, forms.scss */
input[type=radio]:checked + label:after {
  opacity: 1;
}

/*select*/
/* line 147, forms.scss */
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
/* line 152, forms.scss */
.select select {
  cursor: pointer;
  padding-left: 5px;
  height: 35px;
  outline: 0;
  border: 1 solid #7fe4c2;
  background: var(--base_form_bgcolor);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 165, forms.scss */
.select select::-ms-expand {
  display: none;
}
/* line 168, forms.scss */
.select select:hover, .select select:focus {
  color: var(--base_font_color2);
  background: var(--base_form_focus_bgcolor);
}
/* line 173, forms.scss */
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 177, forms.scss */
.select select:hover ~ .select_arrow, .select select:focus ~ .select_arrow {
  border-top-color: #00af6f;
}
/* line 181, forms.scss */
.select select:disabled ~ .select_arrow {
  border-top-color: #ccc;
}

/* line 187, forms.scss */
.select_arrow {
  display: none;
  /*
  position: absolute;
  top: 10px; //vertical position of an arrow
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
  */
}

/* line 203, forms.scss */
i {
  color: var(--base_i_font_color);
}

/* line 207, forms.scss */
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=tel],
input[type=search],
input[type=password],
input[type=date] {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2em;
  color: var(--base_font_color2);
}

/* line 221, forms.scss */
hr {
  color: var(--base_input_border_color);
  opacity: 0.3;
}

/*text*/
/* line 230, forms.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  height: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--base_form_bgcolor) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  border: solid 1px var(--base_input_border_color);
  padding: 0 5px;
}

/* line 246, forms.scss */
.textbox {
  vertical-align: top;
}

/* line 250, forms.scss */
textarea {
  background-color: var(--base_form_bgcolor);
  padding: 5px;
  font-size: 1em;
  font-family: inherit;
  width: 250px;
  height: 5em;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  border: solid 1px var(--base_input_border_color);
}

/* line 264, forms.scss */
input[type=tel] {
  position: relative;
  left: -4px;
  width: 410px;
  height: 40px;
  border-radius: 4x;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  border: solid 1px var(--base_input_border_color);
}

/* line 276, forms.scss */
input[type=password] {
  margin-bottom: 25px;
}

/* line 280, forms.scss */
.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

/* line 285, forms.scss */
.accounttype {
  margin-left: 8px;
  margin-top: 20px;
}

/* line 291, forms.scss */
.login input.button {
  background: linear-gradient(to right, var(--green-dark), var(--green-light));
}

/* line 297, forms.scss */
div.ms-parent {
  width: 20em !important;
}
/* line 299, forms.scss */
div.ms-parent .ms-choice {
  height: 35px;
  font-size: 1.5em;
  line-height: 1.8em;
}

/* line 306, forms.scss */
#fileForm {
  float: left;
  margin: 5px 0 0 30px;
}

/* line 311, forms.scss */
.tmp_image_wrap {
  margin-bottom: 5px;
}
/* line 313, forms.scss */
.tmp_image_wrap h4 {
  margin-left: 30px;
}
/* line 316, forms.scss */
.tmp_image_wrap input[type=submit] {
  font-size: 1em;
}
/* line 320, forms.scss */
.tmp_image_wrap .save_image_button {
  overflow: hidden;
}
/* line 322, forms.scss */
.tmp_image_wrap .save_image_button input.button {
  width: 20em;
  margin: 0;
  padding: 0;
}

/* line 330, forms.scss */
#staffWorkDates,
#workLowerAge,
#workUpperAge,
#workMemberNum,
#workCarLimit {
  width: 4em;
}

/* line 338, forms.scss */
#zip,
#dateForm,
#shiftDateSearch {
  width: 8em;
}

/* line 348, forms.scss */
.paginator {
  text-align: center;
  margin-top: 10px !important;
}
/* line 351, forms.scss */
.paginator .paginator_counter {
  color: #888;
  font-size: 0.8em;
}
/* line 356, forms.scss */
.paginator #shiftBody a.paging_number {
  background-color: #ff791f;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  line-height: 1.35em;
  color: #fff;
  font-size: 0.9em;
}
/* line 365, forms.scss */
.paginator #shiftBody a.paging_number:hover {
  background-color: #e75d00;
  font-size: 0.9em;
  transition-duration: 100ms;
  transition-delay: 0s;
}
/* line 372, forms.scss */
.paginator #shiftBody #now {
  background-color: #ff9853;
  font-size: 0.9em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  line-height: 1.35em;
  color: #fff;
}

/* line 385, forms.scss */
.required {
  border-color: var(--main_corporate_color) !important;
}

/* line 389, forms.scss */
.bt_fixed {
  position: fixed;
  right: 150px;
  top: 92%;
}

/* line 397, forms.scss */
header .new_bt input {
  width: 150px;
  height: 50px;
}

/* line 404, forms.scss */
.tab_wrap {
  width: 90%;
  margin: 20px auto;
}

/* line 410, forms.scss */
.ui-datepicker-trigger {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: #e08888;
  border: none;
  border-radius: 4px;
}

/* line 420, forms.scss */
.list_body {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 20px auto 20px auto;
}
/* line 426, forms.scss */
.list_body .list_inner {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
/* line 432, forms.scss */
.list_body .row {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background-color: var(--base_table-td);
}
/* line 433, forms.scss */
.list_body .row:hover > div {
  border-bottom: 1px solid var(--base_table-th);
}
/* line 441, forms.scss */
.list_body .row .edit_bt,
.list_body .row .del_bt,
.list_body .row .select_row,
.list_body .row .cel1,
.list_body .row .cel2,
.list_body .row .cel3,
.list_body .row .cel4,
.list_body .row .cel5,
.list_body .row .cel6,
.list_body .row .cel7,
.list_body .row .cel8,
.list_body .row .cel9,
.list_body .row .cel10,
.list_body .row .cel11 {
  width: 30%;
  height: 26px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 5px;
  overflow: hidden;
  color: var(--table-body-font);
  border-right: 1px solid var(--cal_main_bordercolor);
  border-bottom: 1px solid var(--cal_main_bordercolor);
}
/* line 466, forms.scss */
.list_body .row.title div.asc {
  background-color: var(--asc-select-color);
}
/* line 469, forms.scss */
.list_body .row.title div.desc {
  background-color: var(--desc-select-color);
}
/* line 474, forms.scss */
.list_body .row.title {
  text-align: center;
  border-top: 1px solid var(--cal_main_bordercolor);
  background-color: var(--base_table-th);
}
/* line 479, forms.scss */
.list_body .row.adjust {
  background-color: var(--cal_header_bgcolor);
}
/* line 482, forms.scss */
.list_body .row .company_name,
.list_body .row .department,
.list_body .row .cel1 {
  border-left: 1px solid var(--cal_main_bordercolor);
}
/* line 488, forms.scss */
.list_body .row .edit_bt,
.list_body .row .del_bt {
  text-align: center;
  line-height: 26px;
  width: 200px;
}
/* line 493, forms.scss */
.list_body .row .edit_bt a,
.list_body .row .del_bt a {
  display: inline-block;
  border-radius: 3px;
  width: 50px;
  height: 23px;
  background-color: var(--base_table-th);
  color: #fff;
  font-size: 16px;
  margin-top: 1px;
}
/* line 502, forms.scss */
.list_body .row .edit_bt a:hover,
.list_body .row .del_bt a:hover {
  background-color: var(--cal_header_bgcolor);
  transition-duration: 0.4s;
}
