.staff_attendance_regist {
  width: 100%;
  height: 100%;
  position: relative;
}

.staff_attendance_regist_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.0vw;
  background-color: transparent;
  z-index: 2;
}

.staff_profile_area {
  text-align:center;
}

.staff_attendance_regist_area .staff_profile {
  width: auto;
  position: relative;
  display: inline-block;
}

.staff_attendance_regist_area .staff_profile .staff_profile_thumbnail {
  position: absolute;
}

.staff_attendance_regist_area .staff_profile .staff_profile_thumbnail img {
  width: 4vw;
  height: 4vw;
}

.staff_profile_name {
  font-size: 2.9vw;
  color: #4c556e;
  margin-top: 1vw;
  margin-left: 6vw;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px, white 1px -1px 15px, white -1px -1px 15px;
}

.staff_attendance_regist.bg_fire_works .staff_attendance_regist_area .staff_profile .staff_profile_name {
  text-shadow: none;
}

.staff_attendance_regist_area .staff_profile .staff_profile_name span {
  font-size: 0.7em;
}

.staff_profile_name_list {
  font-size: 2.3vw;
  color: #4c556e;
  margin-top: 1.0vw;
  margin-left: 27vw;
  text-shadow: none;
}

.staff_profile_name_list.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.staff_profile_name_list_width {
  width: 40%;
  text-align: left;
  float: left;
}

.staff_profile_name_list_width2 {
  width: 30%;
  text-align: left;
  float: left;
}

.staff_profile_name_list_width2 label {
  width: 65%;
  font-size: 2.2vw;
  color: #fff;
  padding: 0em 0.4em 0.3em 0.4em;
  outline: none;
  display: inline-block;
  text-align: center;
  background-color: #ccc;
  border-radius: 75px;
}

.staff_profile_name_list_width2 span {
  font-size: 0.5em;
  line-height:2.5em;
}

.staff_profile_name_list_width2 input[type="checkbox"]:checked + label {
  background-color: #4c556e;
}

.staff_attendance_regist_area .current_time_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.staff_attendance_regist_area .current_time_main {
  width: 55vw;
  overflow: hidden;
}

.staff_attendance_regist_area .current_time_sub {
  position: absolute;
  right:0vw;
  top:2vw;
}

.staff_attendance_regist_area .current_time {
  width: 55vw;
  margin: 1.5vw auto 0;
  font-size: 16vw;
  color: #4c556e;
  text-align: center;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px, white 1px -1px 15px, white -1px -1px 15px;
}

.staff_attendance_regist.bg_fire_works  .staff_attendance_regist_area .current_time {
  text-shadow: none;
}

.staff_attendance_regist_area .regist_button {
  width: 65vw;
  margin: 1.5vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff_attendance_regist_area .regist_button label {
  width: 29vw;
  font-size: 4.0vw;
  color: #fff;
  border-radius: 75px;
  padding: 0.7em 1.0em;
  outline: none;
  display: block;
  text-align: center;
  background-color: #ccc;
}

.staff_attendance_regist_area .regist_button input[type="checkbox"]:checked + label {
  background-color: #4c556e;
}

.staff_attendance_regist_area .regist_button2 {
  width: 65vw;
  margin: 1.5vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff_attendance_regist_area .regist_button2 label {
  width: 17vw;
  font-size: 4.0vw;
  color: #fff;
  border-radius: 75px;
  padding: 0.7em 1.0em;
  outline: none;
  display: block;
  text-align: center;
  background-color: #ccc;
}

.staff_attendance_regist_area .regist_button2 input[type="checkbox"]:checked + label {
  background-color: #4c556e;
}

.staff_attendance_regist_area .regist_button2 button {
  width: 8vw;
  height: 8vw;
  margin-top: 2vw;
  overflow: hidden;
  display: block;
  background-image: url(../img/change.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.staff_attendance_regist_area .thanks_message {
  font-size: 1.8vw;
  color: #4c556e;
  text-align: center;
  margin-top: 5.0vw;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px, white 1px -1px 15px, white -1px -1px 15px;
}

.staff_attendance_regist.bg_fire_works .thanks_message {
  text-shadow: none;
}

.staff_category_name_list {
  width: 98%;
  margin: 1.0vw 1.0vw;
  text-shadow: none;
}

.staff_category_name_list.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.staff_category_name_list_width {
  width: 45%;
  float: left;
  margin-right: 2.0vw;
}

.staff_category_name_list_width ul {
  height: 8vw;
}

.staff_regist_button_category {
  width: 100%;
}

.staff_regist_button_category label {
  width: 98%;
  font-size: 2vw;
  border-radius: 75px;
  padding: 0.7em 1.0em;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.staff_regist_button_category label.no-select {
  background:#ccc!important;
  color:#4B5570!important;
}

.staff_regist_button_category input[type="checkbox"]:checked + label {
  background: #30C40C;
  border: 1px solid #ccc;
  color: #fff;
}


