@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Roboto, "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans Japanese", sans-serif;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
  border-style: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: #333;
}

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

body {
  background-color: #ECEFF1;
  font-size: 15px;
}

a {
  color: #009688;
}

/* ==========================================================================
   components
   ========================================================================== */
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 64px;
  padding: 8px 0;
  background-color: #009688;
  color: #ffffff;
  text-align: center;
  z-index: 7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-header-btn {
  position: absolute;
  top: 8px;
  left: 0;
}

.c-header-ttl {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
}

.c-header-month {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
}

.c-calendar {
  position: relative;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  z-index: 8;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 16;
}

.c-menu-box {
  width: 240px;
  height: 100%;
  z-index: inherit;
}

.c-menu-bg {
  z-index: 14;
}

.c-loginArea {
  width: 256px;
  margin: 0 auto;
}

.c-loginArea-logo {
  display: inline-block;
  margin-left: 74px;
}

.c-loginArea-btn {
  margin-top: 48px;
}

.c-schedule {
  position: relative;
  padding: 25px 3.5px 0;
  z-index: 2;
}

.c-schedule-box {
  height: 408px;
  overflow-y: hidden;
}

.c-schedule-wrap {
  overflow-x: scroll;
}

.c-schedule-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.c-bottomArea {
  position: relative;
  margin-top: 25px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  z-index: 8;
}

