@charset "UTF-8";
/* 共通項目 */
/* IE */
/* Modern browser */
@font-face {
  font-family: 'NotoSansBold';
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
/* IE */
@font-face {
  font-family: 'NotoSansLight';
  src: url("../fonts/NotoSansCJKjp-Light.woff");
  font-weight: 400;
}
/* Modern browser */
@font-face {
  font-family: 'NotoSansLight';
  src: url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
  font-weight: 400;
}
/* line 42, ../sass/timesheet.scss */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  font-size: 14px;
  color: #ea6587;
}

/* line 52, ../sass/timesheet.scss */
.inverse header {
  background: #fff;
}
/* line 55, ../sass/timesheet.scss */
.inverse header h1.title {
  color: #ea6587;
  background: #fff;
  border-bottom: 1px solid #ea6587;
}
/* line 60, ../sass/timesheet.scss */
.inverse header a {
  color: #ea6587;
}
/* line 63, ../sass/timesheet.scss */
.inverse header.timecard-header {
  border-bottom: 1px solid #ea6587;
}
/* line 72, ../sass/timesheet.scss */
.inverse footer {
  border-top: 1px solid #ea6587;
  padding-top: 9px;
  background: #fff;
  color: #ea6587;
}
/* line 80, ../sass/timesheet.scss */
.inverse footer.id, .inverse footer.pass {
  margin-top: 0;
  bottom: 0;
  border-top: none;
}
/* line 86, ../sass/timesheet.scss */
.inverse footer.client-top {
  margin-top: 0;
  bottom: -20px;
  border-top: none;
}

/* line 94, ../sass/timesheet.scss */
#timesheet-block #timesheet {
  margin-bottom: 0px;
}

