@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, dl, dt, dd, input, textarea, figure, figcaption, blockquote {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}

body, input, textarea, button {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

html, body {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #777;
  font-weight: 500;
}
input::-ms-input-placeholder {
  color: #777;
  font-weight: 500;
}
input::-moz-placeholder {
  color: #777;
  font-weight: 500;
}
input::-placeholder {
  color: #777;
  font-weight: 500;
}

body {
  letter-spacing: 0.5px;
  font-size: 15px;
  background: #fcfcfc;
  line-height: 1.5;
}

#page-title {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#page-subtitle {
  margin-bottom: 10px;
}

span.badge {
  color: #fff;
}

div[data-badge-top-right]:before {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #d32f2f;
  color: #fff;
  content: attr(data-badge-top-right) "";
  z-index: 2;
}

a[data-badge-top-left-commit]:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 15px;
  background-color: #5c6bc0;
  color: #fff;
  content: attr(data-badge-top-left-commit) "";
  z-index: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

a[data-badge-top-left-undecide]:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 15px;
  background-color: #4caf50;
  color: #fff;
  content: attr(data-badge-top-left-undecide) "";
  z-index: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

h4 {
  font-size: 1.3em;
}

h5 {
  margin-bottom: 10px;
  font-size: 1.1em;
}

#main-menu .menu-btn {
  position: relative;
}
#main-menu .btn-large {
  display: block;
  height: 4em;
  margin: 8px 0;
  padding: 60px auto;
  line-height: 4em;
  font-size: 1.3rem;
  font-weight: bold;
}
#main-menu .btn-large .contact-number-list {
  position: absolute;
  bottom: 3px;
  width: 80%;
  left: 60px;
  line-height: 1.5rem;
}
#main-menu .btn-large .contact-number-list span.contact-number {
  display: inline-block;
  width: 30%;
  font-size: 16px;
}

#accept {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

#calendar #month-header {
  position: relative;
}
#calendar #month-header #prev-month {
  position: absolute;
  bottom: 0;
  left: 0;
}
#calendar #month-header #now-month {
  text-align: center;
  font-size: 2.5rem;
}
#calendar #month-header #next-month {
  position: absolute;
  bottom: 0;
  right: 0;
}
#calendar #month-header a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
#calendar #month-header .material-icons {
  display: block;
  color: #000;
}
#calendar #calendar-table th {
  opacity: 0.7;
  padding: 5px 0;
  font-size: 1rem;
}
#calendar #calendar-table td {
  font-size: 1.4rem;
  font-weight: 600;
  border: 2px solid #ddd;
  padding: 0;
  background: #f5f5f5;
}
#calendar #calendar-table td i > a {
  background: #d0d0d0;
}
#calendar #calendar-table td.rest a {
  background-color: #fbb;
}
#calendar #calendar-table td.rest a:hover {
  background: #fcc;
}
#calendar #calendar-table th, #calendar #calendar-table td {
  text-align: center;
}
#calendar #calendar-table th a, #calendar #calendar-table td a {
  display: block;
  padding: 12px 3px;
}
#calendar #calendar-table th:hover, #calendar #calendar-table td:hover {
  background: #fafafa;
}

#entry-schedule {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}
#entry-schedule .expiration-date {
  text-align: center;
}
#entry-schedule .expiration-date input {
  width: auto;
}
#entry-schedule .input-field, #entry-schedule .date-item {
  text-align: left;
}
#entry-schedule .input-field .p-item, #entry-schedule .date-item .p-item {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 601px) {
  #entry-schedule .input-field div.col, #entry-schedule .date-item div.col {
    text-align: center;
  }
}
#entry-schedule .input-field div.col .datepicker, #entry-schedule .date-item div.col .datepicker {
  width: 155px;
}
#entry-schedule .input-field div.col .datepicker.edit-term, #entry-schedule .date-item div.col .datepicker.edit-term {
  width: 100px;
}
#entry-schedule .start-date {
  margin-bottom: 10px;
}
#entry-schedule .start-date p {
  text-align: center;
}
#entry-schedule .today {
  margin-bottom: 35px;
}
#entry-schedule .schedule-detail {
  margin-bottom: 10px;
  text-align: center;
}
#entry-schedule .edit-date {
  margin-top: 2rem;
}
#entry-schedule .edit-date p {
  text-align: center;
}
#entry-schedule .edit-date .edit-term {
  width: 100px;
}
#entry-schedule .edit-term-btn {
  padding: 0 3px;
  background-color: #1976D2;
}
#entry-schedule .edit-term-btn i {
  margin-left: 0;
}
#entry-schedule .schedule-list {
  overflow: hidden;
  margin-bottom: 15px;
}

#plan-list {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