.c-bottomArea-btn {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-myrecords {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.c-myrecords-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.c-myrecords-item {
  border-bottom: 1px solid #ECEFF1;
}

.c-myrecords-btnArea {
  padding: 32px 0 92px;
}

.c-myrecords-btnArea .m-addProjectBtns-inputArea {
  bottom: 85px;
}

.c-myrecords-bottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
}

.c-myprojectTotal {
  position: relative;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  z-index: 8;
}

.c-myprojectList {
  height: calc(100% - 116px);
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-myprojectList::-webkit-scrollbar {
  display: none;
}

.c-myprojectList.-isEdit .c-myprojectList-list {
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
}

.c-myprojectList.-isEdit .m-myprojectItem-remove {
  opacity: 1;
}

.c-myprojectList.-isEdit .m-myprojectItem-btnWrap {
  right: 12px;
}

.c-myprojectList.-isEdit .m-myprojectItem-detailBtn {
  opacity: 0;
}

.c-myprojectList.-isEdit .m-myprojectItem-dragBtn {
  opacity: 1;
}

.c-myprojectList-list {
  width: 375px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}

.c-myprojectList-btnArea {
  padding: 32px 0;
}

.c-myprojectList-btnArea .m-addProjectBtns-inputArea {
  bottom: 27px;
}

.c-projectSearch {
  position: relative;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  z-index: 8;
}

.c-addProjectList {
  position: relative;
}

.c-addProjectList-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  z-index: 8;
}

.c-addProjectList-btnArea {
  padding: 32px 0;
}

.c-addProjectList-btnArea .m-addProjectBtns-newBtn {
  display: none;
}

.c-addProjectList-btnArea .m-addProjectBtns-inputArea {
  bottom: 27px;
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-profileBox {
  min-height: 140px;
  padding: 28px 16px 15.5px;
  background-color: #009688;
  color: #ffffff;
}

.m-profileBox-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}

.m-profileBox-name {
  margin-top: 9.5px;
  font-size: 1.2rem;
}

.m-profileBox-mail {
  font-size: 1.3rem;
  word-break: break-all;
}

.m-menuLinks {
  height: calc(100% - 140px);
  padding-top: 25px;
  background-color: #ffffff;
}

.m-menuLinks-item:last-of-type {
  margin-top: 15px;
  padding-top: 19px;
  border-top: 1px solid #e0e0e0;
}

.m-menuLinks-link {
  display: inline-block;
  padding: 11.5px 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.m-calendarBox {
  position: relative;
  height: 80px;
  overflow-y: hidden;
}

.m-calendarBox-wrap {
  overflow-x: scroll;
}

.m-calendarBox-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding-right: 4px;
}

.m-calendarBox-list:first-of-type {
  padding-top: 10px;
  color: #78909C;
  font-size: 54%;
}

.m-calendarBox-list:last-of-type {
  padding-bottom: 6px;
}

.m-calendarBox-item {
  width: 48px;
  margin-left: 1px;
  text-align: center;
}

.m-calendarBox-balloon {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.m-scheduleItem {
  width: 49px;
  padding: 0 3.5px;
}

.m-scheduleItem.-error .m-scheduleItem-box::after {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #DD2C00;
  border-radius: 2px;
  color: #DD2C00;
  font-weight: bold;
  line-height: 38px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  content: '入力してください。';
}

.m-scheduleItem.-today .m-scheduleItem-time {
  color: rgba(0, 0, 0, 0.38);
}

.m-scheduleItem-time {
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

.m-scheduleItem-box {
  position: relative;
  height: 380px;
  background: url(/static/images/bg_schedule_01.svg) top center repeat-y;
  background-size: 100% auto;
}

.m-scheduleItem-bar {
  margin-bottom: 1px;
}

.m-projectModal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 344px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 24;
}

.m-projectModal.-unregister .m-projectModal-ttl {
  background-image: url(/static/images/icon_check_02.svg);
}

.m-projectModal.-register .m-projectModal-ttl {
  background-image: url(/static/images/icon_check_03.svg);
}

.m-projectModal.-tentative .m-projectModal-ttl {
  padding-left: 23px;
  background: none;
}

.m-projectModal.-back {
  z-index: 12;
}

.m-projectModal-ttl {
  padding: 20px 23px 17px 44px;
  background: 23px 23px no-repeat;
  background-size: 14px auto;
  border-bottom: 1px solid #ECEFF1;
  text-align: left;
}

.m-projectModal-code {
  display: block;
  font-size: 1rem;
}

.m-projectModal-name {
  font-size: 1.5rem;
}

.m-projectModal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 23px;
  font-size: 1rem;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-projectModal-infoHead {
  width: 106px;
  margin-bottom: 10px;
  padding-right: 16px;
  opacity: 0.54;
}

.m-projectModal-infoHead:last-of-type {
  margin-bottom: 0;
}

.m-projectModal-infoCont {
  width: 190px;
}

.m-projectModal-warning {
  margin-bottom: 17px;
  padding-left: 58px;
  background: url(/static/images/icon_warning.svg) 24px 14px no-repeat;
  background-size: 22px;
  color: #DD2C00;
  font-size: 1.3rem;
  text-align: left;
}

.m-projectModal-box {
  padding: 17px 32px;
  background-color: #ECEFF1;
  text-align: center;
}

.m-projectModal-date {
  font-size: 1rem;
  opacity: 0.38;
}

.m-projectModal-btn {
  position: relative;
}

.m-projectModal-btn + .m-projectModal-btn {
  margin-top: 15px;
}

.m-projectModal-select {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.m-projectModal-close {
  position: absolute;
  top: 0;
  right: 0;
}

.m-alertModal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 264px;
  padding: 28px 24px 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 24;
}

.m-alertModal-head {
  margin-bottom: 18px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.m-alertModal-txt {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.m-alertModal-box {
  text-align: right;
}

.m-alertModal-btn {
  text-align: center;
}

.m-refineSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 10px 15px;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-refineSearch-head {
  width: 58px;
  font-size: 1.2rem;
  font-weight: bold;
}

.m-refineSearch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 58px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-refineSearch-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.1rem;
}

.m-refineSearch-label {
  position: relative;
}

.m-refineSearch-label input {
  visibility: hidden;
}

.m-refineSearch-label span::before, .m-refineSearch-label span::after {
  display: block;
  position: absolute;
  border-radius: 100%;
  content: '';
}

.m-refineSearch-label span::before {
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: 2px solid #95989a;
}

.m-refineSearch-label span::after {
  display: none;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #009688;
}

.m-refineSearch-label input:checked + span::before {
  border-color: #009688;
}

.m-refineSearch-label input:checked + span::after {
  display: block;
}

.m-projectBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  padding: 12px 8px 13px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-tap-highlight-color: transparent;
}

.m-projectBlocks.-tentative {
  padding-top: 7.5px;
  background-color: rgba(255, 204, 188, 0.25);
}

.m-projectBlocks.-tentative .m-projectBlocks-head::before {
  display: block;
  width: 18px;
  height: 15px;
  background: url(/static/images/icon_warning.svg) top center no-repeat;
  background-size: 100% auto;
  content: '';
}

.m-projectBlocks.-slide .p-recordBlock::after {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.m-projectBlocks.-isMove .m-projectBlocks-balloon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.m-projectBlocks-head {
  width: 86px;
  margin-right: 14px;
  color: #000000;
  font-size: 1.2rem;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.m-projectBlocks-head a {
  color: #009688;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.m-projectBlocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 210px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-projectBlocks-item {
  margin-right: 1px;
  margin-bottom: 2px;
}

.m-projectBlocks-txt {
  position: relative;
  width: 47px;
  color: #FF5722;
  font-weight: bold;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.m-projectBlocks-percent {
  font-size: 1.2rem;
}

.m-projectBlocks-percent span {
  font-size: 1.9rem;
}

.m-projectBlocks-time {
  font-size: 1.2rem;
}

.m-projectBlocks-balloon {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 85%;
          transform-origin: 50% 85%;
  -webkit-transition: .2s ease-in-out 0s;
  transition: .2s ease-in-out 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  pointer-events: none;
}

.m-recordsBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  padding: 8px 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8;
}

.m-recordsBar.-error .m-recordsBar-remainingBlock span {
  color: #DD2C00;
}

.m-recordsBar-btn {
  text-align: center;
}

.m-recordsBar-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-recordsBar-timeLabel {
  display: inline-block;
  width: 2em;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1;
}

.m-recordsBar-timeTotal {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-recordsBar-block {
  margin-left: 13px;
  font-size: 1.2rem;
  font-weight: bold;
}

.m-recordsBar-block span {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.8rem;
}

.m-recordsBar-block::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-color: #FF8A65;
  border-radius: 2px;
  content: '';
}

.m-recordsBar-remainingBlock {
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.m-recordsBar-remainingBlock span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 3px 0 5px;
  font-size: 3.6rem;
  vertical-align: middle;
}

.m-projectSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  padding: 0 0 0 15px;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-projectSearch-hit {
  width: 75px;
  font-size: 1.2rem;
  text-align: left;
}

.m-projectSearch-searchBtn {
  margin-left: auto;
}

.m-projectSearch-inputArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s ease-in-out 0s;
  transition: .5s ease-in-out 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  overflow: hidden;
}

.m-projectSearch-inputArea.-open {
  width: 237px;
}

.m-projectSearch-inputArea input {
  width: 189px;
  border-width: 0;
  font-size: 1.8rem;
  line-height: 2;
}

.m-projectSearch-inputArea input:focus {
  outline: none;
}

.m-myprojectTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  padding: 8px 0 8px 15px;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-myprojectTotal-txtWrap {
  font-size: 1.2rem;
}

.m-myprojectTotal-label {
  margin-right: 0.5em;
  font-weight: bold;
}

.m-myprojectTotal-btnWrap {
  position: relative;
  width: 64px;
  height: 36px;
}

.m-myprojectTotal-btnWrap .m-myprojectTotal-doneBtn {
  opacity: 0;
  visibility: hidden;
}

.m-myprojectTotal-btnWrap.-isEdit .m-myprojectTotal-editBtn {
  opacity: 0;
}

.m-myprojectTotal-btnWrap.-isEdit .m-myprojectTotal-doneBtn {
  opacity: 1;
  visibility: visible;
}

.m-myprojectTotal-editBtn,
.m-myprojectTotal-doneBtn {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: .3s opacity ease-in-out 0s;
  transition: .3s opacity ease-in-out 0s;
}

.m-myprojectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 375px;
  padding: 8px 48px 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-myprojectItem:last-of-type {
  border-bottom-width: 0;
}

.m-myprojectItem.-tentative {
  background-color: rgba(255, 204, 188, 0.3);
}

.m-myprojectItem.-tentative .m-myprojectItem-client {
  display: none;
}

.m-myprojectItem.-warning .m-myprojectItem-warning {
  padding-left: 35px;
  background: url(/static/images/icon_warning.svg) 13px 7px no-repeat;
  background-size: 18px auto;
}

.m-myprojectItem-remove {
  position: absolute;
  top: calc(50% - 24px);
  left: -24px;
  -webkit-transition: .3s opacity ease-in-out 0s;
  transition: .3s opacity ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.m-myprojectItem-code {
  width: 65px;
  padding-left: 15px;
  font-size: 1rem;
}

.m-myprojectItem-ttl {
  width: calc(100% - 105px);
  padding: 0 8px 0 20px;
}

.m-myprojectItem-name {
  font-size: 1.5rem;
  line-height: 1.5;
}

.m-myprojectItem-client {
  font-size: 1rem;
  opacity: 0.54;
}

.m-myprojectItem-date {
  width: 40px;
  padding-right: 9px;
  font-size: 1rem;
  opacity: 0.38;
}

.m-myprojectItem-btnWrap {
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}

.m-myprojectItem-detailBtn,
.m-myprojectItem-dragBtn {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s opacity ease-in-out 0s;
  transition: .3s opacity ease-in-out 0s;
}

.m-myprojectItem-dragBtn {
  opacity: 0;
  visibility: hidden;
}

.m-myprojectItem-warning {
  width: 100%;
  padding: 8px 0 2px 15px;
  color: #DD2C00;
  font-size: 1rem;
}

.m-addProjectBtns {
  position: relative;
  text-align: center;
}

.m-addProjectBtns-newBtn {
  margin-bottom: 29px;
}

.m-addProjectBtns-tentativeBtn.-open {
  visibility: hidden;
}

.m-addProjectBtns-tentativeBtn.-open + .m-addProjectBtns-inputArea {
  display: block;
}

.m-addProjectBtns-inputArea {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.m-addProjectBtns-label {
  color: rgba(0, 0, 0, 0.54);
}

.m-addProjectBtns-input {
  width: 220px;
  margin-left: 10px;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid rgba(120, 144, 156, 0.54);
  font-size: 1.5rem;
  line-height: 2;
}

.m-addProjectBtns-input:focus {
  border-bottom-color: #009688;
  border-bottom-width: 2px;
  outline: 0;
}

.m-addProjectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 375px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-addProjectItem:last-of-type {
  border-bottom-width: 0;
}

.m-addProjectItem.-done {
  background-color: #a7ffeB;
}

.m-addProjectItem-code {
  width: 50px;
  font-size: 1rem;
}

.m-addProjectItem-ttl {
  width: calc(100% - 177px);
  padding: 0 10px 0 15px;
}

.m-addProjectItem-name {
  font-size: 1.5rem;
  line-height: 1.5;
}

.m-addProjectItem-client {
  font-size: 1rem;
  opacity: 0.54;
}

.m-addProjectItem-date {
  width: 31px;
  font-size: 1rem;
  opacity: 0.38;
}

/* ==========================================================================
   parts
   ========================================================================== */
.p-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 14;
}

.p-balloon {
  display: none;
  -webkit-animation: balloon 3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
          animation: balloon 3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}

.p-balloon.-tentative {
  display: block;
}

@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  30% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  90% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  30% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  90% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.p-projectBar {
  display: block;
  position: relative;
  width: 42px;
  padding: 3px;
  background-color: #FF8A65;
  border-radius: 2px;
  color: #ffffff;
  font-size: 54%;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
  -webkit-transition: .1s ease-in-out 0s;
  transition: .1s ease-in-out 0s;
}

.p-projectBar:nth-of-type(even) {
  background-color: #FFAB91;
}

.p-projectBar.-active {
  background-color: #FF5722;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  z-index: 16;
}

.p-projectBar.-tentative {
  background-color: #78909C;
}

.p-projectBar.-tentative::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #DD2C00;
  border-radius: 2px;
  content: '';
}

.p-bottomBar {
  width: 100%;
  padding: 13px 55px 10px 16px;
  background-color: #ffffff;
  font-size: 15px;
  text-align: left;
}

.p-bottomBar span {
  display: block;
  font-size: 54%;
}

.p-recordBlock {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: rgba(207, 216, 220, 0.4);
  border-radius: 2px;
}

.p-recordBlock::before, .p-recordBlock::after {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  opacity: 0;
  content: '';
}

.p-recordBlock::before {
  background-color: #FF8A65;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-recordBlock::after {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 10; */
}

.p-recordBlock.-on::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-recordBalloon {
  width: 80px;
  height: 94px;
  padding-top: 13px;
  background: url(/static/images/bg_recordBalloon.svg) top center no-repeat;
  background-size: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.p-recordBalloon-percent {
  margin-bottom: 3px;
  pointer-events: none;
}

.p-recordBalloon-percent span {
  font-size: 1.9rem;
}

.p-flatBtn {
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
}

.p-flatBtn.-tentative {
  padding: 0;
}

.p-flatBtn.-tentative span::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  background-image: url(/static/images/icon_register.svg);
  background-position: center center;
  background-size: 24px 24px;
  vertical-align: top;
  content: '';
}

.p-flatBtn.-focus {
  background-color: #e0f2f1;
}

.p-flatBtn.-press {
  background-color: #b2dfdb;
}

.p-flatBtn span {
  display: inline-block;
  min-width: 64px;
  padding: 6px 8px;
}

.p-saveBtn {
  display: inline-block;
  position: relative;
  padding: 6px 8px;
  background-color: transparent;
  color: #009688;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
}

.p-saveBtn span {
  display: inline-block;
  min-width: 64px;
  padding: 6px 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  background-color: #009688;
}

.p-saveBtn.-focus span {
  background-color: #e0f2f1;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  background-color: #00897b;
}

.p-saveBtn.-press span {
  background-color: #b2dfdb;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  background-color: #00796b;
}

.p-saveBtn span {
  min-width: 88px;
}

.p-saveBtn.-disabled {
  color: rgba(0, 0, 0, 0.12);
}

.p-saveBtn.-disabled span {
  background-color: #eceff1;
}

.p-saveBtn.-disabled.-focus span, .p-saveBtn.-disabled.-press span {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.p-saveBtn.-tentative::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 18px;
  height: 16px;
  background: url(/static/images/icon_warning.svg) top center no-repeat;
  background-size: 18px 16px;
  content: '';
}

.p-saveBtn.-done::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 14px;
  height: 11px;
  background: url(/static/images/icon_check_01.svg) top center no-repeat;
  background-size: 14px 11px;
  content: '';
}

.p-raisedBtn {
  display: inline-block;
  position: relative;
  padding: 6px 8px;
  background-color: transparent;
  color: #009688;
  background-repeat: no-repeat;
}

.p-raisedBtn span {
  display: inline-block;
  min-width: 64px;
  padding: 6px 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.p-raisedBtn.-focus span {
  background-color: #e0f2f1;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
}

.p-raisedBtn.-press span {
  background-color: #b2dfdb;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

.p-raisedBtn.-register {
  padding: 0;
}

.p-raisedBtn.-register span {
  min-width: 280px;
}

.p-raisedBtn.-register span::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  background-image: url(/static/images/icon_register.svg);
  background-position: center center;
  background-size: 24px 24px;
  vertical-align: top;
  content: '';
}

.p-raisedBtn.-unregister {
  padding: 0;
}

.p-raisedBtn.-unregister span {
  min-width: 280px;
}

.p-raisedBtn.-unregister span::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  background-image: url(/static/images/icon_dissolve.svg);
  background-position: center center;
  background-size: 24px 24px;
  vertical-align: top;
  content: '';
}

.p-raisedBtn.-select {
  padding: 0;
}

.p-raisedBtn.-select span {
  min-width: 280px;
  background-image: url(/static/images/arrow_select.svg);
  background-position: right 6px center;
  background-size: 24px 24px;
}

.p-loginBtn {
  display: inline-block;
  width: 256px;
  padding: 13px 0 14px;
  background-color: #FF5722;
  border-radius: 2px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.p-dateBtn {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  padding-top: 4px;
}

.p-dateBtn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100%;
  line-height: 40px;
}

.p-dateBtn.-today span {
  background-color: #ECEFF1;
  font-weight: bold;
}

.p-dateBtn.-selected span {
  background-color: #00BFA5;
  color: #ffffff;
}

.p-dateBtn.-tentative::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 18px;
  height: 15px;
  background: url(/static/images/icon_warning.svg) top center no-repeat;
  background-size: 18px 15px;
  content: '';
}

.p-dateBtn.-done::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 11px;
  background: url(/static/images/icon_check_02.svg) top center no-repeat;
  background-size: 14px auto;
  content: '';
}

.p-menuBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_menu.svg);
}

.p-closeBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_close.svg);
}

.p-detailBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 16px auto;
  background-image: url(/static/images/icon_detail.svg);
}

.p-addBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_add.svg);
}

.p-addBtn.-done {
  background-image: url(/static/images/icon_check_02.svg);
  background-size: 14px 11px;
}

.p-removeBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_remove.svg);
}

.p-searchBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_search.svg);
}

.p-backBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/arrow_back.svg);
}

.p-dragBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(/static/images/icon_drag.svg);
}