/* line 98, ../sass/timesheet.scss */
.all_admin_timesheet {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 107, ../sass/timesheet.scss */
.admin_timesheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 118, ../sass/timesheet.scss */
.login-area .contents-area {
  padding-top: 52px;
  background: #f7c8d6;
}

/* line 124, ../sass/timesheet.scss */
.change-area .contents-area {
  background: #f7c8d6;
  padding-top: 52px;
}

/* line 130, ../sass/timesheet.scss */
#timesheet.fixed-area {
  padding-top: 51px;
}
/* line 141, ../sass/timesheet.scss */
#timesheet .sort_date a {
  display: block;
  margin: 20px auto;
  border: solid 1px #afafaf;
  background-color: #fff;
  color: #595757;
  text-align: center;
  text-decoration: none;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  width: 170px;
  border-radius: 15px;
}
/* line 156, ../sass/timesheet.scss */
#timesheet .calendar_list_details {
  text-align: center;
  margin: 0 5px;
  margin-bottom: 23px;
}
/* line 160, ../sass/timesheet.scss */
#timesheet .calendar_list_details p {
  display: inline-block;
  width: auto;
  margin: 0 3px;
  font-size: 12px;
}
/* line 167, ../sass/timesheet.scss */
#timesheet.login {
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #f7c8d6;
}
/* line 172, ../sass/timesheet.scss */
#timesheet.login p.lead {
  color: #fff;
}
/* line 175, ../sass/timesheet.scss */
#timesheet.login .login_area {
  margin: 0 10px;
}
/* line 177, ../sass/timesheet.scss */
#timesheet.login .login_area p {
  text-align: center;
  color: #ea6587;
  font-weight: 700;
  font-family: 'NotoSansBold';
  font-size: 14px;
  line-height: 24px;
}
/* line 184, ../sass/timesheet.scss */
#timesheet.login .login_area p.pass-text {
  margin-top: 0;
}
/* line 187, ../sass/timesheet.scss */
#timesheet.login .login_area p.new-pass {
  margin-top: 23px;
}
/* line 191, ../sass/timesheet.scss */
#timesheet.login .login_area ul {
  margin: 15px 0;
}
/* line 193, ../sass/timesheet.scss */
#timesheet.login .login_area ul.mt0 {
  margin-top: 0;
}
/* line 196, ../sass/timesheet.scss */
#timesheet.login .login_area ul li {
  margin: 10px 0;
}
/* line 198, ../sass/timesheet.scss */
#timesheet.login .login_area ul li.mt0 {
  margin-top: 0;
}
/* line 201, ../sass/timesheet.scss */
#timesheet.login .login_area ul li.next-check {
  margin: 15px 0;
}
/* line 206, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="text"],
#timesheet.login .login_area input[type="email"],
#timesheet.login .login_area input[type="password"] {
  width: 100%;
  color: #000;
  height: 35px;
  border: none;
  margin: 0;
  font-size: 14px;
  font-family: 'NotoSansLight';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  line-height: 2;
}
/* line 220, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="text"]::-webkit-input-placeholder,
#timesheet.login .login_area input[type="email"]::-webkit-input-placeholder,
#timesheet.login .login_area input[type="password"]::-webkit-input-placeholder {
  color: #ea6687;
  font-size: 14px;
}
/* line 224, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="text"]:-ms-input-placeholder,
#timesheet.login .login_area input[type="email"]:-ms-input-placeholder,
#timesheet.login .login_area input[type="password"]:-ms-input-placeholder {
  color: #ea6687;
  font-size: 14px;
}
/* line 228, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="text"]::-moz-placeholder,
#timesheet.login .login_area input[type="email"]::-moz-placeholder,
#timesheet.login .login_area input[type="password"]::-moz-placeholder {
  color: #ea6687;
  font-size: 14px;
}
/* line 232, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="text"].client-pass-input,
#timesheet.login .login_area input[type="email"].client-pass-input,
#timesheet.login .login_area input[type="password"].client-pass-input {
  padding-bottom: 2.5px;
}
/* line 236, ../sass/timesheet.scss */
#timesheet.login .login_area input[type="checkbox"] {
  border: none;
}
/* line 239, ../sass/timesheet.scss */
#timesheet.login .login_area label.check {
  line-height: 20px;
  display: block;
  height: 20px;
}
/* line 243, ../sass/timesheet.scss */
#timesheet.login .login_area label.check input[type=checkbox] {
  position: relative;
  top: -1px;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: #fff;
  border-radius: 3px;
  margin: 0;
}
/* line 255, ../sass/timesheet.scss */
#timesheet.login .login_area label.check input[type=checkbox]:checked {
  background: #9f9fa0 url(../img/check_bg_white.svg) no-repeat center center;
  background-size: 12px auto;
}
/* line 261, ../sass/timesheet.scss */
#timesheet.login .login_area .submit_area {
  margin: 30px 0;
  text-align: center;
}
/* line 266, ../sass/timesheet.scss */
#timesheet.login .complete_area {
  color: #fff;
}
/* line 270, ../sass/timesheet.scss */
#timesheet .lead {
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  padding: 20px 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 270, ../sass/timesheet.scss */
  #timesheet .lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 270, ../sass/timesheet.scss */
  #timesheet .lead {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 282, ../sass/timesheet.scss */
  #timesheet .lead.login-header {
    font-size: 16px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 282, ../sass/timesheet.scss */
  #timesheet .lead.login-header {
    font-size: 14px;
  }
}
/* line 292, ../sass/timesheet.scss */
#timesheet .action ul {
  width: 282px;
  margin: 0 auto;
  text-align: center;
}
/* line 296, ../sass/timesheet.scss */
#timesheet .action ul li {
  margin-bottom: 15px;
}
/* line 301, ../sass/timesheet.scss */
#timesheet .remind_area {
  padding-top: 15px;
}
/* line 303, ../sass/timesheet.scss */
#timesheet .remind_area .title {
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  text-align: center;
  margin-bottom: 5px;
}
/* line 311, ../sass/timesheet.scss */
#timesheet .remind_area.denial {
  padding-top: 0;
}
/* line 313, ../sass/timesheet.scss */
#timesheet .remind_area.denial .title {
  color: #f8b62d;
}
/* line 316, ../sass/timesheet.scss */
#timesheet .remind_area.denial .sti1-title {
  margin-top: 30px;
}
/* line 321, ../sass/timesheet.scss */
#timesheet .remind_area.ontheway .title {
  color: #82bfa7;
}
/* line 326, ../sass/timesheet.scss */
#timesheet .timesheet_title {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
/* line 332, ../sass/timesheet.scss */
#timesheet .timesheet_title .content {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding: 0 10px;
}
/* line 337, ../sass/timesheet.scss */
#timesheet .timesheet_title .content .person {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
/* line 344, ../sass/timesheet.scss */
#timesheet .timesheet_title .content .date {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  /* line 344, ../sass/timesheet.scss */
  #timesheet .timesheet_title .content .date {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 344, ../sass/timesheet.scss */
  #timesheet .timesheet_title .content .date {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 359, ../sass/timesheet.scss */