#self-asign {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}
#self-asign .row .col {
  margin-bottom: 10px;
}
#self-asign .row .col:last-child {
  margin-bottom: 0;
}
#self-asign .row .col label {
  width: 90%;
  text-align: left;
}
#self-asign .select-region .row .col label {
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 26px;
}
#self-asign .select-region .regions-all {
  margin-top: 10px;
}
#self-asign #submit-button {
  text-align: center;
}
#self-asign #submit-button > button {
  font-weight: 700;
}
#self-asign form.search-assign {
  display: inline-block;
  width: 100%;
}
#self-asign form.search-assign .row.col .col:last-child {
  margin-bottom: 1rem;
}
#self-asign form.search-assign .row.col label {
  width: 120px;
}
#self-asign form.search-assign h5 {
  text-align: left;
}
@media only screen and (max-width: 601px) {
  #self-asign form.search-assign h5 {
    text-align: center;
    padding: 0;
  }
}
#self-asign form.search-assign p.col {
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
#self-asign form.search-assign .datepicker, #self-asign form.search-assign .expire-date {
  width: 90px;
  margin-bottom: 0;
  text-align: center;
}
#self-asign form.search-assign .select-days {
  width: 220px;
  text-align: center;
}
@media only screen and (max-width: 601px) {
  #self-asign form.search-assign .select-days {
    margin: 0 auto;
  }
}
#self-asign form.search-assign .input-field {
  margin: 0 0 2rem 0;
  text-align: left;
}
#self-asign form.search-assign .input-field input[type=text]:not(.browser-default) {
  height: 2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  #self-asign form.search-assign .input-field div.col {
    text-align: center;
  }
}
#self-asign .accept-result {
  margin-bottom: 20px;
}
#self-asign a.job-list {
  padding-left: 1rem;
}

#workcontact-list {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
#workcontact-list div.contact-list {
  margin: 10px 0 25px;
}
#workcontact-list div.contact-list:last-child {
  margin-bottom: 0;
}
#workcontact-list div.contact-list h5 {
  text-align: left;
  font-weight: 700;
}
#workcontact-list form.edit-work {
  width: 100%;
}
#workcontact-list form.edit-work p:not(.comment), #workcontact-list form.edit-work pre {
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  #workcontact-list form.edit-work p:not(.comment), #workcontact-list form.edit-work pre {
    width: 110px;
    float: left;
  }
}
#workcontact-list form.edit-work p:not(.comment).error-message, #workcontact-list form.edit-work pre.error-message {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  text-align: center;
  color: red;
}
#workcontact-list form.edit-work p:not(.comment).getup-name, #workcontact-list form.edit-work pre.getup-name {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  #workcontact-list form.edit-work p:not(.comment).getup-name, #workcontact-list form.edit-work pre.getup-name {
    width: 80px;
  }
}
@media only screen and (min-width: 601px) {
  #workcontact-list form.edit-work p:not(.comment).long-text, #workcontact-list form.edit-work pre.long-text {
    width: 150px;
    float: left;
  }
}
#workcontact-list form.edit-work p.comment {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#workcontact-list form.edit-work .datepicker, #workcontact-list form.edit-work .timepicker, #workcontact-list form.edit-work .input-field {
  width: 120px;
  height: 2rem;
}
#workcontact-list form.edit-work .input-field {
  margin: 0 0 2rem 0;
  vertical-align: baseline;
  text-align: left;
}
#workcontact-list form.edit-work .input-field input[type=text]:not(.browser-default) {
  height: 2rem;
  margin-bottom: 0;
}
#workcontact-list form.edit-work .getup-block {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 601px) {
  #workcontact-list form.edit-work .getup-block {
    margin-left: 80px;
  }
  #workcontact-list form.edit-work .getup-block .getup-time {
    text-align: left;
  }
}
#workcontact-list form.edit-work .getup-block .getup-time {
  position: relative;
  margin-bottom: 1.5rem;
}
#workcontact-list form.edit-work .getup-block .getup-time input {
  margin-left: 10px;
  position: inherit;
}
#workcontact-list form.edit-work .getup-block .getup-time .input-field {
  margin-bottom: 10px;
}
#workcontact-list form.edit-work .getup-block .no-need {
  position: absolute;
  right: 0;
  top: 0;
}
#workcontact-list form.edit-work .lodging-host {
  margin-bottom: 20px;
}
#workcontact-list form.edit-work .lodging-host input[type="radio"] + label {
  margin: 0 20px;
}
#workcontact-list form.edit-work .allowance-text {
  width: 100%;
}
#workcontact-list form.edit-work .allowance-list {
  width: 90%;
  margin-left: 1rem;
}
#workcontact-list form.edit-work .process-block {
  width: 300px;
  margin: 0 auto;
}
#workcontact-list form.edit-work .process-block .process-item {
  margin-left: 1rem;
  position: relative;
}
#workcontact-list form.edit-work .process-block .process-item .process-no {
  position: absolute;
  width: 16px;
  text-align: center;
}
#workcontact-list form.edit-work .process-block .process-item .input-field {
  width: 90px;
}
#workcontact-list form.edit-work .process-block .process-name {
  width: 100%;
  margin-bottom: 15px;
  float: none;
}
#workcontact-list .job-time-list li {
  position: relative;
  padding-right: 5rem;
}
#workcontact-list .job-time-list li .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 28px;
  padding: 0;
  line-height: 28px;
}
#workcontact-list .job-time-list li .col {
  text-align: left;
}
#workcontact-list .menu-list {
  text-align: left;
}
#workcontact-list .menu-list .work-date {
  float: left;
  margin-left: 10px;
  max-width: 60%;
  text-align: left;
}
#workcontact-list .menu-list .work-time {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
#workcontact-list .menu-list .add-allowance {
  padding: 0 0 0 3px;
  background-color: #1976D2;
}
#workcontact-list .menu-list .add-allowance i {
  margin-left: 0;
}
@media only screen and (min-width: 601px) {
  #workcontact-list .menu-list .work-date {
    margin-left: 40px;
  }
  #workcontact-list .menu-list .work-time {
    margin-right: 30px;
  }
}

