@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 100%; }

:root,
body {
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  background: #fff;
  color: #000;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  background: #FADDEA; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

a:hover,
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
  opacity: .75; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.l-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px; }

.l-content {
  margin: 16px 0; }
  .l-content__item {
    margin: -1px 16px 0;
    padding: 16px 0 0 0;
    border: 1px solid #A2A2A2;
    border-radius: 0 4px 4px 4px;
    background: #fff; }
    @media screen and (max-width: 1080px) {
      .l-content__item {
        border-radius: 4px; } }

.button {
  padding: 8px 16px;
  border: 0;
  border-radius: 25px;
  line-height: 1.5;
  background: #ED87B4;
  color: #fff; }

select {
  font-family: monospace; }

.bgicon-before:before,
.bgicon-after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

table {
  position: relative;
  width: 100%;
  border-radius: 4px;
  white-space: nowrap; }

tr {
  background: #fff; }
  tr:nth-child(2n) {
    background: #F6F6F6; }

.twoRowsStripe tr:nth-child(2n) {
  background: #fff; }

.twoRowsStripe tr:nth-child(4n+3), .twoRowsStripe tr:nth-child(4n+4) {
  background: #F6F6F6; }

th, td {
  padding: .75em 1em;
  border: 1px solid #A2A2A2;
  background: inherit;
  max-width: 70vw;
  vertical-align: middle; }
  th.smallCell, td.smallCell {
    padding: .75em .3em; }
  th.is-sticky, td.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    left: 0;
    box-shadow: 0px 0px 2px #A2A2A2; }

th {
  background: #616161;
  color: #fff; }

thead td,
tfoot td {
  background: #E1E1E1; }

td.lightRightBorder {
  border-right: 1px solid #E1E1E1; }

.header {
  padding: 9px 0;
  background: rgba(255, 255, 255, 0.56); }
  .header__container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .header__container {
        display: block; } }
  .header__title {
    text-align: center; }
  .header__navigation {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .header__navigation {
        align-items: flex-end;
        margin: 0.5em 0; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1080px) {
      .header__items {
        display: block;
        line-height: 2; } }
    .header__items__item {
      margin-left: 32px; }
      @media screen and (max-width: 1080px) {
        .header__items__item {
          margin: 0; } }
  .header__logout {
    margin-left: 32px; }
    .header__logout__button {
      padding: 8px 16px;
      border: 1px solid #939393;
      border-radius: 16px;
      line-height: 1;
      font-size: 1rem;
      color: #141414; }

.navigation {
  margin: 0 16px; }
  .navigation__spItems {
    display: none;
    margin: 1em 0; }
    @media screen and (max-width: 1080px) {
      .navigation__spItems {
        display: block; } }
    .navigation__spItems__select {
      padding: 1ex 1em;
      border: 1px solid #A2A2A2;
      border-radius: 4px;
      font-size: 1.1rem; }
  .navigation__pcItems {
    display: flex; }
    @media screen and (max-width: 1080px) {
      .navigation__pcItems {
        display: none; } }
  .navigation__item__link {
    display: inline-block;
    box-sizing: border-box;
    min-width: 124px;
    padding: 15px 1em;
    border: 1px solid #A2A2A2;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 1.125rem;
    background-color: #E1E1E1;
    color: #D94B8A; }
    @media screen and (max-width: 1080px) {
      .navigation__item__link {
        font-size: 1rem;
        padding: .5em .75em; } }
    .navigation__item__link.is-active {
      border-bottom-color: #fff;
      background-color: #fff;
      color: #616161; }
    .navigation__item__link:before {
      width: 24px;
      height: 24px;
      margin-right: 2px; }
    @media screen and (max-width: 1080px) {
      .navigation__item__link:before {
        width: 18px;
        height: 18px; } }
  .navigation__item__home:before {
    background-image: url(../images/home_icon.png); }
  .navigation__item__home.is-active:before {
    background-image: url(../images/home_icon_active.png); }
  .navigation__item__kouku:before {
    background-image: url(../images/kouku_icon.png); }
  .navigation__item__kouku.is-active:before {
    background-image: url(../images/kouku_icon_active.png); }
  .navigation__item__naifuku:before {
    background-image: url(../images/naifuku_icon.png); }
  .navigation__item__naifuku.is-active:before {
    background-image: url(../images/naifuku_icon_active.png); }
  .navigation__item__suibun:before {
    background-image: url(../images/suibun_icon.png); }
  .navigation__item__suibun.is-active:before {
    background-image: url(../images/suibun_icon_active.png); }
  .navigation__item__shokuji:before {
    background-image: url(../images/shokuji_icon.png); }
  .navigation__item__shokuji.is-active:before {
    background-image: url(../images/shokuji_icon_active.png); }
  .navigation__item__haisetsu:before {
    background-image: url(../images/haisetsu_icon.png); }
  .navigation__item__haisetsu.is-active:before {
    background-image: url(../images/haisetsu_icon_active.png); }
  .navigation__item__joutai:before {
    background-image: url(../images/joutai_icon.png); }
  .navigation__item__joutai.is-active:before {
    background-image: url(../images/joutai_icon_active.png); }
  .navigation__item__nyuyoku:before {
    background-image: url(../images/nyuyoku_icon.png); }
  .navigation__item__nyuyoku.is-active:before {
    background-image: url(../images/nyuyoku_icon_active.png); }

@media screen and (max-width: 1080px) {
  .content {
    font-size: 0.88rem; } }

.content__header {
  padding: 0 16px; }
  .content__header__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 14px 0 32px; }
  .content__header__select {
    padding: 1ex 1em;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    font-size: 1.1rem; }
  .content__header__totalLabel {
    color: #555; }
  .content__header__attentionLabel {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #A7111B; }
    .content__header__attentionLabel:before {
      content: "注意";
      margin-right: 8px;
      padding: .8ex .8em;
      border: 1px solid #A7111B;
      border-radius: 2px;
      text-align: center; }

.content__link__previousDay, .content__link__nextDay {
  line-height: 1;
  font-size: 0.88rem; }

.content__link__previousDay:before, .content__link__nextDay:after {
  width: 8px;
  height: 12px;
  background-image: url(../images/left_arrow.png); }

.content__link__nextDay:after {
  background-image: url(../images/right_arrow.png); }

.content__addButton {
  padding: 1ex 1em 1ex 35px;
  background-image: url(../images/plus.png);
  background-size: 14px;
  background-position: 15px center;
  background-repeat: no-repeat; }

.content__items {
  display: flex;
  flex-wrap: wrap; }

.content__item {
  min-width: 50%;
  margin-bottom: 30px;
  padding: 0 16px; }
  @media screen and (max-width: 1080px) {
    .content__item {
      width: 100%; } }
  .content__item__date {
    margin-bottom: 8px; }
  .content__item__wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 1080px) {
      .content__item__wrapper {
        overflow: scroll; } }
  .content__item__obliqueLine {
    background-image: linear-gradient(to top left, transparent 49%, #616161 49%, #616161 51%, transparent 51%, transparent); }
  .content__item__cellColorEvening {
    background-color: #002280; }
  .content__item__cellColorBeforeSleep {
    background-color: #001757; }
  .content__item__cellColorMorning {
    background-color: #D6E1FF;
    color: #141414; }
  .content__item__cellColorNoon {
    background-color: #95B1FF;
    color: #141414; }
  .content__item__cellColorSaturday {
    background-color: #275E8B; }
  .content__item__cellColorSunday {
    background-color: #A7111B; }

td.break-word-vital-table  {
  min-width: 40vw;
  white-space: normal;
}

.paging {
  margin-bottom: 26px;
  padding: 0 16px; }
  .paging__content {
    display: flex;
    justify-content: center;
    margin: 0 auto; }
  .paging__link {
    display: block;
    min-width: 38px;
    min-height: 38px;
    padding: 1ex;
    border: 1px solid #A2A2A2;
    border-right-width: 0;
    text-align: center; }
    .paging__link:last-child {
      border-right-width: 1px; }
    .paging__link.is-active {
      background: #FADDEA; }
    .paging__link.is-more {
      background: #F6F6F6; }
    @media screen and (max-width: 1080px) {
      .paging__link {
        display: none; } }
  .paging__before, .paging__after {
    display: block;
    min-width: auto;
    padding: 1ex 12px; }
  .paging__before:before, .paging__after:after {
    width: 8px;
    height: 12px; }
  .paging__before {
    border-radius: 2px 0 0 2px; }
    .paging__before:before {
      background-image: url(../images/left_arrow.png);
      margin-right: 4px; }
  .paging__after {
    border-radius: 0 2px 2px 0; }
    .paging__after:after {
      background-image: url(../images/right_arrow.png);
      margin-left: 4px; }

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }
  .login__container {
    text-align: center; }
  .login__content {
    margin: 2em 1em;
    padding: 2em;
    max-width: 460px;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    background: #F6F6F6; }
  .login__input {
    width: 100%;
    margin-bottom: 1.5em;
    border: 0;
    padding: .5em;
    border-radius: 4px;
    line-height: 1;
    font-size: 1.2rem; }
  .login__submit {
    margin-top: 1em;
    width: 100%;
    line-height: 2;
    border-radius: 4px;
    font-size: 1.2rem; }

.form__input {
  border: 1px solid #A2A2A2;
  padding: 0 .5em;
  border-radius: 4px;
  line-height: 2;
  font-size: 1rem; }
  .form__input.has-space {
    margin: 0 .5em; }

.form__textarea {
  padding: .5ex .5em;
  min-width: 300px;
  line-height: 1.4; }

.form__select {
  padding: 1ex 1em;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  font-size: 1.5rem; }
  .form__select__content {
    margin: 1em 0; }

.form__submit {
  margin: 2em 0;
  padding: 0 .5em;
  text-align: center; }
  .form__submit__button {
    margin-top: 1.5em;
    width: 100%;
    line-height: 2;
    border-radius: 4px;
    font-size: 1.2rem; }

.form__checkbox {
  transform: scale(2); }

.form__wrapper {
  display: block; }

.form__error__message {
  margin: .5em 0;
  padding: 0 .5em;
  text-align: center;
  color: #FF0000;
  font-size: 1.2rem;
}

.table__total__number {
  font-weight: bold;
}

.mark__cell {
  background: #ED87B4;
  opacity: .75;
}

.margin__right__10__cell {
  margin-right: 10px;
}

.facesheet__break {
    table-layout: fixed;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.search__form {
  margin: 2em 0;
}

.bg-color-gray {
  background-color: #5b80b2;
}