@charset "UTF-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, del, dfn, em, img, ins, q, strike, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed,
footer, header, main,
menu, nav, ruby, section, summary,
time, mark, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

html {
  overflow-y: scroll;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 15px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input, textarea, select {
  margin: 0;
  padding: 3px 5px;
  line-height: 1.2;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input[type=button], input[type=submit], input[type=search], input[type=reset] {
  -webkit-appearance: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}

/* RGB */
html, body {
  width: 100%;
}

body {
  padding-top: 50px;
}

header {
  background: #003366;
  -webkit-box-shadow: 0 2px 5px 2px #ccc;
          box-shadow: 0 2px 5px 2px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
}
header .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
header a {
  color: #fff;
}
header a.home {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header a.home:hover {
  text-shadow: 0 0 5px #ccc;
}
header .login-user {
  color: #fff;
  float: right;
  font-size: 0.8rem;
  margin: 10px 10px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid white;
}

.wrap {
  width: 1200px;
  max-width: 100vw;
  margin: 0 auto;
}
.wrap:has(.full) {
  width: auto;
  max-width: 98vw;
  margin: 5px auto;
}

h1 {
  font-size: 1.6rem;
  margin: 7px 0 0;
  font-weight: bold;
}

h2 {
  font-size: 1.35rem;
  margin-top: 20px;
  font-weight: bold;
}

h3 {
  font-size: 1.15rem;
  margin-top: 15px;
  font-weight: bold;
}

label {
  display: block;
}

.hide {
  display: none;
}

a {
  color: #0670cc;
}
a .fa {
  margin: 2px;
}
a:hover {
  opacity: 0.8;
}

.monthly-cal {
  font-size: 0.8rem;
  vertical-align: middle;
}

.view-switcher {
  margin: 0;
}
.view-switcher a {
  padding: 3px 8px;
}
.view-switcher .active {
  background: #0670cc;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}

.tbl-weeklyplan {
  font-size: 0.9rem;
}
.tbl-weeklyplan th, .tbl-weeklyplan td {
  border: 1px solid #777;
  padding: 2px 3px;
}
.tbl-weeklyplan .date-row th {
  background: #777;
  color: #fff;
}
.tbl-weeklyplan .col-row th {
  font-size: 0.7rem;
  background: #eee;
  text-align: center;
}
.tbl-weeklyplan .data-row th:first-child {
  text-align: center;
}
.tbl-weeklyplan .data-row td input[type=checkbox] {
  display: inline;
}
.tbl-weeklyplan .data-row td.cell-name {
  width: 150px;
}
.tbl-weeklyplan .data-row td.cell-assigned {
  width: 100px;
}
.tbl-weeklyplan .data-row td.cell-assigned-sub {
  width: 150px;
}
.tbl-weeklyplan .data-row td.cell-kyodokodo {
  width: 100px;
}
.tbl-weeklyplan .data-row td.cell-room {
  width: 40px;
}
.tbl-weeklyplan .data-row td.cell-memo {
  width: 200px;
}
.tbl-weeklyplan .data-row td.cell-lv {
  width: 60px;
}
.tbl-weeklyplan .data-row th.cell-period {
  width: 35px;
}

.mass-edit {
  padding: 20px 0px;
}
.mass-edit .alpha {
  padding: 0;
}

.full-width-textarea {
  width: 100%;
}

.input-long {
  width: 500px;
}

.ui-tooltip {
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tbl-calender thead th {
  position: relative;
  font-size: 0.8rem;
}
.tbl-calender thead th .case-count {
  font-size: 0.7rem;
  color: #666;
  position: absolute;
  right: 5px;
  line-height: 22px;
}
.tbl-calender thead th .case-count.over-capacity {
  color: red;
  font-weight: bold;
}
.tbl-calender thead th .case-count.over-capacity + .face-alert:before {
  position: absolute;
  left: 5px;
  content: "😱";
}
.tbl-calender thead th .bitrthday-balloon {
  cursor: pointer;
  position: absolute;
  top: -30px;
  background: #fff2cf;
  border-radius: 10px;
  padding: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 30px;
}
.tbl-calender thead th .bitrthday-balloon img {
  width: 20px;
  display: block;
}
.tbl-calender thead th .bitrthday-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fff2cf;
}
.tbl-calender td, .tbl-calender th {
  padding: 3px 10px;
  border: 1px solid #999;
  width: 14.285%;
}
.tbl-calender.col8 thead tr:first-child th:first-child {
  border: 0;
  background: #fff;
  width: 3.1%;
}
.tbl-calender.col8 td, .tbl-calender.col8 th {
  width: 13.8%;
}
.tbl-calender.col8 tbody th:first-child {
  width: 3.1%;
  vertical-align: middle;
  background: #666;
  color: #fff;
}
.tbl-calender.availables td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.tbl-calender.availables td input[type=checkbox] {
  vertical-align: middle;
}
.tbl-calender th {
  text-align: center;
}
.tbl-calender .col-holiday {
  background: #fff0f0;
}
.tbl-calender td {
  font-size: 0.9rem;
  position: relative;
  padding-bottom: 15px;
  vertical-align: top;
}
.tbl-calender .case-add-btn {
  font-size: 0.7rem;
  margin: 3px 0;
  display: inline-block;
  background: #999;
  border-radius: 5px;
  color: #fff;
  padding: 1px 5px;
  text-decoration: none;
  position: absolute;
  bottom: 3px;
  right: 5px;
}
.tbl-calender .case-add-btn .fa {
  margin: 0;
}
.tbl-calender .case-add-btn:hover {
  background: #666;
}
.tbl-calender li.case-done a {
  text-decoration: line-through;
}
.tbl-calender li.case-absent a {
  text-decoration: line-through;
  color: #888;
}
.tbl-calender li.case-cancel a {
  text-decoration: line-through;
  color: #f36;
}
.tbl-calender li:not(.case-done):not(.case-absent):not(.case-cancel) a::before {
  content: "❕";
  text-decoration: none;
}
.tbl-calender .col-holiday {
  background: #ffdbe1;
}
.tbl-calender thead th {
  background: rgb(231, 242, 244);
}
.tbl-calender tbody td.monthly-day {
  vertical-align: top;
}
.tbl-calender tbody td.monthly-day ul .period-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.tbl-calender tbody td.monthly-day:first-child:before {
  display: block;
  float: left;
  height: 30px;
  content: "";
  width: 1px;
}
.tbl-calender tbody td.monthly-day .day_counter {
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 10;
  font-size: 0.8rem;
  color: #777;
}
.tbl-calender tbody td.monthly-day .day_count_case {
  position: absolute;
  bottom: 0;
  left: 3px;
  z-index: 10;
  color: #777;
}
.tbl-calender.monthly td {
  padding: 20px 12px 20px;
}

.tasks td, .tasks th {
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.tasks td:first-child, .tasks th:first-child {
  width: 130px;
}
.tasks th {
  text-align: center;
}
.tasks td {
  font-size: 0.8rem;
}
.tasks .deadline-col {
  width: 200px;
}
.tasks th.name-col {
  text-align: left;
}

.note-timetable {
  font-size: 0.8rem;
  background: #e9e9e9;
  padding: 5px 10px;
  margin: 10px 0;
  float: left;
}

.notice {
  border: 1px solid #336;
  color: #336;
  background: #def;
  padding: 10px 20px;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 50px;
  text-align: center;
  right: 0;
}

.important-text {
  color: #933;
}

input.errored, select.errored, textarea.errored, label.errored span.checkbox-dom:before {
  background: #fdd;
  border-color: #933;
}

.error {
  color: #d33;
  font-weight: bold;
  font-size: 130%;
}

.household-switcher {
  margin: 20px;
}
.household-switcher label {
  padding: 5px 10px;
}

.tbl-input td, .tbl-input th {
  padding: 5px 10px;
  border: 1px solid #999;
  text-align: left;
  font-size: 0.8rem;
}
.tbl-input th {
  background: #f0f3f9;
  vertical-align: top;
  padding: 8px 10px;
  width: 200px;
}
.tbl-input textarea {
  width: 500px;
  height: 100px;
  border-radius: 3px;
}

.input-note {
  background: #eee;
  padding: 2px 5px;
  font-size: 0.7rem;
  display: inline-block;
  margin: 3px 5px;
  border-radius: 3px;
}

.caselog-form .input-note {
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.caselog-form .comment-text {
  width: 100%;
  min-height: 85px;
  line-height: 1.5;
  display: block;
}
.caselog-form .huge-rows {
  height: 300px;
}

.tbl-info td, .tbl-info th {
  padding: 7px 10px;
  border: 1px solid #999;
  font-size: 0.8rem;
}
.tbl-info th {
  text-align: left;
  background: #f0f3f9;
}
.tbl-info tbody th {
  width: 200px;
}

.tbl-list tr:hover {
  background: rgb(231, 242, 244);
}
.tbl-list td, .tbl-list th {
  padding: 7px 10px;
  border: 1px solid #999;
  font-size: 0.8rem;
}
.tbl-list th {
  text-align: left;
  background: #f0f3f9;
}
.tbl-list.claimrevise th {
  text-align: center;
  vertical-align: middle;
}
.tbl-list.claimrevise th:first-child {
  width: 40px;
  padding: 0;
}
.tbl-list.claimrevise td {
  text-align: center;
}
.tbl-list.programs th {
  text-align: center;
  vertical-align: middle;
}
.tbl-list.programs td:first-child, .tbl-list.programs td:nth-child(n+3) {
  text-align: center;
}
.tbl-list .branch-actions a {
  display: inline-block;
  margin-right: 20px;
}

.alpha {
  padding: 30px 0;
}
.alpha.slim {
  padding: 10px 0;
}
.alpha.nopad {
  padding: 0;
}

.btn-headline {
  background: #003366;
  padding: 3px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  font-size: 60%;
  margin: 3px 0;
  vertical-align: middle;
}
.btn-headline.btn-white {
  border: #003366 1px solid;
  background: white;
  color: #003366;
  padding: 2px 9px;
}

.pull-l {
  float: left;
}

.pull-r {
  float: right;
}

.task-over-deadline {
  background: #ffcdc9;
}

.program_description {
  border: 1px solid #ccc;
  background: #ddd;
  z-index: 100;
  padding: 10px;
}

.claim-table th, .claim-table td {
  border: 1px solid #ccc;
}
.claim-table th:first-child:before, .claim-table td:first-child:before {
  display: block;
  float: left;
  height: 1em;
  content: "";
}

.switch-caselog-mode {
  margin: 20px 0;
}

.task-wrapper {
  width: 49%;
}
.task-wrapper:last-child {
  float: right;
}
.task-wrapper:first-child {
  float: left;
}

.datepicker {
  width: 120px;
}

.ib-radio-wrap-elem {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  line-height: 30px;
}
.ib-radio-wrap-elem span:before {
  vertical-align: middle;
}

.tbl-input.form-supportplan input, .tbl-input.form-supportplan textarea {
  width: 100%;
}

#modalbox-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modalbox-bg.hide {
  display: none;
}

#modalbox .close-box {
  float: right;
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
}
#modalbox.customers-search {
  padding: 20px;
  width: 900px;
  position: absolute;
  top: 200px;
  background: #fff;
  border-radius: 10px;
}

.item-supplementary-explanation {
  background: #eee;
  padding: 5px;
  font-size: 0.8rem;
  margin-top: 3px;
}
.item-supplementary-explanation span {
  font-weight: bold;
  padding-right: 3px;
}

.pass-thumb-box {
  padding: 5px 0;
}
.pass-thumb-box:hover a {
  font-weight: bold;
}
.pass-thumb-box .pass-thumb {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}

.jsCharCounter {
  font-size: 0.8rem;
  color: #999;
}

.pc-hide {
  display: none;
}

.jsHoudayNumCandidates a {
  cursor: pointer;
}
.jsHoudayNumCandidates a:hover {
  text-decoration: underline;
}

.jsCopy:hover {
  cursor: copy;
}

.jsFlash {
  -webkit-animation: flash 0.2s;
          animation: flash 0.2s;
}

@-webkit-keyframes flash {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}

@keyframes flash {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
.dropmenu {
  list-style-type: none;
  max-width: 720px;
  float: right;
  margin: 0 auto;
  padding: 0;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 14px 15px 14px;
  background: #003366;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto;
}

.dropmenu li ul li {
  width: 100%;
  white-space: nowrap;
}

.dropmenu li ul li a {
  padding: 13px 15px;
  border-top: 1px none #7c8c0e;
  background: #224488;
  text-align: left;
}

.dropmenu li:hover > a {
  background: #224488;
}

.dropmenu li a:hover {
  background: #18305f;
}

.dropmenu li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropmenu li:hover ul li {
  height: 38px;
  border-bottom: 1px solid #f0f3f9;
}

@media screen and (max-width: 1200px) {
  .dropmenu {
    width: auto;
  }
  .dropmenu li {
    width: auto;
  }
  .dropmenu li a {
    font-size: 0.7rem;
    width: 90px;
    padding: 14px 0;
  }
  .dropmenu li a .fa {
    font-size: 1.6rem;
    margin-bottom: 5px;
    display: block;
  }
  .dropmenu li:hover ul li {
    height: 50px;
    border-bottom: 1px solid rgb(231, 242, 244);
  }
  .dropmenu li ul li a {
    width: auto;
    font-size: 0.95rem;
    padding: 18px;
  }
  .dropmenu li ul li a .fa {
    font-size: 0.95rem;
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 960px) {
  .dropmenu {
    width: 90vw;
    position: fixed;
    top: 120px;
    left: 120vw;
    z-index: 10;
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 2px #ccc;
            box-shadow: 2px 2px 5px 2px #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #036;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dropmenu > li {
    float: auto;
  }
  #menu-btn-check:checked ~ .dropmenu {
    left: 5vw;
  }
}
.radio-dom, .checkbox-dom {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio-dom::before {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
}

.radio-dom::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #78909c solid;
}

input[type=radio]:checked + .radio-dom::before {
  border-width: 6px;
}

.checkbox-dom::before, .checkbox-dom::after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-dom::before {
  z-index: 0;
  background-color: #fff;
  width: 22px;
  height: 22px;
  border: 2px #333 solid;
  border-radius: 5px;
}

.checkbox-dom::after {
  position: absolute;
  left: 0;
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

input[type=checkbox]:checked + .checkbox-dom::before {
  background-color: #333;
}

input[type=checkbox]:checked + .checkbox-dom::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

label {
  cursor: pointer;
}

label.vspaced {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print {
  body {
    padding: 0;
    font-size: 8pt;
  }
  .no-print {
    display: none !important;
  }
  .tbl-weeklyplan {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
  header a.home {
    margin: 20px;
  }
  header .login-user .fa {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 1.2rem;
  }
  .wrap {
    max-width: 98%;
  }
}
@media screen and (max-width: 960px) {
  .pc-hide {
    display: initial;
  }
  .tab-hide {
    display: none;
  }
  .scroll-x {
    overflow-x: scroll;
  }
  .scroll-x .tbl-calender {
    min-width: 960px;
  }
  .scroll-x .tbl-list {
    width: 960px;
  }
  .menu-icon {
    color: #fff;
    border: #fff 1px solid;
    border-radius: 5px;
    float: right;
    font-size: 0.8rem;
    margin: 10px 10px;
    padding: 2px 10px;
  }
  .menu-icon .fa {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pc-hide {
    display: initial;
  }
  .sp-hide {
    display: none;
  }
  header a.home {
    font-size: 1.3rem;
    margin: 23px 15px;
  }
  .task-wrapper {
    clear: both;
    width: 96%;
    margin: 0 auto;
  }
  .task-wrapper:first-child, .task-wrapper:last-child {
    float: none;
  }
  .tbl-info th {
    width: auto;
  }
  .tbl-input tr {
    display: block;
    margin: 2px;
  }
  .tbl-input th {
    width: auto;
    display: block;
  }
  .tbl-input td {
    display: block;
  }
}