#timesheet .timesheet_title .content .store_name {
  font-weight: 700;
  font-family: 'NotoSansBold';
  font-size: 13px;
}
/* line 364, ../sass/timesheet.scss */
#timesheet .timesheet_title .content .name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 364, ../sass/timesheet.scss */
  #timesheet .timesheet_title .content .name {
    font-size: 13px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 364, ../sass/timesheet.scss */
  #timesheet .timesheet_title .content .name {
    font-size: 11px;
    line-height: 12px;
  }
}
/* line 380, ../sass/timesheet.scss */
#timesheet .timesheet_title.denial {
  background: #f8b62d;
}
/* line 383, ../sass/timesheet.scss */
#timesheet .timesheet_title.ontheway {
  background: #82bfa7;
}
/* line 386, ../sass/timesheet.scss */
#timesheet .timesheet_title.pending {
  background: #89ced7;
}
/* line 389, ../sass/timesheet.scss */
#timesheet .timesheet_title.confirm {
  background: #a1a9d4;
}
/* line 392, ../sass/timesheet.scss */
#timesheet .timesheet_title.definite {
  background: #9f9fa0;
}
/* line 395, ../sass/timesheet.scss */
#timesheet .timesheet_title.noMargin {
  margin-bottom: 1px;
}
/* line 399, ../sass/timesheet.scss */
#timesheet .timesheet_before {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -14px;
  margin-bottom: 15px;
  background: #9f9fa0;
}
/* line 407, ../sass/timesheet.scss */
#timesheet .timesheet_before .content {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0 10px;
}
/* line 412, ../sass/timesheet.scss */
#timesheet .timesheet_before .content .person {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
/* line 419, ../sass/timesheet.scss */
#timesheet .timesheet_before .content .date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
/* line 429, ../sass/timesheet.scss */
#timesheet .calendar_area ul {
  margin-top: -8px;
  border-top: 1px solid #afafaf;
}
/* line 432, ../sass/timesheet.scss */
#timesheet .calendar_area ul li {
  position: relative;
  border-bottom: 1px solid #afafaf;
  color: #000;
  height: 52px;
}
/* line 440, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .content {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 12px 0;
  height: 28px;
  line-height: 28px;
}
/* line 449, ../sass/timesheet.scss */
#timesheet .calendar_area ul li a.content:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  display: block;
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 464, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .date {
  display: inline-block;
  text-align: right;
  width: 44px;
  font-size: 16px;
}
/* line 469, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .date .dotw {
  font-size: 11px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  /* line 464, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 464, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .date {
    font-size: 16px;
  }
}
/* line 480, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .time {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 480, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .time {
    font-size: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 480, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .time {
    font-size: 14px;
  }
}
/* line 491, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .rest-time {
  display: inline-block;
  width: 58px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 491, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .rest-time {
    font-size: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 491, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .rest-time {
    font-size: 14px;
  }
}
/* line 502, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type {
  display: block;
  position: absolute;
  right: 40px;
  top: 11px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px;
  width: 40px;
}
@media only screen and (max-width: 308px) {
  /* line 502, ../sass/timesheet.scss */
  #timesheet .calendar_area ul li .type {
    padding: 0 3px;
  }
}
/* line 517, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.denial {
  background: #f8b62d;
}
/* line 520, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.ontheway {
  background: #82bfa7;
}
/* line 523, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.pending {
  background: #89ced7;
}
/* line 526, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.confirm {
  background: #a1a9d4;
}
/* line 529, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.definite {
  background: #9f9fa0;
}
/* line 532, ../sass/timesheet.scss */
#timesheet .calendar_area ul li .type.status02 {
  position: absolute;
  right: 98px;
}
/* line 540, ../sass/timesheet.scss */
#timesheet #position-change {
  padding-top: 0px;
}
/* line 543, ../sass/timesheet.scss */
#timesheet .holidaylist_area {
  padding-top: 15px;
}
/* line 545, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul {
  border-top: 1px solid #9f9fa0;
}
/* line 547, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li {
  height: 70px;
  border-bottom: 1px solid #9f9fa0;
  position: relative;
  display: table;
  width: 100%;
}
/* line 553, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .content {
  color: #9f9fa0;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}
/* line 562, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li a.content:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #9f9fa0;
  border-right: 2px solid #9f9fa0;
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 577, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .date {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
/* line 582, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .name {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
/* line 587, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type {
  display: block;
  position: absolute;
  right: 35px;
  top: 15px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  width: 40px;
}
/* line 601, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type.denial {
  background: #f8b62d;
}
/* line 604, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type.ontheway {
  background: #82bfa7;
}
/* line 607, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type.pending {
  background: #89ced7;
}
/* line 610, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type.confirm {
  background: #a1a9d4;
}
/* line 613, ../sass/timesheet.scss */
#timesheet .holidaylist_area ul li .type.definite {
  background: #9f9fa0;
}
/* line 620, ../sass/timesheet.scss */
#timesheet .form_area {
  margin: 0 10px 33px;
}
/* line 623, ../sass/timesheet.scss */
#timesheet .form_area.typeA .timeselect {
  width: 250px;
  margin: 15px auto 0;
}
/* line 626, ../sass/timesheet.scss */
#timesheet .form_area.typeA .timeselect li {
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 629, ../sass/timesheet.scss */
#timesheet .form_area.typeA .timeselect li label {
  width: 45px;
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
}
/* line 636, ../sass/timesheet.scss */
#timesheet .form_area.typeA .timeselect li select {
  width: 205px;
  margin-bottom: 0;
}
/* line 644, ../sass/timesheet.scss */
#timesheet .form_area.typeB .error {
  margin-bottom: 10px;
}
/* line 648, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl dt {
  background: transparent;
  position: relative;
  vertical-align: middle;
}
/* line 656, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl.error dt, #timesheet .form_area.typeB dl.error dd {
  background: #fc0;
  padding: 5px 5px 0;
}
/* line 659, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl.error dt .error-message, #timesheet .form_area.typeB dl.error dd .error-message {
  color: #f00;
  margin: 0;
  font-weight: 700;
  font-family: 'NotoSansBold';
}
/* line 666, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl.error dd {
  padding: 5px 5px 10px;
}
/* line 668, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl.error dd .form-error {
  overflow: hidden;
}
/* line 675, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl dt {
  border: none;
  color: #595757;
}
/* line 680, ../sass/timesheet.scss */
#timesheet .form_area.typeB dl dd {
  padding: 5px 0 10px;
  border: none;
}
/* line 685, ../sass/timesheet.scss */
#timesheet .form_area.typeB .span-space {
  display: inline-block;
  width: 2%;
}
/* line 689, ../sass/timesheet.scss */
#timesheet .form_area.typeB .span62 {
  width: 62%;
}
/* line 692, ../sass/timesheet.scss */
#timesheet .form_area.typeB .span36 {
  width: 36%;
}
/* line 695, ../sass/timesheet.scss */
#timesheet .form_area.typeB .span-full {
  width: 100%;
}
/* line 698, ../sass/timesheet.scss */
#timesheet .form_area.typeB span.required {
  background: #e60012;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  /* line 698, ../sass/timesheet.scss */
  #timesheet .form_area.typeB span.required {
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 10px;
    margin-right: 5px;
  }
}
/* line 713, ../sass/timesheet.scss */
#timesheet .form_area.typeB span.not-required {
  background: #0076c3;
  border-radius: 3px;
  color: #fff;
  padding: 2px 10px;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  /* line 713, ../sass/timesheet.scss */
  #timesheet .form_area.typeB span.not-required {
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 10px;
    margin-right: 5px;
  }
}
/* line 728, ../sass/timesheet.scss */
#timesheet .form_area.typeB .input-required {
  background-color: #fbe1e5;
}
/* line 730, ../sass/timesheet.scss */
#timesheet .form_area.typeB .input-required.fill {
  background-color: #fff;
  color: #000 !important;
}
/* line 735, ../sass/timesheet.scss */
#timesheet .form_area.typeB .notice {
  font-size: 11px;
}
/* line 739, ../sass/timesheet.scss */
#timesheet .form_area .error-message {
  color: #f00;
  margin: 0;
  font-weight: 700;
  font-family: 'NotoSansBold';
  font-size: 11px;
  line-height: 20px;
}
/* line 747, ../sass/timesheet.scss */
#timesheet .form_area select {
  margin-bottom: 20px;
}
/* line 749, ../sass/timesheet.scss */
#timesheet .form_area select.input-required {
  background-color: #fbe1e5;
}
/* line 751, ../sass/timesheet.scss */
#timesheet .form_area select.input-required.fill {
  background-color: #fff;
  color: #000 !important;
}
/* line 756, ../sass/timesheet.scss */
#timesheet .form_area select.select-left {
  float: left;
}
/* line 760, ../sass/timesheet.scss */
#timesheet .form_area select.select-right {
  float: right;
}
/* line 764, ../sass/timesheet.scss */
#timesheet .form_area select.no-bottom {
  margin-bottom: 0;
}
/* line 768, ../sass/timesheet.scss */
#timesheet .form_area textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-family: 'NotoSansLight';
}
/* line 781, ../sass/timesheet.scss */
#timesheet .switch_area {
  margin: 0 10px 15px;
}
/* line 783, ../sass/timesheet.scss */
#timesheet .switch_area ul {
  overflow: hidden;
}
/* line 785, ../sass/timesheet.scss */
#timesheet .switch_area ul li {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  border: 1px solid #f35984;
  border-left: none;
}
/* line 791, ../sass/timesheet.scss */
#timesheet .switch_area ul li:first-child {
  border-left: 1px solid #f35984;
}
/* line 794, ../sass/timesheet.scss */
#timesheet .switch_area ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  color: #f35984;
  text-align: center;
}
/* line 803, ../sass/timesheet.scss */
#timesheet .switch_area ul li.active a {
  background: #f35984;
  color: #fff;
}
/* line 811, ../sass/timesheet.scss */
#timesheet .search_area {
  margin: 0 10px 15px;
}
/* line 813, ../sass/timesheet.scss */
#timesheet .search_area .content {
  display: table;
  width: 100%;
}
/* line 817, ../sass/timesheet.scss */
#timesheet .search_area .text {
  display: table-cell;
  vertical-align: top;
}
/* line 821, ../sass/timesheet.scss */
#timesheet .search_area .submit {
  display: table-cell;
  vertical-align: top;
  width: 70px;
}
/* line 826, ../sass/timesheet.scss */
#timesheet .search_area input[type="text"] {
  border: 1px solid #f7758f;
  box-sizing: border-box;
  height: 35px;
  border-radius: 0;
  margin: 0;
  width: 100%;
  line-height: 2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-family: 'NotoSansLight';
}
/* line 839, ../sass/timesheet.scss */
#timesheet .search_area button {
  width: 70px;
  height: 35px;
  border: 1px solid #f7758f;
  background: #f7758f;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-family: 'NotoSansLight';
}
/* line 850, ../sass/timesheet.scss */
#timesheet .message_area {
  margin: 10px 10px 20px;
}
/* line 852, ../sass/timesheet.scss */
#timesheet .message_area .title {
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  text-align: center;
  margin-bottom: 5px;
}
/* line 860, ../sass/timesheet.scss */
#timesheet .message_area .text {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  min-height: 85px;
}
/* line 868, ../sass/timesheet.scss */
#timesheet .message_area.denial .title {
  color: #f8b62d;
}
/* line 871, ../sass/timesheet.scss */
#timesheet .message_area.denial .text {
  background: #f8b62d;
}
/* line 876, ../sass/timesheet.scss */
#timesheet .message_area.ontheway .title {
  color: #82bfa7;
}
/* line 879, ../sass/timesheet.scss */
#timesheet .message_area.ontheway .text {
  background: #82bfa7;
}
/* line 884, ../sass/timesheet.scss */
#timesheet .message_area.pending .title {
  color: #89ced7;
}
/* line 887, ../sass/timesheet.scss */
#timesheet .message_area.pending .text {
  background: #89ced7;
}
/* line 892, ../sass/timesheet.scss */
#timesheet .message_area.confirm .title {
  color: #a1a9d4;
}
/* line 895, ../sass/timesheet.scss */
#timesheet .message_area.confirm .text {
  background: #a1a9d4;
}
/* line 900, ../sass/timesheet.scss */
#timesheet .message_area.definite .title {
  color: #9f9fa0;
}
/* line 903, ../sass/timesheet.scss */
#timesheet .message_area.definite .text {
  background: #9f9fa0;
}
/* line 909, ../sass/timesheet.scss */
#timesheet .complete_area .icon {
  margin: 40px auto 25px;
  text-align: center;
}
/* line 912, ../sass/timesheet.scss */
#timesheet .complete_area .icon img {
  width: 100px;
  height: 100px;
}
/* line 916, ../sass/timesheet.scss */
#timesheet .complete_area .icon.delete, #timesheet .complete_area .icon.apply, #timesheet .complete_area .icon.save {
  margin-top: 0;
}
/* line 921, ../sass/timesheet.scss */
#timesheet .complete_area .icon.no_data {
  margin: 0;
  padding: 70px 0 20px 0;
}
/* line 926, ../sass/timesheet.scss */
#timesheet .complete_area .text {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 35px;
}
/* line 931, ../sass/timesheet.scss */
#timesheet .complete_area .text.sp_text {
  font-size: 14px;
}
/* line 934, ../sass/timesheet.scss */
#timesheet .complete_area .text span {
  color: #727171;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