#account-information {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

#salary {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}
#salary .col:not(li) {
  padding: 0;
}
#salary .payments {
  text-align: center;
  font-size: 18px;
  border-bottom: none;
}
#salary dd.payments {
  margin-bottom: 15px;
}
#salary .salary-items {
  text-align: right;
}
#salary .one-dif {
  max-width: 500px;
  margin: 0 auto;
}
#salary .business-menu li .business-date {
  width: 100px;
}

#password-change {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
#password-change form {
  display: inline-block;
  width: 70%;
}
#password-change #submit-button {
  margin-top: 20px;
  text-align: center;
}
#password-change #submit-button > button {
  font-weight: 700;
}

header .brand-logo {
  height: 100%;
  display: table;
}
header .brand-logo > a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  font-weight: 600;
  font-size: 1.5rem;
}
header .brand-logo > a > span {
  font-size: 1.2rem;
}
header .dropdown-button {
  border-left: 1px solid #eee;
  padding: 0 10px;
}
header .dropdown-content {
  width: 160px !important;
}
header .dropdown-content > li > a {
  font-size: 1rem;
  font-weight: 700;
}

.container {
  margin-top: 15px;
  text-align: center;
}

.text-color-red {
  color: red;
}

.text-color-green {
  color: green;
}

.text-color-blue {
  color: blue;
}

.text-color-black {
  color: black;
}

.submit {
  margin-top: 40px;
  margin: 8px 0;
  text-align: center;
  font-weight: 700;
}

.paging .btn {
  height: 30px;
  line-height: 30px;
  margin: 0.5rem;
}
.paging .page-next {
  margin-left: 1.5rem;
}
.paging .page-next.btn {
  padding-left: 1rem;
}
.paging .page-next:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  pointer-events: none;
}
.paging .page-prev {
  margin-right: 1.5rem;
}
.paging .page-prev.btn {
  padding-right: 1rem;
}
.paging .page-prev:after {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.menu-list a.btn {
  display: block;
  margin: 10px 0;
  padding: 10px 30px 10px 5px;
  height: auto;
  line-height: 1.5;
  font-weight: bold;
}
.menu-list a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  pointer-events: none;
}

.tabs {
  background-color: transparent;
  margin-bottom: 30px;
}
.tabs .tab a {
  color: #1976d2;
  font-weight: bold;
}
.tabs .tab a.active {
  color: #1976d2;
}
.tabs .tab a:hover {
  color: #1976d2;
}
.tabs .indicator {
  background-color: #1976d2;
}

.page-back .btn {
  padding: 0 10px;
  position: absolute;
  left: 10px;
  top: 66px;
  height: 30px;
  line-height: 30px;
  color: black;
}
@media only screen and (min-width: 601px) {
  .page-back .btn {
    top: 74px;
  }
}

.text-info {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.text-info h4 {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}
.text-info dl {
  text-align: left;
  padding: 0;
}
.text-info dl.one-dif {
  margin-bottom: 15px;
}
.text-info dl.two-dif-left {
  padding-right: 2% !important;
}
.text-info dl.two-dif-right {
  padding-left: 2% !important;
}
.text-info dt {
  font-size: 13px;
  font-weight: bold;
  clear: both;
  float: left;
  width: 95px;
}
.text-info dd {
  float: right;
  width: 100%;
  margin-left: -95px;
  margin-bottom: 15px;
  padding-left: 95px;
  border-bottom: dotted 1px #bdbdbd;
  min-height: 1.5em;
  box-sizing: border-box;
}

.business-menu li {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: bold;
}
.business-menu li .business-date {
  box-sizing: border-box;
  display: block;
  width: 80px;
  padding-left: 0.9em;
}
.business-menu li .business-name {
  flex: 1;
}

.input-element {
  margin-bottom: 20px;
}
.input-element p {
  text-align: center;
}
.input-element p .timepicker {
  width: auto;
}

p.error-message, .errorMessage {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  text-align: center;
  color: red;
}

.actionMessage {
  margin: 10px 0;
  color: #1976D2;
}

i.tiny {
  font-size: 2rem !important;
}

i.small {
  font-size: 2rem !important;
}

i.small-medium {
  font-size: 3rem !important;
}

i.medium {
  font-size: 4rem !important;
}

i.large {
  font-size: 6rem !important;
}

textarea.materialize-textarea {
  padding: 0;
}

@media only screen and (max-width: 331px) {
  .salary-items {
    letter-spacing: 0;
  }
}