/* line 942, ../sass/timesheet.scss */
#timesheet .foot_action {
  margin: 33px 0;
}
/* line 944, ../sass/timesheet.scss */
#timesheet .foot_action.mb0 {
  margin-bottom: 0;
}
/* line 947, ../sass/timesheet.scss */
#timesheet .foot_action ul {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
/* line 951, ../sass/timesheet.scss */
#timesheet .foot_action ul li {
  margin-bottom: 10px;
}
/* line 953, ../sass/timesheet.scss */
#timesheet .foot_action ul li.mb0 {
  margin-bottom: 0;
}
/* line 958, ../sass/timesheet.scss */
#timesheet .foot_action#back-screen {
  margin-top: 20px;
}
/* line 964, ../sass/timesheet.scss */
#timesheet .foot_action.checkAction ul li {
  margin-bottom: 0;
}
/* line 969, ../sass/timesheet.scss */
#timesheet .foot_action.bottomArea {
  margin-bottom: 0;
}
/* line 973, ../sass/timesheet.scss */
#timesheet .foot_action.bottomArea ul li:last-child {
  margin-bottom: 0;
}
/* line 980, ../sass/timesheet.scss */
#timesheet #footer-btn {
  margin-bottom: 175px;
}
/* line 983, ../sass/timesheet.scss */
#timesheet #forget-btn {
  margin-bottom: 225px;
}
/* line 986, ../sass/timesheet.scss */
#timesheet #completion-2column {
  margin-bottom: 117px;
}
/* line 989, ../sass/timesheet.scss */
#timesheet #completion-3column {
  margin-bottom: 60px;
}
/* line 992, ../sass/timesheet.scss */
#timesheet ul.timelist {
  border-top: 1px solid #fff;
}
/* line 994, ../sass/timesheet.scss */
#timesheet ul.timelist li {
  height: 69px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: table;
  width: 100%;
}
/* line 1000, ../sass/timesheet.scss */
#timesheet ul.timelist li a, #timesheet ul.timelist li .content {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 69px;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}
/* line 1008, ../sass/timesheet.scss */
#timesheet ul.timelist li a .person, #timesheet ul.timelist li .content .person {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
/* line 1015, ../sass/timesheet.scss */
#timesheet ul.timelist li a .date, #timesheet ul.timelist li .content .date {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  /* line 1015, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .date, #timesheet ul.timelist li .content .date {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 1015, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .date, #timesheet ul.timelist li .content .date {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 1030, ../sass/timesheet.scss */
#timesheet ul.timelist li a .name, #timesheet ul.timelist li a .shop, #timesheet ul.timelist li .content .name, #timesheet ul.timelist li .content .shop {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  line-height: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 1030, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .name, #timesheet ul.timelist li a .shop, #timesheet ul.timelist li .content .name, #timesheet ul.timelist li .content .shop {
    font-size: 13px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 1030, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .name, #timesheet ul.timelist li a .shop, #timesheet ul.timelist li .content .name, #timesheet ul.timelist li .content .shop {
    font-size: 11px;
    line-height: 12px;
  }
}
/* line 1045, ../sass/timesheet.scss */
#timesheet ul.timelist li a .client_consent_list, #timesheet ul.timelist li .content .client_consent_list {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 1045, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .client_consent_list, #timesheet ul.timelist li .content .client_consent_list {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 1045, ../sass/timesheet.scss */
  #timesheet ul.timelist li a .client_consent_list, #timesheet ul.timelist li .content .client_consent_list {
    font-size: 11px;
    line-height: 16px;
  }
}
/* line 1057, ../sass/timesheet.scss */
#timesheet ul.timelist li a:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1072, ../sass/timesheet.scss */
#timesheet ul.timelist li label.content {
  cursor: pointer;
}
/* line 1074, ../sass/timesheet.scss */
#timesheet ul.timelist li label.content input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
/* line 1087, ../sass/timesheet.scss */
#timesheet ul.timelist li label.content input[type=checkbox]:checked {
  background: #fff url(../img/check_bg.svg) no-repeat center center;
  background-size: 12px auto;
}
/* line 1093, ../sass/timesheet.scss */
#timesheet ul.timelist li.denial {
  background: #f8b62d;
}
/* line 1096, ../sass/timesheet.scss */
#timesheet ul.timelist li.ontheway {
  background: #82bfa7;
}
/* line 1099, ../sass/timesheet.scss */
#timesheet ul.timelist li.pending {
  background: #89ced7;
}
/* line 1102, ../sass/timesheet.scss */
#timesheet ul.timelist li.confirm {
  background: #a1a9d4;
}
/* line 1105, ../sass/timesheet.scss */
#timesheet ul.timelist li.definite {
  background: #9f9fa0;
}
/* line 1110, ../sass/timesheet.scss */
#timesheet .allcheck {
  margin-top: 30px;
}
/* line 1112, ../sass/timesheet.scss */
#timesheet .allcheck label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #b4b5b5;
  position: relative;
  color: #fff;
}
/* line 1122, ../sass/timesheet.scss */
#timesheet .allcheck label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
/* line 1135, ../sass/timesheet.scss */
#timesheet .allcheck label input[type=checkbox]:checked {
  background: #fff url(../img/check_bg.svg) no-repeat center center;
  background-size: 12px auto;
}
/* line 1142, ../sass/timesheet.scss */
#timesheet .menu_area {
  margin: 0 0 30px;
}
/* line 1144, ../sass/timesheet.scss */
#timesheet .menu_area ul {
  border-top: 1px solid #717071;
}
/* line 1146, ../sass/timesheet.scss */
#timesheet .menu_area ul li {
  border-bottom: 1px solid #717071;
}
/* line 1148, ../sass/timesheet.scss */
#timesheet .menu_area ul li a {
  display: block;
  padding: 20px 30px 20px 68px;
  line-height: 20px;
  color: #f7758f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  position: relative;
}
/* line 1158, ../sass/timesheet.scss */
#timesheet .menu_area ul li a:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #f7758f;
  border-right: 2px solid #f7758f;
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1175, ../sass/timesheet.scss */
#timesheet .menu_area ul li#menu01 a {
  background: url(../img/menu_search.svg) no-repeat 11px center;
  background-size: 35px auto;
}
/* line 1181, ../sass/timesheet.scss */
#timesheet .menu_area ul li#menu02 a {
  background: url(../img/menu_confirm.svg) no-repeat 10px center;
  background-size: 38px auto;
}
/* line 1187, ../sass/timesheet.scss */
#timesheet .menu_area ul li#menu03 a {
  background: url(../img/menu_pass.svg) no-repeat 10px center;
  background-size: 37px auto;
}
/* line 1193, ../sass/timesheet.scss */
#timesheet .menu_area ul li#menu04 a {
  background: url(../img/icon-notice-bell.svg) no-repeat 10px center;
  background-size: 36px auto;
}
/* line 1201, ../sass/timesheet.scss */
#timesheet .foot_notice {
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #ea6587;
}
/* line 1207, ../sass/timesheet.scss */
#timesheet .btn {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'NotoSansBold';
  display: inline-block;
  background: no-repeat right center;
  border: none;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'NotoSansLight';
}
/* line 1226, ../sass/timesheet.scss */
#timesheet .btn.btn-circle {
  font-size: 13px;
  width: 170px;
  height: 30px;
  line-height: 28px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #afafaf;
  color: #595757;
  font-weight: 400;
  font-family: 'NotoSansLight';
}
/* line 1238, ../sass/timesheet.scss */
#timesheet .btn.btn-plain {
  background: #fff;
  border: 1px solid #ea6687;
  color: #ea6687;
}
/* line 1243, ../sass/timesheet.scss */
#timesheet .btn.btn-gray {
  background-color: #959595;
}
/* line 1247, ../sass/timesheet.scss */
#timesheet .btn.btn-blue {
  background-color: #89cfd8;
}
/* line 1250, ../sass/timesheet.scss */
#timesheet .btn.btn-green {
  background-color: #83c0a7;
}
/* line 1253, ../sass/timesheet.scss */
#timesheet .btn.btn-pink {
  background-color: #ea6687;
}
/* line 1257, ../sass/timesheet.scss */
#timesheet .login-btn {
  width: 175px;
}
/* line 1261, ../sass/timesheet.scss */
#timesheet .action .reception-time {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  /* line 1261, ../sass/timesheet.scss */
  #timesheet .action .reception-time {
    font-size: 14px;
  }
}
@media only screen and (max-width: 308px) {
  /* line 1261, ../sass/timesheet.scss */
  #timesheet .action .reception-time {
    font-size: 12px;
  }
}
/* line 1274, ../sass/timesheet.scss */
#timesheet .action ul {
  min-width: 265px;
  margin: 0 auto;
  text-align: center;
}
/* line 1278, ../sass/timesheet.scss */
#timesheet .action ul li {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  /* line 1278, ../sass/timesheet.scss */
  #timesheet .action ul li {
    margin-bottom: 15px;
  }
  /* line 1282, ../sass/timesheet.scss */
  #timesheet .action ul li.under {
    margin-bottom: 35px;
    padding: 15px 0 0 0;
  }
  /* line 1286, ../sass/timesheet.scss */
  #timesheet .action ul li.mb0 {
    margin-bottom: 0;
  }
}
/* line 1290, ../sass/timesheet.scss */
#timesheet .action ul li a.qa-btn {
  text-align: center;
  background: #fff;
  border: 1px solid #afafaf;
  color: #595757;
  font-size: 13px;
  width: 129px;
  height: 30px;
  line-height: 28px;
  border-radius: 13px;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  font-family: 'NotoSansLight';
  margin: 0 5px;
}
/* line 1308, ../sass/timesheet.scss */
#timesheet .action a.outside_link {
  color: #000;
}
