@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  font-weight: 600;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
  display: inline-block;
}

table {
  border-collapse: collapse;
  font-weight: 600;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  width: 1040px;
  padding: 0 30px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: underline;
}

input {
  background: #fff;
  border: 1px solid #dadce0;
  padding: 10px;
}
input.error {
  background: #fdebff !important;
  border: 1px solid #ff0000 !important;
}
input[readonly] {
  background: #dadce0 !important;
}

textarea {
  background: #fff;
  border: 1px solid #dadce0;
  padding: 10px;
  resize: none;
}
textarea.error {
  background: #fdebff !important;
  border: 1px solid #ff0000 !important;
}
textarea[readonly] {
  background: #dadce0 !important;
}

.display-none {
  display: none;
}

.js-based {
  display: none;
}

.clicked,
.sort-clicked {
  background: #f0b70e !important;
}
.clicked > th,
.sort-clicked > th {
  background: #f0b70e !important;
}
.clicked > td,
.sort-clicked > td {
  background: #f0b70e !important;
}

a[target=_blank]:not(.not-blank-mark):after {
  content: url(../img/target_blank.png);
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

a[target=_blank].shortcut-btn:after {
  content: url(../img/target_blank_wt.png);
}

a[target=_blank].blank-icon-wt:after {
  content: url(../img/target_blank_wt.png);
}

.notice {
  color: #999;
}
.notice.center {
  text-align: center;
}
.notice.alert {
  color: #ff0000;
}

.notice-info-area {
  color: #999;
}
.notice-info-area a {
  color: #999;
}

.print-only {
  display: none;
}

.good {
  color: #15c !important;
  font-size: 20px !important;
}

.good-color {
  color: #15c !important;
}

.bad {
  color: #ff0000 !important;
  font-size: 20px !important;
}

.bad-color {
  color: #ff0000 !important;
}

.no-border {
  border: none !important;
}

.message-block {
  margin: 0 0 20px;
}
.message-block .message {
  color: #ff0000;
}

.wrap .message-block {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-block {
  padding: 80px 0 0 200px;
  width: 100%;
  font-weight: bold;
}
.main-block .title.sp {
  width: 100%;
  height: 100px;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-block .title.sp h2 {
  font-size: 24px;
  font-weight: 800;
}
.main-block .title.sp .bread {
  color: #999999;
  font-size: 12px;
}
.main-block .title.sp .bread a {
  text-decoration: none;
}
.main-block .title.sp .bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 子要素(li)を横一列に並べる */
  list-style-type: none;
  /* リスト要素に表示されている"・"を非表示 */
  text-decoration: none;
}
.main-block .title.sp .bread li + li::before {
  content: url(../img/arrow.png);
  top: 50%;
  margin: 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-block .wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-title-wrap {
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
.content-title-wrap.has-wide-sort-box {
  padding-top: 55px;
}
.content-title-wrap .content-title {
  font-size: 22px;
}
.content-title-wrap .content-title .sub-text {
  color: #999;
  font-size: 18px;
}
.content-title-wrap .content-title a {
  color: #15c;
}
.content-title-wrap .content-title .add-project-to-nippo-btn {
  display: inline-block;
  margin: 0 0 0 40px;
  min-height: 40px;
  width: 130px;
}
.content-title-wrap .content-title .add-project-to-nippo-btn a {
  color: #fff;
  min-height: 40px;
}
.content-title-wrap .content-title .attention {
  color: #ff0000;
  border: 2px solid #ff0000;
  font-size: 14px;
  margin-left: 20px;
  padding: 5px;
}

* + .content-title-wrap {
  margin-top: 80px;
}

.to-vuln-info-btn {
  cursor: pointer;
}

select {
  height: 48px;
  border: 1px solid #dadce0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: #fff;
  padding: 0 10px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dadce0;
  height: 48px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: #fff;
  padding: 0 10px;
}

.error .select2-container--default .select2-selection--single {
  background: #ffeeee !important;
  border-color: #ff0000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding: 0;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.has-shortcut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shortcut-btn {
  background: #d95711;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.shortcut-btn.color2 {
  background: #f0b70e;
}
.shortcut-btn.color3 {
  background: #5ab237;
}
.shortcut-btn.color4 {
  background: #11b1d9;
}
.shortcut-btn:hover {
  background: #dadce0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shortcut-btn.color3-reverse {
  border: 2px solid #5ab237;
  background: #fff;
  color: #5ab237;
}
.shortcut-btn.color3-reverse:hover {
  background: #5ab237;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shortcut-btn.non-active-btn {
  background: #dadce0;
  color: #fff;
  cursor: not-allowed;
}

.input-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px 0 35px;
}
.input-box-wrap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0;
  width: 100%;
}
.input-box-wrap .row.sub-info-row {
  border: 1px solid #aa9ca0;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.input-box-wrap .row.sub-info-row .sub-info-row-title {
  position: absolute;
  background: #fff;
  top: -13px;
  left: 10px;
  padding: 0 10px;
}
.input-box-wrap .input-box {
  width: 48%;
}
.input-box-wrap .input-box.confirm-check-input-box {
  font-size: 22px;
  color: #d95711;
  margin: auto;
  text-align: center;
}
.input-box-wrap .input-box.long {
  width: 100%;
  margin-top: 20px;
}
.input-box-wrap .input-box:nth-child(n+3) {
  margin-top: 20px;
}
.input-box-wrap .input-box .input-action-area {
  margin: 20px 0 0;
}
.input-box-wrap .input-box .input.input-oneline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-box-wrap .input-box .input.input-oneline input {
  width: 30%;
}
.input-box-wrap .input-box .unit {
  width: 60px;
  text-align: center;
}
.input-box-wrap .input-box .has-shortcut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-box-wrap .input-box .has-shortcut input {
  width: 50%;
}
.input-box-wrap .input-box input {
  width: 100%;
}
.input-box-wrap .input-box select {
  width: 100%;
}
.input-box-wrap .input-box textarea {
  height: 100px;
  width: 100%;
}
.input-box-wrap .input-box textarea[name=note] {
  height: 180px;
  resize: vertical;
}
.input-box-wrap .input-box input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  position: relative;
}
.input-box-wrap .input-box input[type=checkbox] + span {
  position: relative;
  padding-left: 25px;
}
.input-box-wrap .input-box input[type=checkbox] + span:before {
  border: 2px solid #dadce0;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.input-box-wrap .input-box input[type=checkbox]:checked + span:before {
  border: 2px solid #d95711;
}
.input-box-wrap .input-box input[type=checkbox]:checked + span:after {
  border-left: 2px solid #d95711;
  border-bottom: 2px solid #d95711;
  content: "";
  height: 5px;
  width: 9px;
  position: absolute;
  top: -2px;
  left: 4px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.input-box-wrap .input-box .input-dischangeble-data {
  font-size: 20px;
  line-height: 46px;
}
.input-box-wrap .input-box .input-dischangeble-data .detail-tag-disp-area {
  color: #999;
  font-size: 12px;
  margin-top: 0;
}
.input-box-wrap .input-box .input-dischangeble-data .detail-tag-disp-area .tags-disp .tag {
  margin-top: 8px;
  line-height: 1.7;
}
.input-box-wrap .input-box .tag-parent.category {
  color: #ba8c41;
}
.input-box-wrap .input-box .tag-parent.business {
  color: #ab2124;
}
.input-box-wrap .input-box .tag-parent.details {
  color: #505050;
}
.input-box-wrap.project-input-box-wrap .basic-auth-url {
  margin-left: 40px;
}
.input-box-wrap.project-input-box-wrap .input-box {
  margin-top: 0;
}
.input-box-wrap.project-input-box-wrap .input-box-client {
  width: 30%;
}
.input-box-wrap.project-input-box-wrap .input-box-project {
  width: 35%;
}
.input-box-wrap.project-input-box-wrap .input-box-order-price {
  width: 12%;
}
.input-box-wrap.project-input-box-wrap .input-box-request-status {
  width: 12%;
}
.input-box-wrap.project-input-box-wrap .input-box-team {
  width: 10%;
}
.input-box-wrap.project-input-box-wrap .input-box-request-month {
  width: 40%;
  position: relative;
}
.input-box-wrap.project-input-box-wrap .input-box-receipt-month {
  width: 40%;
}
.input-box-wrap.project-input-box-wrap .input-box-pay-price {
  width: 40%;
}
.input-box-wrap.project-input-box-wrap .input-box-pay-month {
  width: 40%;
}
.input-box-wrap.project-input-box-wrap .input-box-active-flg {
  width: 15%;
}
.input-box-wrap.project-input-box-wrap .input-box-target-price {
  width: 25%;
}
.input-box-wrap.project-input-box-wrap .input-box-nas-path {
  width: 40%;
}
.input-box-wrap.project-input-box-wrap .input-box-maintenance {
  width: 15%;
}
.input-box-wrap.project-input-box-wrap .input-box-maintenance .tag {
  border: 2px solid #d95711;
  color: #d95711;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 2px 4px;
}
.input-box-wrap.project-input-box-wrap .input-box-maintenance .tag.maintenance-regulary-work-1 {
  border-color: #11b1d9;
  color: #11b1d9;
}
.input-box-wrap.project-input-box-wrap .client-change-btn {
  cursor: pointer;
  font-size: 12px;
  width: 100px;
  min-height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.input-box-wrap.project-input-box-wrap .divide-project-btn {
  cursor: pointer;
  font-size: 12px;
  width: 100px;
  height: auto;
  min-height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -2px;
  left: 80px;
  background-color: #dadce0;
  color: #999;
}
.input-box-wrap.project-input-box-wrap .divide-project-btn.checked {
  background-color: #d95711;
  color: #fff;
}
.input-box-wrap.project-input-box-wrap .divide-project-btn.to-parent {
  background-color: #15c;
  color: #fff;
}
.input-box-wrap.project-input-box-wrap.site-input-box-wrap .input-box-request-status {
  width: 20%;
}

.already-project-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.already-project-ul li {
  margin: 0 20px 10px 0;
}

.detail-tag-disp-area {
  margin: 10px 0 10px;
}
.detail-tag-disp-area .tags-disp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.detail-tag-disp-area .tags-disp .tag {
  border: 2px solid #d95711;
  color: #d95711;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 2px 4px;
}

.required-mark {
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 10px;
  padding: 1px 4px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  left: 0;
}

.explain {
  font-size: 14px;
  margin: 20px 0;
}

.status_1 {
  color: #15c;
}

.status_2 {
  color: #f0b70e;
}

.status_3 {
  color: #d95711;
}

.status_4 {
  color: #5ab237;
}

.request_status_5 {
  color: #0042a8;
}

.select_status_1 {
  border: 2px solid #15c;
}

.select_status_2 {
  border: 2px solid #f0b70e;
}

.select_status_3 {
  border: 2px solid #d95711;
}

.select_status_4 {
  border: 2px solid #5ab237;
}

.select_status_5 {
  border: 2px solid #11b1d9;
}

.next_continue_flg__0 {
  border: 2px solid #ff0000;
}

.select_request_status_5 {
  border: 2px solid #0042a8;
}

.kintai_status_0 {
  color: #d95711;
}

.kintai_status_1 {
  color: #5ab237;
}

.kintai_status_2 {
  color: #f0b70e;
}

.clicked .kintai_status_2 {
  color: #fff;
}

.kintai_status_11,
.kintai_status_12 {
  color: #aaceff;
}

.icon-image {
  overflow: hidden;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.content-headline {
  border-left: 6px solid #bf8f41;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}

.content-detail-form .detail-info-area {
  color: #999;
  font-size: 11px;
  margin: 10px 0;
  text-align: right;
}
.content-detail-form .detail-info-area .detail-info {
  display: inline-block;
  text-align: right;
}
.content-detail-form .detail-info-area .detail-info + .detail-info {
  margin-left: 20px;
}

.text-link-ul {
  width: 100%;
}
.text-link-ul li {
  display: inline-block;
  font-size: 20px;
  margin: 10px 20px;
  width: auto;
}

.system-permission {
  font-size: 11px;
  color: #ff0000;
  margin: 0 5px;
}

.decision {
  color: #15c;
}

.prediction {
  color: #5ab237;
}

.request {
  color: #bf8f41;
}

.maintenance-status {
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f0b70e;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  height: 26px;
  line-height: 27px;
  display: inline-block;
}
.maintenance-status.status_before {
  background: #15c;
}
.maintenance-status.status_now {
  background: #f0b70e;
}
.maintenance-status.status_after {
  background: #d95711;
}
.maintenance-status.status_continue {
  background: #5ab237;
  left: 220px;
}

.has-leader-function {
  position: relative;
}

.leader-function {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.leader-function.min-bottom {
  bottom: -5px;
}

.loader {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #d95711 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #d95711);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
          animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.ajax-while-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ajax-while-loading.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-weight: bold;
  font-weight: bold;
  color: #333;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(107, 107, 107, 0.05), 0px 0px 13px 0px rgba(107, 107, 107, 0.05);
          box-shadow: 0px 0px 0px 0px rgba(107, 107, 107, 0.05), 0px 0px 13px 0px rgba(107, 107, 107, 0.05);
}
.c-header a {
  text-decoration: none;
}
.c-header .beside {
  background-color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .beside .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 35px;
}
.c-header .beside .title h2 {
  font-weight: bold;
  font-size: 24px;
}
.c-header .beside .title .bread {
  color: #999999;
  font-size: 10px;
}
.c-header .beside .title .bread a {
  text-decoration: none;
}
.c-header .beside .title .bread a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-header .beside .title .bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 子要素(li)を横一列に並べる */
  list-style-type: none; /* リスト要素に表示されている"・"を非表示 */
  text-decoration: none;
}
.c-header .beside .title .bread span::before {
  content: url(../img/arrow.png);
  top: 50%;
  margin: 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-header .beside .title .bread li + li::before {
  content: url(../img/arrow.png);
  top: 50%;
  margin: 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-header .beside .logo {
  width: 200px;
  height: 50px;
  border-right: 1px solid #dadce0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .beside .logo p {
  padding-top: 5px;
  font-size: 12px;
  margin: auto;
}
.c-header .beside .header-right-link {
  position: absolute;
  right: 20px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header .beside .header-right-link .c-button {
  margin-left: 20px;
}
.c-header .footer__bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-color: #f8f9fa;
  padding-top: 80px;
  font-size: 14px;
  overflow: auto;
}
.c-header .footer__bar li {
  height: 46px;
  border-bottom: 1px solid #dadce0;
  border-left: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 15px;
}
.c-header .footer__bar li.top {
  border-top: 1px solid #dadce0;
}
.c-header .footer__bar li:not(.menu-li):not(.dummy-li):hover, .c-header .footer__bar li.current {
  background-color: #f3f3f3;
  border-left: 4px solid #1155cc;
  border-right: 4px solid #1155cc;
}
.c-header .footer__bar li.dummy-li {
  background: #fff;
  height: 10px;
  border-left: none;
  border-right: none;
}
.c-header .footer__bar li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-header .footer__bar li a .badge {
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.c-header .footer__bar .list::before {
  content: "";
  display: inline-block;
  background-image: url(../img/list_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .top::before {
  content: "";
  display: inline-block;
  background-image: url(../img/home_icon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .manage::before {
  content: "";
  display: inline-block;
  background-image: url(../img/anken_icon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .maintenance::before {
  content: "";
  display: inline-block;
  background-image: url(../img/hosyu_icon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .team::before {
  content: "";
  display: inline-block;
  background-image: url(../img/leader-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .client::before {
  content: "";
  display: inline-block;
  background-image: url(../img/client_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .team-result::before {
  content: "";
  display: inline-block;
  background-image: url(../img/results_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .rank::before {
  content: "";
  display: inline-block;
  background-image: url(../img/rank_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .tag::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tag_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .team-nippo::before {
  content: "";
  display: inline-block;
  background-image: url(../img/time_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .member::before {
  content: "";
  display: inline-block;
  background-image: url(../img/member_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .work::before {
  content: "";
  display: inline-block;
  background-image: url(../img/man-hours_all_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-header .footer__bar .menu-li {
  background-color: #ffeebe;
}
.c-header .btn-menu {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-header .btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 25px;
}
.c-header .btn-menu .line {
  background: #1155cc;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .btn-menu .line:nth-of-type(1) {
  top: 0;
}
.c-header .btn-menu .line:nth-of-type(2) {
  top: 10px;
  background: #1155cc;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.c-header .btn-menu .line:nth-of-type(2):after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .btn-menu .line:nth-of-type(3) {
  top: 20px;
}
.c-header .btn-menu.is-open .line:nth-of-type(2) {
  background: #1155cc;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-header .btn-menu.is-open .line:nth-of-type(2):after {
  background: #1155cc;
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}
.c-header .btn-menu.is-open .line:nth-of-type(1), .c-header .btn-menu.is-open .line:nth-of-type(3) {
  background: #1155cc;
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
}
.c-header .nav-wrap {
  background-color: #f8f9fa;
  padding: 50px 0px 200px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 99;
}
.c-header .nav-wrap.is-open {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.c-header .nav-wrap .header-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}
.c-header .nav-wrap .header-menu-area .header-menu li {
  font-family: "ヒラギノ角ゴ Pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-header .nav-wrap .header-menu-area .header-menu li + li {
  margin-top: 15px;
}
.c-header .nav-wrap .header-menu-area .btn-wrap {
  position: absolute;
  top: 360px;
}

.attention-tooltip {
  position: relative;
}
.attention-tooltip .disp {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.attention-tooltip .body {
  position: absolute;
  top: -3px;
  left: 20px;
  width: 200px;
  background: #fff;
  border: 1px solid #ff0000;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: none;
}
.attention-tooltip:hover .body {
  display: block;
}

/* --------------------------------
c-button
----------------------------------- */
.c-button {
  width: 170px;
  min-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #15c;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-decoration: none;
}
.c-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-button a {
  color: #fff;
  height: 100%;
  min-height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.c-button.delete-btn {
  background-color: #ff0000;
  border-radius: 40px;
  min-height: 40px;
  width: 100px;
}
.c-button.mypage-btn {
  background-color: #5ab237;
}
.c-button.cancel-btn {
  background-color: #f0b70e;
  display: inline-block;
  margin: 0 0 0 20px;
  min-height: 20px;
  border-radius: 20px;
  font-size: 11px;
  width: 60px;
  position: relative;
  top: -2px;
  left: 0;
}
.c-button.orange {
  background-color: #d95711 !important;
}
.c-button.yellow {
  background-color: #f0b70e !important;
}
.c-button.green {
  background-color: #5ab237 !important;
}
.c-button.disabled {
  background-color: #dadce0 !important;
  color: #999 !important;
}
.c-button.other-member-add-btn {
  width: 120px;
}

.content-title-wrap .delete-btn {
  position: absolute;
  right: 0;
  top: 5px;
}
.content-title-wrap .action-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #d95711;
  cursor: pointer;
}
.content-title-wrap .develop-reset-btn {
  display: inline-block;
  background: #5ab237;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  width: 100px;
  margin-left: 20px;
  position: relative;
  top: -3px;
  left: 0;
}
.content-title-wrap.has-quatation-upload-area .delete-btn {
  right: 300px;
}
.content-title-wrap.has-quatation-upload-area .confirm-check-box {
  right: 480px;
}
.content-title-wrap.has-quatation-upload-area .confirm-check-box + .confirm-check-box {
  right: 600px;
}
.content-title-wrap.has-quatation-upload-area .confirm-check-box + .confirm-check-box.pos-2 {
  right: 600px;
}
.content-title-wrap.has-quatation-upload-area .confirm-check-box + .confirm-check-box.pos-3 {
  right: 720px;
}

.copy-to-clip-btn {
  position: relative;
  font-size: 10px;
  padding: 5px;
}
.copy-to-clip-btn .copied {
  position: absolute;
  border: 1px solid #ff0000;
  border-radius: 20px;
  background: #fff;
  font-size: 10px;
  padding: 1px 3px;
  color: #ff0000;
  top: 0;
  right: 0;
}

/* --------------------------------
c-table
----------------------------------- */
h3 + .c-table {
  margin-top: 0;
}

.c-table {
  margin: 20px 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
  max-height: 550px;
}
.c-table .openModal {
  border-bottom: 1px solid #333;
}
.c-table .division {
  padding: 0px 35px;
}
.c-table .table-wrap {
  overflow-x: scroll;
  width: 100%;
}
.c-table table {
  width: 100%;
  overflow-x: scroll;
  max-height: 550px;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.c-table thead tr {
  border-bottom: 1px solid #ccc;
}
.c-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.c-table thead th:last-child {
  border-right: none;
}
.c-table tbody {
  overflow-x: scroll;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
.c-table tbody .ttl {
  background: #eee;
}
.c-table tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-table tbody td:last-child {
  border-right: none;
}
.c-table tbody td.td-name {
  text-align: left;
}
.c-table tbody td.td-price {
  text-align: right;
}
.c-table th, .c-table td {
  padding: 3px 20px;
  text-align: center;
  width: auto;
}
.c-table th {
  background-color: #f8f9fa;
}
.c-table .satur {
  color: #1155cc;
}
.c-table .sun {
  color: #d51827;
}
.c-table .place-table tbody {
  height: auto;
}
.c-table .place-table td {
  padding: 10px 5px;
}
.c-table .place-table .satur {
  background: #f9fafb;
}
.c-table .place-table .sun {
  background: #f9fafb;
}
.c-table .place-table .passed {
  background: #f9fafb;
}
.c-table .place-table .holiday-text {
  font-size: 14px;
}
.c-table .place-table .place-text {
  font-size: 14px;
}
.c-table .place-table .td_timezone_1 {
  background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(70%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #dadce0 70%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-table .place-table .td_timezone_2 {
  background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(30%, #dadce0), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 30%, #fff 70%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-table .place-table .td_place_0:not(.sun):not(.satur):not(.td_holiday_1):not(.td_holiday_2):not(.td_holiday_3):not(.td_holiday_4):not(.td_holiday_5):not(.td_holiday_6):not(.td_holiday_7):not(.td_holiday_8) {
  background: #eeffef;
}
.c-table .place-table .td_place_1 {
  background: #e1970e;
}
.c-table .place-table .td_place_1.td_timezone_1 {
  background: #e1970e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e1970e), color-stop(30%, #e1970e), color-stop(70%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #e1970e 0%, #e1970e 30%, #dadce0 70%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-table .place-table .td_place_1.td_timezone_2 {
  background: #e1970e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(30%, #dadce0), color-stop(70%, #e1970e), to(#e1970e));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 30%, #e1970e 70%, #e1970e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-table .place-table .td_holiday_1,
.c-table .place-table .td_holiday_2,
.c-table .place-table .td_holiday_3,
.c-table .place-table .td_holiday_4,
.c-table .place-table .td_holiday_5,
.c-table .place-table .td_holiday_6,
.c-table .place-table .td_holiday_7 {
  background: #dadce0;
}
.c-table .place-table .day {
  position: relative;
}
.c-table .place-table .day .holiday-mark-text {
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 10px;
  color: #aa9ca0;
}
.c-table .place-table .td_telephone_1 {
  position: relative;
}
.c-table .place-table .td_telephone_1:after {
  background: url(../img/icon_telephone.svg) no-repeat center center/100%;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.c-table .place-table .td_telephone_2 {
  position: relative;
}
.c-table .place-table .td_telephone_2:after {
  background: url(../img/icon_telephone_sub.svg) no-repeat center center/100%;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.c-table .place-table .telephone_target {
  background: #fdfbff;
  border: 2px solid #e25fef;
}

.approval_1 {
  background: #eeffef;
}

.has-approvaled-mark {
  position: relative;
  padding-right: 30px;
}
.has-approvaled-mark .approvaled-mark {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
  color: #5ab237;
  font-weight: bold;
}

.nippo-input-table {
  border-top: 1px solid #f9fafb;
  margin: 40px 0 20px;
  table-layout: fixed;
}
.nippo-input-table th.th-version {
  width: 80px;
}
.nippo-input-table td {
  border-bottom: 1px solid #f9fafb;
  padding: 10px 20px;
}
.nippo-input-table td.work_num input {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 60px;
}
.nippo-input-table td.comment input {
  width: 320px;
}
.nippo-input-table td.progress {
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
  width: 6em;
}
.nippo-input-table td.history {
  max-width: 440px;
}
.nippo-input-table td.history .history-btn {
  width: 80px;
}
.nippo-input-table td.history select {
  background: #eaffe7;
  max-width: 400px;
}
.nippo-input-table td.history .select2-container--default .select2-selection--single {
  background: #eaffe7;
}
.nippo-input-table td.project_id {
  max-width: 440px;
}
.nippo-input-table td.project_id select {
  max-width: 400px;
}
.nippo-input-table td select {
  min-width: 300px;
}
.nippo-input-table td .software-textarea {
  height: 50px;
  resize: vertical;
  width: 100%;
}
.nippo-input-table td.td_kind select {
  min-width: 150px;
}
.nippo-input-table td.td_version input {
  width: 80px;
}
.nippo-input-table td.td_note textarea {
  width: 400px;
  resize: auto;
}
.nippo-input-table td.td_vuln_action select {
  min-width: 100px;
}

.admin-content-list-block.nippo-input {
  padding-left: 20px;
  padding-right: 20px;
}
.admin-content-list-block.nippo-input .input-box-wrap {
  overflow: hidden;
}

/* --------------------------------
c-sort
----------------------------------- */
.content-title-wrap .sort-box {
  position: absolute;
  right: 0;
  top: 0;
}

.sort-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 100px;
}
.sort-box .order-box {
  margin-right: 10px;
  width: 30px;
}
.sort-box .order-box .order {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.sort-box .order-box .order.asc {
  background: url(../img/arrow_blue.svg) no-repeat center center;
  background-size: 100%;
}
.sort-box .order-box .order.desc {
  background: url(../img/arrow_red.svg) no-repeat center center;
  background-size: 100%;
}
.sort-box .target-date-box + .order-box {
  margin-left: 10px;
}
.sort-box .recovery-box {
  margin-right: 10px;
}
.sort-box .recovery-box .recorery-disp-btn {
  background: #dadce0;
  border: 2px solid #777;
  border-radius: 30px;
  cursor: pointer;
  color: #777;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
}
.sort-box .recovery-box .recorery-disp-btn.on {
  background: #d95711;
  border-color: #d95711;
  color: #fff;
}
.sort-box .client-box {
  margin-right: 10px;
  max-width: 500px;
}
.sort-box .client-box .select2-container {
  max-width: 500px;
}
.sort-box .status-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}
.sort-box .status-box.wide {
  margin-bottom: 10px;
  width: 100%;
}
.sort-box .status-box .status {
  border: 2px solid #15c;
  border-radius: 5px;
  color: #15c;
  cursor: pointer;
  font-size: 11px;
  margin: 0 3px;
  padding: 2px 5px;
  text-align: center;
}
.sort-box .status-box .status.on {
  background: #15c;
  color: #fff !important;
}
.sort-box .status-box .status.status_2 {
  border-color: #f0b70e;
  color: #f0b70e;
}
.sort-box .status-box .status.status_2.on {
  background: #f0b70e;
}
.sort-box .status-box .status.status_3 {
  border-color: #d95711;
  color: #d95711;
}
.sort-box .status-box .status.status_3.on {
  background: #d95711;
}
.sort-box .status-box .status.status_4 {
  border-color: #5ab237;
  color: #5ab237;
}
.sort-box .status-box .status.status_4.on {
  background: #5ab237;
}
.sort-box .status-box .status.status_5 {
  border-color: #11b1d9;
  color: #11b1d9;
}
.sort-box .status-box .status.status_5.on {
  background: #11b1d9;
}
.sort-box .status-box .status.request_status_0, .sort-box .status-box .status.request_status_5 {
  border-color: #6a6a6a;
  background: #fff;
  color: #6a6a6a;
}
.sort-box .status-box .status.request_status_0.on, .sort-box .status-box .status.request_status_5.on {
  background: #6a6a6a;
}
.sort-box .status-box .status.request_status_1 {
  border-color: #f17100;
  background: #fef8f2;
  color: #f17100;
}
.sort-box .status-box .status.request_status_1.on {
  background: #f17100;
}
.sort-box .status-box .status.request_status_4 {
  border-color: #ff5b85;
  background: #fff7f9;
  color: #ff5b85;
}
.sort-box .status-box .status.request_status_4.on {
  background: #ff5b85;
}
.sort-box .status-box .status.request_status_3 {
  border-color: #929292;
  background: #fff7f9;
  color: #929292;
}
.sort-box .status-box .status.request_status_3.on {
  background: #929292;
}
.sort-box .status-box .status.request_status_2 {
  border-color: #000;
  background: #fff7f9;
  color: #000;
}
.sort-box .status-box .status.request_status_2.on {
  background: #000;
}
.sort-box .status-box .status.maintenance {
  border-color: #bf8f41;
  color: #bf8f41;
}
.sort-box .status-box .status.maintenance.on {
  background: #bf8f41;
}
.sort-box .status-box.end_flg .status {
  border: 2px solid #d95711;
  color: #d95711;
}
.sort-box .status-box.end_flg .status.on {
  color: #fff !important;
}
.sort-box .status-box.end_flg .status.status_before {
  border: 2px solid #15c;
  color: #15c;
}
.sort-box .status-box.end_flg .status.status_before.on {
  background: #15c;
}
.sort-box .status-box.end_flg .status.status_now {
  border: 2px solid #f0b70e;
  color: #f0b70e;
}
.sort-box .status-box.end_flg .status.status_now.on {
  background: #f0b70e;
}
.sort-box .status-box.end_flg .status.status_after {
  border: 2px solid #d95711;
  color: #d95711;
}
.sort-box .status-box.end_flg .status.status_after.on {
  background: #d95711;
}
.sort-box .status-box.end_flg .status.status_0 {
  border-color: #15c;
  color: #15c;
}
.sort-box .status-box.end_flg .status.status_0.on {
  background: #15c;
}
.sort-box .team-box {
  margin-right: 10px;
}
.sort-box .in-button {
  margin: 0 20px;
}
.sort-box .confirm-check-box {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}

#sort-form-4 .target-date-box {
  margin-right: 10px;
}

#drag_and_drop_sort {
  margin: 0;
}
#drag_and_drop_sort * {
  cursor: move !important;
}

#non_drag_and_drop_sort {
  margin: 0;
}

.confirm-check-box .divide-project-flg-btn {
  background: #dadce0;
  border: 2px solid #777;
  border-radius: 30px;
  cursor: pointer;
  color: #777;
  font-size: 16px;
  padding: 5px 10px;
  height: 30px;
}
.confirm-check-box .divide-project-flg-btn.checked {
  background: #d95711;
  border-color: #d95711;
  color: #fff;
}

/* --------------------------------
c-pagination
----------------------------------- */
.pagination {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-item {
  margin: 0 20px;
}
.pagination .page-item .page-link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 2px solid #bf8f41;
  border-radius: 5px;
  background: #bf8f41;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.pagination .page-item .page-link:hover {
  background: #fff;
  color: #bf8f41;
}
.pagination .page-item.active .page-link {
  background: #fff;
  color: #bf8f41;
}
.pagination .page-item.disabled {
  margin: 0;
}
.pagination .page-item.disabled .page-link {
  border-color: #fff;
  background: none;
  color: #bf8f41;
}

/* --------------------------------
c-content-ul
----------------------------------- */
.admin-content-list-block .accordion-body {
  display: none;
  margin-left: 60px;
}
.admin-content-list-block .accordion-body .content-ul {
  margin: 0;
}

.content-ul li {
  border: 1px solid #dadce0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  position: relative;
}
.content-ul li.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content-ul li.items-stretch a {
  height: auto;
}
.content-ul li.has-accordion {
  display: block;
}
.content-ul li.has-accordion > a:before, .content-ul li.has-accordion .a-div:before {
  border-color: #d95711;
  border-weight: 2px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.content-ul li.has-accordion.open > a:before, .content-ul li.has-accordion.open .a-div:before {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.content-ul li.inactive {
  background: #dadce0;
}
.content-ul li.deleted {
  background: #aa9ca0;
}
.content-ul li.request_status_5 {
  background: #dadce0;
}
.content-ul li.is-parent {
  background: #ffdddd;
}
.content-ul li.has-parent {
  background: #fdebff;
}
.content-ul li + li {
  border-top: none;
}
.content-ul li.head-li {
  background: #f9fafb;
  padding: 20px 60px 20px 20px;
}
.content-ul li > a, .content-ul li .a-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px 20px 20px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.content-ul li > a.no-link, .content-ul li .a-div.no-link {
  cursor: default;
}
.content-ul li > a:before, .content-ul li .a-div:before {
  content: "";
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  height: 16px;
  width: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.content-ul li > a:not(.no-link):hover, .content-ul li .a-div:not(.no-link):hover {
  background: #aaceff;
}
.content-ul li > a.site-index-link, .content-ul li .a-div.site-index-link {
  width: calc(100% - 240px + 20px);
}
.content-ul li.has-detail-box > a, .content-ul li.has-detail-box .a-div {
  padding-bottom: 10px;
}
.content-ul li.has-detail-box > a.site-index-url, .content-ul li.has-detail-box .a-div.site-index-url {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 240px;
  padding-right: 0;
  padding-left: 20px;
}
.content-ul li.has-detail-box > a.site-index-url:before, .content-ul li.has-detail-box .a-div.site-index-url:before {
  display: none;
}
.content-ul li.has-detail-box > a.list-detail-btn, .content-ul li.has-detail-box .a-div.list-detail-btn {
  width: 200px;
}
.content-ul li.has-detail-box .detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.content-ul li.has-detail-box .detail-box > div {
  font-size: 14px;
  padding: 0 40px 5px 0;
  width: 25%;
}
.content-ul li.has-detail-box .detail-box > div.name {
  font-size: 20px;
  width: 60%;
  position: relative;
}
.content-ul li.has-detail-box .detail-box > div.name .status {
  background: #15c;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 1px 8px;
  position: relative;
  top: -3px;
  left: 0;
}
.content-ul li.has-detail-box .detail-box > div.name .status.active_flg_1, .content-ul li.has-detail-box .detail-box > div.name .status.status_before, .content-ul li.has-detail-box .detail-box > div.name .status.kind_1 {
  background: #15c;
}
.content-ul li.has-detail-box .detail-box > div.name .status.active_flg_2, .content-ul li.has-detail-box .detail-box > div.name .status.status_now, .content-ul li.has-detail-box .detail-box > div.name .status.relationship_1, .content-ul li.has-detail-box .detail-box > div.name .status.agency_1, .content-ul li.has-detail-box .detail-box > div.name .status.kind_2 {
  background: #f0b70e;
}
.content-ul li.has-detail-box .detail-box > div.name .status.active_flg_3, .content-ul li.has-detail-box .detail-box > div.name .status.status_after, .content-ul li.has-detail-box .detail-box > div.name .status.kind_3 {
  background: #d95711;
}
.content-ul li.has-detail-box .detail-box > div.name .status.active_flg_4, .content-ul li.has-detail-box .detail-box > div.name .status.status_continue, .content-ul li.has-detail-box .detail-box > div.name .status.relationship_2, .content-ul li.has-detail-box .detail-box > div.name .status.agency_2, .content-ul li.has-detail-box .detail-box > div.name .status.kind_4 {
  background: #5ab237;
}
.content-ul li.has-detail-box .detail-box > div.name .status.active_flg_5, .content-ul li.has-detail-box .detail-box > div.name .status.status_maintenance, .content-ul li.has-detail-box .detail-box > div.name .status.kind_5 {
  background: #11b1d9;
}
.content-ul li.has-detail-box .detail-box > div.name .status.kind_99 {
  background: #e25fef;
}
.content-ul li.has-detail-box .detail-box > div.name .status.request_status_0, .content-ul li.has-detail-box .detail-box > div.name .status.request_status_5 {
  border: 2px solid #6a6a6a;
  background: #6a6a6a;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul li.has-detail-box .detail-box > div.name .status.request_status_1 {
  border: 2px solid #f17100;
  background: #fef8f2;
  color: #f17100;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul li.has-detail-box .detail-box > div.name .status.request_status_4 {
  border: 2px solid #ff5b85;
  background: #fff7f9;
  color: #ff5b85;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul li.has-detail-box .detail-box > div.name .status.request_status_3 {
  border: 2px solid #929292;
  background: #000;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul li.has-detail-box .detail-box > div.name .status.request_status_2 {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul li.has-detail-box .detail-box > div.date {
  color: #999;
  font-size: 12px;
  width: 40%;
}
.content-ul li.has-detail-box .detail-box > div.date .start-date-text {
  color: #15c;
  font-weight: bold;
}
.content-ul li.has-detail-box .detail-box > div.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  width: 100%;
}
.content-ul li.has-detail-box .detail-box > div.info > div {
  margin: 0 0 10px;
  padding: 0 15px 0 0;
  width: auto;
}
.content-ul li.has-detail-box .detail-box > div.info > div + div {
  border-left: 1px solid #dadce0;
  padding-left: 15px;
}
.content-ul li.has-detail-box .detail-box > div.tags {
  width: 100%;
}
.content-ul li.has-detail-box .detail-box > div.note {
  width: 100%;
}
.content-ul li.has-detail-box .detail-box > div.copy-to-clip-btn {
  width: 50%;
}
.content-ul li.has-detail-box .detail-box > div.attention {
  border: 1px solid #ff0000 !important;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold !important;
  padding: 2px 4px;
  width: 100%;
}
.content-ul li .id {
  width: 60px;
}
.content-ul li .image {
  width: 60px;
}
.content-ul li .image .icon-image {
  width: 40px;
  height: 40px;
}
.content-ul li .kintai {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-ul li .kintai .icon-image {
  margin: 0 10px;
}
.content-ul li .name {
  width: 150px;
}
.content-ul li .name.client {
  width: 300px;
}
.content-ul li .name.project {
  width: 400px;
}
.content-ul li .name .parent {
  color: #5ab237;
}
.content-ul li .team {
  width: 150px;
}
.content-ul li .rank {
  width: 150px;
}
.content-ul li .goal {
  width: 150px;
}
.content-ul li .price {
  width: 120px;
}
.content-ul li .price.prediction {
  color: #5ab237;
}
.content-ul li .price.unorder {
  color: #999;
}
.content-ul li .price.decision {
  color: #15c;
}
.content-ul li .month {
  width: 100px;
}
.content-ul li .date {
  font-size: 13px;
  width: 160px;
}
.content-ul li .date.between {
  width: 200px;
}
.content-ul li .nippoes {
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-ul li .link {
  margin: 0 10px;
}
.content-ul li .tags-disp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.content-ul li .tags-disp .tag {
  border: 2px solid #d95711;
  color: #d95711;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 2px 4px;
}
.content-ul.type-box li {
  border: 2px solid #dadce0;
  border-radius: 10px;
}
.content-ul.type-box li + li {
  margin-top: 10px;
}
.content-ul.type-projects li {
  border-left: none;
  border-right: none;
}
.content-ul.type-projects li > a, .content-ul.type-projects li .a-div {
  padding-left: 0;
  padding-right: 25px;
}
.content-ul.type-projects li > a:before, .content-ul.type-projects li .a-div:before {
  right: 5px;
  height: 10px;
  width: 10px;
}
.content-ul.type-projects li.has-detail-box .detail-box > div {
  font-size: 11px;
  font-weight: normal;
  line-height: 26px;
  padding: 0 8px;
  width: auto;
}
.content-ul.type-projects li.has-detail-box .detail-box > div .content {
  font-weight: bold;
  font-size: 12px;
}
.content-ul.type-projects li.has-detail-box .detail-box > div .content.attention-content {
  color: #ff0000;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.price .content {
  font-size: 14px;
  color: #ff0000;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.name {
  border-left: none;
  font-size: 16px;
  font-weight: bold;
  width: auto;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.name .small {
  font-size: 14px;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.date {
  border-left: none;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  width: auto;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.accordion-note {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 24px;
  text-align: right;
  margin: auto;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #d95711;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: none;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.vuln-level {
  font-size: 16px;
  font-weight: bold;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.vuln-level .level_1 {
  color: #f0b70e;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.vuln-level .level_2 {
  color: #d95711;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.vuln-level .level_3 {
  color: #ff0000;
}
.content-ul.type-projects li.has-detail-box .detail-box > div.project {
  font-size: 16px;
  font-weight: bold;
  width: auto;
}
.content-ul.type-projects li.has-detail-box .detail-box > div .tag {
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  line-height: 1;
}
.content-ul.type-projects li.has-detail-box .detail-box > div .vuln-info-link {
  margin-left: 40px;
  font-size: 14px;
  font-weight: bold;
}
.content-ul.type-projects li.has-detail-box .detail-box > div + div {
  border-left: 1px solid #dadce0;
  padding-left: 8px;
}
.content-ul.data-disp-ul li {
  text-align: left;
  padding: 10px 10px;
}
.content-ul.data-disp-ul li.head-li {
  padding: 20px 10px;
}
.content-ul.data-disp-ul li .price {
  text-align: right;
}
.content-ul.data-disp-ul li .month {
  font-size: 14px;
  width: 110px;
}
.content-ul.data-disp-ul li .kind {
  width: 80px;
}
.content-ul.data-disp-ul li .status {
  background: #15c;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 1px 8px;
  position: relative;
  top: -3px;
  left: 0;
}
.content-ul.data-disp-ul li .status.active_flg_1 {
  background: #15c;
}
.content-ul.data-disp-ul li .status.active_flg_2 {
  background: #f0b70e;
}
.content-ul.data-disp-ul li .status.active_flg_3 {
  background: #d95711;
}
.content-ul.data-disp-ul li .status.active_flg_4 {
  background: #5ab237;
}
.content-ul.data-disp-ul li .status.active_flg_5 {
  background: #11b1d9;
}
.content-ul.data-disp-ul li .status.maintenance_continue_flg_0 {
  background: #15c;
}
.content-ul.data-disp-ul li .status.maintenance_continue_flg_1 {
  background: #5ab237;
}
.content-ul.data-disp-ul li .status.maintenance_continue_flg_9 {
  background: #aa9ca0;
}
.content-ul.data-disp-ul li .status.active_flg_none {
  background: none;
  color: #333;
  padding: 1px;
}
.content-ul.data-disp-ul li .status.request_status_0, .content-ul.data-disp-ul li .status.request_status_5 {
  border: 2px solid #6a6a6a;
  background: #6a6a6a;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul.data-disp-ul li .status.request_status_1 {
  border: 2px solid #f17100;
  background: #fef8f2;
  color: #f17100;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul.data-disp-ul li .status.request_status_4 {
  border: 2px solid #ff5b85;
  background: #fff7f9;
  color: #ff5b85;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul.data-disp-ul li .status.request_status_3 {
  border: 2px solid #929292;
  background: #000;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul.data-disp-ul li .status.request_status_2 {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  line-height: 2;
  padding: 1px 4px;
}
.content-ul.data-disp-ul li .status.alert-color {
  color: #ff0000;
}

#wrapper .works-status-td .content-ul {
  margin: 0;
}
#wrapper .works-status-td .content-ul li {
  border: none;
  padding: 0;
}
#wrapper .works-status-td .content-ul li .status {
  line-height: 1.3;
}
#wrapper .works-status-td .content-ul li .status.request_status_* {
  line-height: 1;
}
#wrapper .works-status-td .content-ul li + li {
  margin-top: 5px;
}

.mini-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  background: #f1f1f1;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 2px #999;
          box-shadow: 2px 2px 2px #999;
  display: none;
  z-index: 999;
}
.mini-modal.user-select-mini-modal {
  width: 540px;
}
.mini-modal.undisp-jiseki-mtg-date-modal {
  width: 400px;
  text-align: center;
}
.mini-modal .inner {
  padding: 10px;
}
.mini-modal .action-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px;
}
.mini-modal .action-btn-area.undisp-jiseki-mtg-date-input {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mini-modal .action-btn-area .btn {
  background: #5ab237;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  width: 4.5em;
  text-align: center;
  position: relative;
}
.mini-modal .action-btn-area .btn.clear-btn {
  background: #999;
}
.mini-modal .action-btn-area .btn.repeat-btn {
  background: #11b1d9;
}
.mini-modal .action-btn-area .btn.repeat-copy-btn {
  background: #11b1d9;
  width: 5.5em;
}
.mini-modal .action-btn-area .btn:hover {
  opacity: 0.7;
}
.mini-modal .action-btn-area .btn .explain {
  font-size: 10px;
  color: #999;
  position: absolute;
  margin: 0;
  right: -8em;
  top: 0;
  width: 7em;
  text-align: left;
}
.mini-modal .member-select-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-modal .member-select-ul li {
  background: #e1970e;
  border-radius: 8px;
  border: 4px solid #e1970e;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px;
  width: 3.5em;
  text-align: center;
  opacity: 0.4;
}
.mini-modal .member-select-ul li:hover {
  opacity: 1;
}
.mini-modal .member-select-ul li.on {
  opacity: 1;
}
.mini-modal .member-select-ul li[data-team-id="1"] {
  background: #B41D23;
  border-color: #B41D23;
}
.mini-modal .member-select-ul li[data-team-id="2"] {
  background: #e1970e;
  border-color: #e1970e;
}
.mini-modal .member-select-ul li[data-team-id="3"] {
  background: #15c;
  border-color: #15c;
}
.mini-modal .member-select-ul li[data-team-id="4"] {
  background: #15c;
  border-color: #15c;
}
.mini-modal .member-select-ul li[data-team-id="5"] {
  background: #5ab237;
  border-color: #5ab237;
}
.mini-modal .member-select-ul li.sub {
  opacity: 1;
  border-color: #555;
}
.mini-modal .input-schedule-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 20px 0;
  text-align: center;
}
.mini-modal .input-schedule-area input {
  width: calc(100% - 80px);
}
.mini-modal .input-schedule-area .color-setting-area {
  width: 60px;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn {
  background: #dadce0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  width: 40px;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn[data-color=yellow] {
  color: #666;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn + .color-btn {
  margin-top: 3px;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn.on:before {
  content: "ON";
}
.mini-modal .input-schedule-area .color-setting-area .color-btn[data-color=yellow] {
  background: #ffeebe !important;
  border: 1px solid #ccc;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn[data-color=orange] {
  background: #d95711 !important;
  border: 1px solid #ccc;
}
.mini-modal .input-schedule-area .color-setting-area .color-btn[data-color=red] {
  background: #ff0000 !important;
  border: 1px solid #ccc;
}
.mini-modal.page-update-dialog-modal {
  background: #fdebff;
  position: fixed;
  font-size: 12px;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  width: auto;
  text-align: center;
}
.mini-modal.page-update-dialog-modal .page-update-btn {
  cursor: pointer;
  background: #e25fef;
  border-radius: 5px;
  border: 2px solid #e25fef;
  display: inline-block;
  color: #fff;
  margin: 20px auto 1px;
  padding: 3px 0;
  width: 7em;
  font-size: 14px;
}
.mini-modal.page-update-dialog-modal .page-update-btn:hover {
  background: #fdebff;
  color: #e25fef;
}
.mini-modal.repeat-input-modal {
  height: 300px;
  width: 480px;
  font-size: 18px;
}
.mini-modal.repeat-input-modal .inner {
  padding-top: 15px;
  text-align: center;
}
.mini-modal.repeat-input-modal .repeat-input {
  margin: 10px 0;
}
.mini-modal.repeat-input-modal .repeat-input input {
  margin: 0 5px 0 20px;
}
.mini-modal.repeat-input-modal .notice {
  font-size: 12px;
  margin: 20px 0 0;
  text-align: left;
}

.count-disp-area {
  border: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.count-disp-area .count-kind + .count-kind {
  border-left: 1px solid #ccc;
  margin-left: 15px;
  padding-left: 15px;
}
.count-disp-area .title {
  color: #999;
}
.count-disp-area .status {
  background: #15c;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 1px 8px;
  position: relative;
  top: -3px;
  left: 0;
}
.count-disp-area .status.active_flg_2 {
  background: #f0b70e;
}
.count-disp-area .status.active_flg_3 {
  background: #d95711;
}
.count-disp-area .status.active_flg_4 {
  background: #5ab237;
}
.count-disp-area .status.active_flg_5 {
  background: #11b1d9;
}
.count-disp-area .status.request_status_0 {
  background: #6a6a6a;
}
.count-disp-area .status.request_status_1 {
  border: 2px solid #e1970e;
  background: #fff;
  color: #e1970e;
}
.count-disp-area .status.request_status_2 {
  border: 2px solid #000;
  background: #000;
}
.count-disp-area .status.request_status_3 {
  border: 2px solid #929292;
  background: #000;
}
.count-disp-area .status.request_status_4 {
  border: 2px solid #e25fef;
  background: #fff;
  color: #e25fef;
}
.count-disp-area .status.total {
  background: #B41D23;
}
.count-disp-area .status.status_now {
  background: #f0b70e;
}
.count-disp-area .status.status_after {
  background: #d95711;
}
.count-disp-area .num {
  margin: 0 5px 0 0;
}

.select-option-list {
  display: none;
}

.vuln_flg_1 {
  color: #ff0000;
  font-weight: bold;
}

.vuln_flg_2 {
  color: #ff0000;
  font-weight: bold;
}

.vuln_flg_3 {
  color: #ff0000;
  font-weight: bold;
}

.vuln_flg_4 {
  color: #ff0000;
  font-weight: bold;
}

.bulk-action-box .action-btn-area {
  margin-left: 10px;
}

.site-title-div {
  margin-top: 20px;
}

/* --------------------------------
c-pulldown
----------------------------------- */
.c-pulldown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
}
.c-pulldown:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: #616161 2px solid;
  border-right: #616161 2px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
  transform: rotate(45deg) translateY(-30%);
  margin-left: -25px;
  pointer-events: none;
}
.c-pulldown select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* --------------------------------
c-one-column
----------------------------------- */
.one-column-block {
  height: 100vh;
  padding-top: calc((100vh - 500px) / 2);
  text-align: center;
}
.one-column-block .one-column-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.one-column-block .notice {
  margin: 20px 0;
}

.password-forget-message {
  margin: 0 0 20px;
}

/* --------------------------------
c-telephone
----------------------------------- */
.telephone-text {
  font-size: 16px;
  font-weight: bold;
}
.telephone-text .main {
  color: #ff0000;
}
.telephone-text .sub {
  color: #00f;
}
.telephone-text .cancel {
  color: #dadce0;
}

#wrapper .telephone-count-table-div {
  margin: 40px 0 0;
}
#wrapper .telephone-count-table-div .c-table {
  margin-top: 0;
  border-bottom: none;
}
#wrapper .telephone-count-table-div .c-table .table-wrap {
  max-height: 9999px;
  overflow: visible;
}

.telephone-reset-div {
  margin: 80px 0 0;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.c-header .beside .title .txt {
  font-weight: bold;
  font-size: 14px;
}

.home {
  padding: 80px 0 0 200px;
  width: 100%;
  font-weight: 600;
}
.home .extra-work-disp-area {
  position: absolute;
  top: 27px;
  right: 30px;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .extra-work-disp-area table {
  border: 1px solid #aaceff;
}
.home .extra-work-disp-area table + table {
  margin-left: 10px;
}
.home .extra-work-disp-area table th {
  border: 1px solid #aaceff;
  background: #eefeff;
  font-weight: bold;
  padding: 2px 4px;
}
.home .extra-work-disp-area table td {
  background: #eefeff;
  border: 1px solid #aaceff;
  padding: 2px 4px;
}
.home .extra-work-disp-area table td .num {
  font-size: 16px;
  padding: 0 2px;
}
.home .extra-work-disp-area table.all-members {
  border: 1px solid #5ab237;
}
.home .extra-work-disp-area table.all-members th, .home .extra-work-disp-area table.all-members td {
  border: 1px solid #5ab237;
  background: #eeffef;
}
.home .top_header {
  font-weight: bold;
  font-size: 14px;
}
.home .title.sp {
  width: 100%;
  height: 100px;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .title.sp h2 {
  font-size: 15px;
  font-weight: 800;
}
.home .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .wrap .left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 65%;
}
.home .wrap .this_month {
  width: 96%;
  height: 100%;
  background-color: #fff;
  margin: 30px 0 0 20px;
  padding: 0 15px;
}
.home .wrap .this_month h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.home .wrap .this_month .time_sp.button.sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}
.home .wrap .this_month .time_sp .btn {
  height: 50px;
  min-width: 120px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.home .wrap .this_month .time_sp .btn:nth-child(n+1):nth-child(-n+3) {
  margin-right: 10px;
}
.home .wrap .this_month .time_sp .btn:hover {
  background-color: #b5b5b5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home .wrap .this_month .time_sp .green {
  background-color: #5ab237;
}
.home .wrap .this_month .time_sp .yellow {
  background-color: #f0b70e;
}
.home .wrap .this_month .time_sp .blue {
  background-color: #11b1d9;
}
.home .wrap .this_month .time_sp .red {
  background-color: #d95711;
}
.home .wrap .this_month .time_sp .gold {
  background-color: #bf8f41;
}
.home .wrap .this_month .money {
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  padding: 40px 30px 0 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.home .wrap .this_month .number-ul-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .wrap .this_month .number li.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .wrap .this_month .number li.title .line {
  width: 1px;
  height: 50px;
  background-color: #dadce0;
}
.home .wrap .this_month .number .txt {
  width: 100px;
}
.home .wrap .this_month .number .decision, .home .wrap .this_month .number .forecast, .home .wrap .this_month .number .target, .home .wrap .this_month .number .request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .wrap .this_month .number .target {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .wrap .this_month .number .target .icon {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
  padding-right: 47px;
}
.home .wrap .this_month .number .target .icon span {
  font-size: 24px;
}
.home .wrap .this_month .number .decision p, .home .wrap .this_month .number .forecast p, .home .wrap .this_month .number .request p {
  font-size: 16px;
}
.home .wrap .this_month .number .decision p span, .home .wrap .this_month .number .forecast p span, .home .wrap .this_month .number .request p span {
  font-size: 24px;
}
.home .wrap .this_month .number .forecast .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 100px);
  position: relative;
}
.home .wrap .this_month .number .forecast .icon::after {
  content: url(../img/arrow_blue.svg);
  width: 27px;
  height: auto;
  margin: 0px 0 0 20px;
  vertical-align: text-bottom;
}
.home .wrap .this_month .number .forecast .icon.over::after {
  content: url(../img/arrow_red.svg);
}
.home .wrap .this_month .number .forecast .icon .diff-prediction-goal {
  display: none;
  position: absolute;
  top: -30px;
  right: -30px;
  background: #eeffef;
  border: 1px solid #dadce0;
  padding: 3px 8px;
  font-size: 12px;
}
.home .wrap .this_month .number .forecast .icon .diff-prediction-goal.minus {
  color: #ff0000;
}
.home .wrap .this_month .number .forecast .icon:hover .diff-prediction-goal {
  display: block;
}
.home .wrap .this_month .number .decision .icon, .home .wrap .this_month .number .request .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 100px);
  padding-right: 47px;
}
.home .wrap .this_month .graph {
  padding: 40px;
}
.home .wrap .this_month .graph .period {
  border-top: 1px solid #ccc;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.home .wrap .this_month .graph .period .c-pulldown:after {
  margin-left: 30px;
}
.home .wrap .this_month .graph .period .c-pulldown select {
  border: none;
  width: auto;
  height: 100%;
}
.home .wrap .works {
  margin-bottom: 20px;
}
.home .wrap .works .table-wrap {
  max-height: 500px;
}
.home .wrap .works .table-wrap table {
  font-size: 13px;
}
.home .wrap .works .table-wrap table th {
  padding-left: 8px;
  padding-right: 8px;
}
.home .wrap .works .table-wrap table td {
  padding-left: 8px;
  padding-right: 8px;
}
.home .wrap .works .table-wrap table .small-font-td {
  font-size: 12px;
  width: 200px;
  white-space: normal;
}
.home .wrap .works .table-wrap table .small-font-td.td-cliants {
  width: 300px;
}
.home .wrap .works tbody {
  height: 200px;
}
.home .time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 35%;
  min-height: 100vh;
  background-color: hsl(210deg, 17%, 98%);
  padding: 30px 30px 0 30px;
}
.home .time h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  border-bottom: 1px solid #dadce0;
}
.home .time .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.home .time .btn {
  height: 50px;
  min-width: 120px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.home .time .btn:nth-child(n+1):nth-child(-n+3) {
  margin-right: 10px;
}
.home .time .btn:hover {
  background-color: #b5b5b5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home .time .btn.disabled {
  background-color: #b5b5b5 !important;
  cursor: default;
}
.home .time .green {
  background-color: #5ab237;
}
.home .time .yellow {
  background-color: #f0b70e;
}
.home .time .blue {
  background-color: #11b1d9;
}
.home .time .red {
  background-color: #d95711;
}
.home .time .gold {
  background-color: #bf8f41;
}
.home .time .chat {
  width: 100%;
  margin: 20px 0;
}
.home .time .chat tbody {
  background-color: #fff;
  height: 1000px;
  display: list-item;
  display: grid;
}
.home .time .chat tbody td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}
.home .time .chat tbody td span {
  font-size: 13px;
  color: #9c9c9c;
  font-weight: 500;
}
.home .time .chat tbody td p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .time .chat tbody td .chat_talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .time .chat tbody td .chat_talk .icon-image {
  margin-right: 10px;
}
.home .tab-div {
  position: relative;
}
.home .tab-div .tab-head {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  margin: 0 20px;
}
.home .tab-div .tab-head .tab {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
}
.home .tab-div .tab-head .tab.tab-current {
  border-color: #5ab237;
  color: #5ab237;
  background: #eeffef;
}
.home .tab-div .tab-body {
  padding-top: 28px;
}
.home .tab-div .tab-body .money {
  display: none;
}
.home .tab-div .tab-body .money.tab-current {
  display: block;
}
.home .tab-div .tab-menu {
  background: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.home .top-message {
  border: 1px solid #ff0000;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  margin: 0 0 35px;
  padding: 10px 20px;
}
.home .qualify-disp-area {
  position: absolute;
  top: -80px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .qualify-disp-area .title {
  font-size: 12px;
  margin-right: 5px;
  text-align: right;
}
.home .qualify-disp-table {
  border: 1px solid #ccc;
}
.home .qualify-disp-table th {
  background: #eeeeff;
  border: 1px solid #ccc;
  padding: 1px 8px;
  text-align: center;
  font-size: 11px;
}
.home .qualify-disp-table th.now-q {
  background: #ffeebe;
}
.home .qualify-disp-table td {
  border: 1px solid #ccc;
  padding: 4px 10px;
  text-align: right;
  font-size: 14px;
}
.home .qualify-disp-table td.unit {
  background: #eeeeff;
  font-size: 12px;
}
.home .qualify-disp-table td.td-price {
  border-right: 1px solid #e1e1e1;
}
.home .qualify-disp-table td.td-percent {
  border-left: 1px solid #e1e1e1;
}
.home .qualify-disp-table td.good {
  padding-top: 0;
  padding-bottom: 0;
}
.home .qualify-disp-table td.td-decition {
  background: #eefeff;
}
.home .qualify-disp-table td.td-predecition {
  background: #eeffef;
}
.home .qualify-disp-table.company-table th {
  background: #eeffef;
}
.home .qualify-disp-table.company-table th.now-q {
  background: #ffeebe;
}
.home .qualify-disp-table.company-table td.unit {
  background: #eeffef;
}

/* -----------------------------------------------
* login Module
* loginページ用
-------------------------------------------------- */
.login-form-block {
  background: #f9fafb;
  border: 1px solid #dadce0;
  margin: 20px auto;
  padding: 40px;
}
.login-form-block .input-box .title {
  text-align: left;
}
.login-form-block .notice {
  font-size: 12px;
}
.login-form-block .submit-box {
  margin: 20px 0 0;
}

.password-forget-link {
  text-align: right;
}

/* -----------------------------------------------
* admin Module
* adminページ用
-------------------------------------------------- */
.admin-content-list-block {
  min-height: calc(100vh - 80px);
  padding: 15px 30px 60px;
}
.admin-content-list-block.nippo-input {
  padding-bottom: 200px;
}
.admin-content-list-block .content-ul {
  margin: 20px 0;
}
.admin-content-list-block .content-ul.head-li-only {
  margin-bottom: 0;
}
.admin-content-list-block .content-ul.head-li-only li {
  border-bottom: none;
}
.admin-content-list-block.deleted {
  background: #bbb;
}

.content-detail-form .subtitle {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

.info-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}
.info-box-wrap.no-margin {
  margin: 0;
}
.info-box-wrap .info-box {
  margin: 0 0 10px;
  padding: 0 20px;
}
.info-box-wrap .info-box + .info-box {
  border-left: 1px solid #dadce0;
}
.info-box-wrap .info-box .ttl {
  font-weight: normal;
}
.info-box-wrap .info-box.status_3 {
  color: #d95711;
}
.info-box-wrap .info-box.status_4 {
  color: #5ab237;
}
.info-box-wrap .info-box.value-price {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}
.info-box-wrap .input-oneline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-box-wrap .other-member-add-btn {
  margin-left: 10px;
  cursor: pointer;
}

.result-input-table {
  margin: 0 40px 10px 0;
}
.result-input-table th {
  font-size: 20px;
  padding: 5px 30px;
}
.result-input-table td {
  padding: 5px 30px;
}
.result-input-table td .percent {
  width: 60px;
}
.result-input-table tr.default {
  background: #fdebff;
}
.result-input-table tr.resulted {
  background: #eeffef;
}
.result-input-table tr.other-member {
  display: none;
}
.result-input-table tr.total {
  background: #ffeebe;
}
.result-input-table tr.total td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.result-input-table tr .total_percent.error {
  color: #f00;
}
.result-input-table tr + tr {
  border-top: 1px solid #dadce0;
}
.result-input-table .result-work-num {
  font-size: 22px;
  color: #ff0000;
}

.member-result-div .target-date-box {
  margin: 20px 0;
  text-align: center;
}
.member-result-div .target-date-box .target-date {
  font-size: 20px;
  text-align: center;
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
.member-result-div .target-date-box .target-date .month-btn {
  font-size: 0;
  position: absolute;
  top: 10px;
}
.member-result-div .target-date-box .target-date .month-btn.prev-month-btn {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.member-result-div .target-date-box .target-date .month-btn.next-month-btn {
  right: 0;
}
.member-result-div .ttl {
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
}
.member-result-div .member-result-table {
  margin: 20px auto;
  font-size: 14px;
}
.member-result-div .member-result-table th {
  padding: 6px 20px;
}
.member-result-div .member-result-table th.rank {
  font-size: 12px;
  padding: 5px 5px 5px 0;
}
.member-result-div .member-result-table td {
  padding: 6px 20px;
}
.member-result-div .member-result-table td.price {
  text-align: right;
}
.member-result-div .member-result-table td.rank {
  padding: 5px 5px 5px 0;
}
.member-result-div .member-result-table td.best {
  color: #ff0000;
}
.member-result-div .member-result-table td.worst {
  color: #bf8f41;
}
.member-result-div .member-result-table tr + tr {
  border-top: 1px solid #dadce0;
}
.member-result-div .member-result-table tr + tr.no-border {
  border-top: none;
}
.member-result-div .member-result-table .term-total-tr {
  background: #eeffef;
}
.member-result-div .member-result-table .total-tr {
  font-size: 20px;
  color: #5ab237;
}
.member-result-div .member-result-table .unstart-tr {
  font-size: 20px;
  color: #ff0000;
}
.member-result-div .member-result-table .unit-tr {
  background: #ffeebe;
}
.member-result-div .member-result-table strong {
  font-weight: bold;
}

.holiday-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.holiday-box .content-title {
  font-size: 20px;
}
.holiday-box .notice {
  font-size: 12px;
}
.holiday-box .input-holiday-box {
  padding-right: 40px;
  width: 20%;
}
.holiday-box .year-holiday-box {
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.holiday-box .year-holiday-box .year-ul {
  width: 450px;
}
.holiday-box .year-holiday-box .year-ul li {
  padding: 5px 0;
  position: relative;
}
.holiday-box .year-holiday-box .year-ul li + li {
  border-top: 1px solid #dadce0;
}
.holiday-box .year-holiday-box .year-ul .head {
  font-size: 20px;
  padding-top: 0;
}
.holiday-box .year-holiday-box .year-ul .head .small {
  font-size: 16px;
}
.holiday-box .year-holiday-box .year-ul .date {
  display: inline-block;
  padding-right: 10px;
}
.holiday-box .year-holiday-box .year-ul .kind {
  display: inline-block;
  min-width: 6em;
  padding-right: 5px;
}
.holiday-box .year-holiday-box .year-ul .note {
  display: inline-block;
  min-width: 10em;
  padding-left: 5px;
}
.holiday-box .year-holiday-box .year-ul .coefficient {
  display: inline-block;
  min-width: 40px;
  padding-right: 5px;
}
.holiday-box .year-holiday-box .year-ul .update-btn {
  background-color: #f0b70e;
  display: inline-block;
  cursor: pointer;
  min-height: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 11px;
  width: 38px;
  position: relative;
  top: -2px;
  left: 0;
  text-align: center;
}
.holiday-box .year-holiday-box .year-ul .reason {
  position: absolute;
  top: 7px;
  left: 126px;
  font-size: 10px;
  border: 1px solid #ff0000;
  padding: 1px 4px;
  color: #ff0000;
}

.work-list-table-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.work-list-table-div .body-area {
  overflow: scroll;
}
.work-list-table-div .work-list-table {
  border: 1px solid #dadce0;
  font-size: 10px;
  width: 100%;
}
.work-list-table-div .work-list-table.analysis-table {
  font-size: 12px;
}
.work-list-table-div .work-list-table .tr-member-change {
  border-top: 2px solid #dadce0;
}
.work-list-table-div .work-list-table .del-tr {
  background: #dadce0;
}
.work-list-table-div .work-list-table tr:first-child .week-8 {
  border-top: 3px solid #aaceff;
}
.work-list-table-div .work-list-table tr.total-tr {
  background: #ccffcf;
}
.work-list-table-div .work-list-table th {
  background: #eeffef;
  border: 1px solid #dadce0;
  width: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-list-table-div .work-list-table th.right-border {
  border-right-width: 2px;
}
.work-list-table-div .work-list-table th.works-extra-th {
  color: #f00;
  font-weight: bold;
}
.work-list-table-div .work-list-table th.works-extra-average-th {
  position: relative;
}
.work-list-table-div .work-list-table th.works-extra-average-th .average {
  position: absolute;
  top: -19px;
  left: -28px;
}
.work-list-table-div .work-list-table th.total-th {
  background: #ccffcf;
}
.work-list-table-div .work-list-table th.timezone_1 {
  background: #eeffef; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeffef), color-stop(50%, #eeffef), color-stop(50%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #eeffef 0%, #eeffef 50%, #dadce0 50%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.timezone_2 {
  background: #eeffef; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(50%, #dadce0), color-stop(50%, #eeffef), to(#eeffef));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 50%, #eeffef 50%, #eeffef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.place_1 {
  background: #ffeebe;
}
.work-list-table-div .work-list-table th.place_1.timezone_1 {
  background: #ffeebe; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeebe), color-stop(50%, #ffeebe), color-stop(50%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #ffeebe 0%, #ffeebe 50%, #dadce0 50%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.place_1.timezone_2 {
  background: #ffeebe; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(50%, #dadce0), color-stop(50%, #ffeebe), to(#ffeebe));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 50%, #ffeebe 50%, #ffeebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.member {
  width: 60px;
}
.work-list-table-div .work-list-table th.project {
  width: 280px;
}
.work-list-table-div .work-list-table th.total {
  width: 40px;
}
.work-list-table-div .work-list-table th.has-work {
  background: #5ab237;
}
.work-list-table-div .work-list-table th.has-work.timezone_1 {
  background: #5ab237; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#5ab237), color-stop(50%, #5ab237), color-stop(50%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #5ab237 0%, #5ab237 50%, #dadce0 50%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.has-work.timezone_2 {
  background: #5ab237; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(50%, #dadce0), color-stop(50%, #5ab237), to(#5ab237));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 50%, #5ab237 50%, #5ab237 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.has-work.place_1 {
  background: #e1970e;
}
.work-list-table-div .work-list-table th.has-work.place_1.timezone_1 {
  background: #e1970e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e1970e), color-stop(50%, #e1970e), color-stop(50%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #e1970e 0%, #e1970e 50%, #dadce0 50%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.has-work.place_1.timezone_2 {
  background: #e1970e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dadce0), color-stop(50%, #dadce0), color-stop(50%, #e1970e), to(#e1970e));
  background: linear-gradient(to bottom, #dadce0 0%, #dadce0 50%, #e1970e 50%, #e1970e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div .work-list-table th.week-0, .work-list-table-div .work-list-table th.week-6, .work-list-table-div .work-list-table th.week-7 {
  background: #aaa;
}
.work-list-table-div .work-list-table th.week-8 {
  border-right: 3px solid #aaceff;
  border-left: 3px solid #aaceff;
}
.work-list-table-div .work-list-table th.week-6 {
  color: #15c;
}
.work-list-table-div .work-list-table th.week-0, .work-list-table-div .work-list-table th.week-7 {
  color: #ff0000;
}
.work-list-table-div .work-list-table th.my-holiday {
  background: #0042a8 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table th.my-holiday-half {
  background: #11b1d9 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table th.holiday-work {
  background: #e1970e !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table th.approval-1 {
  background: #5ab237 !important;
}
.work-list-table-div .work-list-table th.reason_1 {
  background: #ff0000 !important;
}
.work-list-table-div .work-list-table th.telephone_1 {
  position: relative;
}
.work-list-table-div .work-list-table th.telephone_1:after {
  background: url(../img/icon_telephone.svg) no-repeat center center/100%;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.work-list-table-div .work-list-table th.telephone_2 {
  position: relative;
}
.work-list-table-div .work-list-table th.telephone_2:after {
  background: url(../img/icon_telephone_sub.svg) no-repeat center center/100%;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.work-list-table-div .work-list-table td {
  border: 1px solid #dadce0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-list-table-div .work-list-table td.maintenance-term-out {
  background: #aaa;
}
.work-list-table-div .work-list-table td.right-border {
  border-right-width: 2px;
}
.work-list-table-div .work-list-table td.td-hachu {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.work-list-table-div .work-list-table td.project {
  text-align: left;
  width: 200px;
}
.work-list-table-div .work-list-table td.project-can-br {
  text-align: left;
  width: 200px;
  white-space: normal;
}
.work-list-table-div .work-list-table td.price {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}
.work-list-table-div .work-list-table td.project-total-work-num {
  color: #15c;
}
.work-list-table-div .work-list-table td.week-0, .work-list-table-div .work-list-table td.week-6, .work-list-table-div .work-list-table td.week-7 {
  background: #aaa;
}
.work-list-table-div .work-list-table td.week-8 {
  background: #aaceff;
}
.work-list-table-div .work-list-table td.has-data {
  background: #ffeebe;
}
.work-list-table-div .work-list-table td.has-data.active_flg_3 {
  background: #bf8f41;
}
.work-list-table-div .work-list-table td.has-data.active_flg_4 {
  background: #bf8f41;
}
.work-list-table-div .work-list-table td.my-holiday {
  background: #0042a8 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table td.my-holiday-half {
  background: #11b1d9 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table td.holiday-work {
  background: #e1970e !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table td[data-color=yellow] {
  background: #ffeebe !important;
  color: #666 !important;
}
.work-list-table-div .work-list-table td[data-color=orange] {
  background: #d95711 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table td[data-color=red] {
  background: #ff0000 !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table td.is-updated-cell {
  background: #e25fef !important;
  color: #fff !important;
}
.work-list-table-div .work-list-table th[data-team-id="1"], .work-list-table-div .work-list-table td[data-team-id="1"] {
  color: #B41D23;
  font-weight: bold;
}
.work-list-table-div .work-list-table th[data-team-id="2"], .work-list-table-div .work-list-table td[data-team-id="2"] {
  color: #e1970e;
  font-weight: bold;
}
.work-list-table-div .work-list-table th[data-team-id="3"], .work-list-table-div .work-list-table td[data-team-id="3"] {
  color: #15c;
  font-weight: bold;
}
.work-list-table-div .work-list-table th[data-team-id="4"], .work-list-table-div .work-list-table td[data-team-id="4"] {
  color: #15c;
  font-weight: bold;
}
.work-list-table-div .work-list-table th[data-team-id="5"], .work-list-table-div .work-list-table td[data-team-id="5"] {
  color: #5ab237;
  font-weight: bold;
}
.work-list-table-div .work-list-table.works-table .works-member-th {
  padding: 2px 5px;
  text-align: right;
}
.work-list-table-div .work-list-table.works-table .works-extra-th {
  color: #f00;
  font-weight: bold;
}
.work-list-table-div .work-list-table.works-table .works-team-th {
  padding: 2px 5px;
}
.work-list-table-div .work-list-table.works-table .works-btn-th {
  padding: 2px 5px;
}
.work-list-table-div .work-list-table.works-table .works-status-td {
  padding: 7px 5px 2px;
}
.work-list-table-div .work-list-table.works-table .note-td {
  position: relative;
}
.work-list-table-div .work-list-table.works-table .note-td .hide-note-div {
  display: none;
  position: absolute;
  background: #fff;
  font-size: 13px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px #aaa;
          box-shadow: 2px 2px #aaa;
  padding: 10px;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 600px;
  text-align: left;
  white-space: normal;
}
.work-list-table-div .work-list-table.works-table .note-td:hover .hide-note-div {
  display: block;
}
.work-list-table-div .work-list-table.works-table .member-name {
  display: inline-block;
  font-size: 13px;
  width: 6em;
}
.work-list-table-div .work-list-table.works-table .member-sort-btn,
.work-list-table-div .work-list-table.works-table .team-sort-btn {
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 2px 10px;
  text-align: center;
}
.work-list-table-div .work-list-table.works-table .member-sort-btn.on,
.work-list-table-div .work-list-table.works-table .team-sort-btn.on {
  background: #bf8f41;
  color: #fff;
}
.work-list-table-div .work-list-table.works-table .member-kintai-status {
  display: inline-block;
  font-size: 10px;
  margin: 0 2px;
  text-align: center;
}
.work-list-table-div .work-list-table.works-table .member-comment {
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin: 0 0 0 10px;
  position: relative;
  vertical-align: middle;
  width: 210px;
}
.work-list-table-div .work-list-table.works-table .member-comment input {
  font-size: 13px;
  padding: 0 10px;
  width: 140px;
}
.work-list-table-div .work-list-table.works-table .member-comment .date {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
.work-list-table-div .work-list-table.works-table .member-comment .work-comment {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-list-table-div .work-list-table.works-table .member-comment .hide-work-comment {
  display: none;
  position: absolute;
  background: #fff;
  font-size: 13px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px #aaa;
  box-shadow: 2px 2px #aaa;
  padding: 10px;
  top: -10px;
  left: 20px;
  z-index: 10;
  width: 400px;
  text-align: left;
  white-space: normal;
}
.work-list-table-div .work-list-table.works-table .member-comment:hover .hide-work-comment {
  display: block;
}
.work-list-table-div .work-list-table.works-table .member-comment .attention {
  color: #e25fef;
}
.work-list-table-div.works-table-div {
  display: block;
  position: relative;
  padding-bottom: 200px;
}
.work-list-table-div.works-table-div .action-btn-div {
  margin: 0 0 10px;
  width: 350px;
}
.work-list-table-div.works-table-div .action-btn-div > * + * {
  margin-left: 10px;
}
.work-list-table-div.works-table-div .all-sort-unlock-btn {
  background: #aaa;
  border-radius: 5px;
  color: #999;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
}
.work-list-table-div.works-table-div .all-sort-unlock-btn.on {
  background: #bf8f41;
  color: #fff;
  cursor: pointer;
}
.work-list-table-div.works-table-div .member-area-acordion-btn {
  background: #5ab237;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
}
.work-list-table-div.works-table-div .member-area-acordion-btn.on {
  background: #d95711;
}
.work-list-table-div.works-table-div .no-member-sort-btn {
  background: #11b1d9;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
}
.work-list-table-div.works-table-div .no-member-sort-btn.on {
  background: #d95711;
}
.work-list-table-div.works-table-div .job-sort-btn {
  background: #11b1d9;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
}
.work-list-table-div.works-table-div .job-sort-btn.on {
  background: #d95711;
}
.work-list-table-div.works-table-div .designer-sort-btn {
  margin-left: 0;
}
.work-list-table-div.works-table-div .color-sort-btn {
  background: #11b1d9;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
  margin-left: 0;
}
.work-list-table-div.works-table-div .color-sort-btn.on {
  background: #d95711;
}
.work-list-table-div.works-table-div .color-sort-btn + .color-sort-btn {
  margin-left: 10px;
}
.work-list-table-div.works-table-div .explain-div {
  position: absolute;
  top: -13px;
  left: 350px;
  font-size: 12px;
}
.work-list-table-div.works-table-div .explain-div.explain-div-2 {
  top: 12px;
  left: 355px;
  color: #e25fef;
  font-size: 14px;
  font-weight: bold;
}
.work-list-table-div.works-table-div .explain-div .explain {
  margin: 0 10px;
}
.work-list-table-div.works-table-div .explain-div .color-box {
  display: inline-block;
  border: 1px solid #dadce0;
  height: 12px;
  width: 12px;
  background: #eeffef;
  margin-right: 2px;
}
.work-list-table-div.works-table-div .explain-div .color-box.office_full {
  background: #5ab237;
}
.work-list-table-div.works-table-div .explain-div .color-box.home_none {
  background: #ffeebe;
}
.work-list-table-div.works-table-div .explain-div .color-box.home_full {
  background: #e1970e;
}
.work-list-table-div.works-table-div .explain-div .color-box.home_half {
  background: #e1970e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e1970e), color-stop(50%, #e1970e), color-stop(50%, #dadce0), to(#dadce0));
  background: linear-gradient(to bottom, #e1970e 0%, #e1970e 50%, #dadce0 50%, #dadce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.work-list-table-div.works-table-div .disp-member-num-div {
  position: absolute;
  left: 340px;
  top: 40px;
  font-size: 13px;
  text-align: right;
  color: #aa9ca0;
}

.submit-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.confirm-check-box {
  position: absolute;
  top: 5px;
  right: 180px;
}
.confirm-check-box .confirm-check-btn {
  background-color: #dadce0;
  color: #999;
  border-radius: 40px;
  min-height: 40px;
  width: 100px;
}
.confirm-check-box .confirm-check-btn.checked {
  background-color: #d95711;
  color: #fff;
}
.confirm-check-box .confirm-check-btn.long {
  font-size: 13px;
  width: 160px;
}
.confirm-check-box + .confirm-check-box {
  right: 300px;
}
.confirm-check-box + .confirm-check-box.pos-2 {
  right: 300px;
}
.confirm-check-box + .confirm-check-box.pos-3 {
  right: 420px;
}
.confirm-check-box.pos-2 {
  right: 300px;
}
.confirm-check-box.pos-3 {
  right: 420px;
}

.result-before-table {
  margin: 0 0 10px;
  border: 1px solid #ccc;
}
.result-before-table th {
  background: #eeeeff;
  border: 1px solid #ccc;
  padding: 5px;
}
.result-before-table td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.result-before-table td .inner-table {
  border: none;
}
.result-before-table td .inner-table th {
  border: none;
}
.result-before-table td .inner-table td {
  border: none;
}
.result-before-table td .has-shortcut {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member-result-div .member-result-table.message-disp-table .c-button {
  border-radius: 40px;
  width: 140px;
  min-height: 40px;
  margin: 7px 0;
}
.member-result-div .member-result-table.message-disp-table .input {
  width: 900px;
}
.member-result-div .member-result-table.message-disp-table th {
  padding: 20px 20px 5px;
  vertical-align: top;
}
.member-result-div .member-result-table.message-disp-table td {
  vertical-align: top;
}
.member-result-div .member-result-table.message-disp-table td span {
  vertical-align: top;
}
.member-result-div .member-result-table.message-disp-table td textarea {
  height: 100px;
}
.member-result-div .member-result-table.message-disp-table .history-txt {
  margin: 15px 0 5px;
}
.member-result-div .member-result-table.message-disp-table .aco-btn {
  cursor: pointer;
  margin: 55px 0 0;
  font-size: 16px;
  text-align: center;
}
.member-result-div .member-result-table.message-disp-table .aco-btn:before {
  content: "▼";
}
.member-result-div .member-result-table.message-disp-table .aco-btn.open:before {
  content: "▲";
}

.old-message-ul {
  border-top: 1px solid #ccc;
  margin: 5px 0;
}
.old-message-ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 50px;
}
.old-message-ul li.hide {
  display: none;
}
.old-message-ul li .date {
  color: #999;
}

.link-ul {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
}
.link-ul li {
  position: relative;
}
.link-ul li + li {
  margin-top: 20px;
}

.js-sortable-table thead th {
  cursor: pointer;
  position: relative;
}
.js-sortable-table thead th:not(.not-sort):before {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #333;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 2px;
  margin: auto;
}
.js-sortable-table thead th:not(.not-sort):after {
  border-top: 3px solid #333;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 2px;
  margin: auto;
}
.js-sortable-table thead th.not-sort {
  pointer-events: none;
}
.js-sortable-table tbody tr:nth-child(2n) {
  background: #eeeeff;
}
.js-sortable-table tbody .total-td {
  border-right: 2px solid #dadce0;
}

.analysis-table .cell-div {
  padding-right: 10px;
  text-align: right;
}
.analysis-table .analysis-inner-div div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.analysis-table .analysis-inner-div .home-div {
  background: #ffeebe;
}
.analysis-table .analysis-inner-div .total-div {
  background: #ccffcf;
}
.analysis-table .analysis-inner-div .extra-div {
  background: #aaceff;
}
.analysis-table .analysis-inner-div .irregular-div {
  background: #ffdddd;
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}
.analysis-table .analysis-inner-div .irregular-div-2 {
  background: #f0b70e;
  color: #d95711;
  font-weight: bold;
  font-size: 14px;
}
.analysis-table .analysis-inner-div .irregular-div-2.has-padding {
  padding: 0 5px;
}
.analysis-table .analysis-inner-div .irregular-div-3 {
  background: #aaceff;
  color: #15c;
  font-weight: bold;
  font-size: 14px;
}
.analysis-table .analysis-inner-div .irregular-div-3.has-padding {
  padding: 0 5px;
}
.analysis-table tbody tr {
  border-bottom: 2px solid #999;
}
.analysis-table tbody tr.border-normal {
  border-width: 1px;
}
.analysis-table .no-work {
  color: #f0b70e;
  font-weight: bold;
}
.analysis-table .no-work-td {
  background: #dadce0;
}

#wrapper .month-separate-td {
  border-right: 2px solid #bbb;
}

.geppo-title {
  font-size: 20px;
  margin: 20px 0 0;
}

.geppo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.geppo-area .geppo {
  padding: 0 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.geppo-area .geppo + .geppo {
  border-left: 1px solid #ccc;
}
.geppo-area .geppo .message {
  color: #aa9ca0;
  font-size: 12px;
  padding: 0 0 10px;
}
.geppo-area .geppo-update-btn {
  cursor: pointer;
  min-height: 40px;
  width: 80px;
}

.geppo-update-area {
  margin: 60px 0 0;
}
.geppo-update-area .geppo-update-title {
  font-size: 20px;
}
.geppo-update-area .geppo-update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.geppo-update-area .geppo-update input[type=text], .geppo-update-area .geppo-update textarea {
  width: 400px;
}
.geppo-update-area .geppo-update textarea {
  height: 100px;
}

.notice-admin {
  font-size: 12px;
  color: #ff0000;
  margin: 0 10px;
}

/* -----------------------------------------------
* admin Module
* adminページ用
-------------------------------------------------- */
.value-setting.input-box-wrap .input-box .input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.value-setting.input-box-wrap .input-box .input input {
  width: 80%;
}
.value-setting.input-box-wrap .input-box .input * + * {
  margin-left: 10px;
}

/* -----------------------------------------------
* leader Module
* leaderページ用
-------------------------------------------------- */
.copy-dummy-input {
  background: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  padding: 3px 5px;
  border: none;
}
.copy-dummy-input.no-display {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------
* mypage Module
* mypageページ用
-------------------------------------------------- */
.info-ul li {
  font-size: 16px;
  margin: 0 0 10px;
}
.info-ul li .ttl {
  display: inline-block;
  width: 9em;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#nippo-input-modal .modalWrapper {
  max-width: 1000px;
}
#nippo-input-modal .work-input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nippo-input-modal .work-input-box.div-rest-all-btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#nippo-input-modal .work-input-box .work-input-num {
  border: 1px solid #dadce0;
  cursor: pointer;
  margin: 10px;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: bold;
  width: calc(20% - 20px);
  text-align: center;
}
#nippo-input-modal .work-input-box .work-input-num.rest-all-btn {
  width: 250px;
}
#nippo-input-modal .work-input-box .work-input-num.has-text {
  width: 250px;
}

.nippo-total {
  margin: 20px 0;
  font-size: 20px;
}

.leader-comment {
  margin: 40px 0;
}
.leader-comment .ttl {
  font-size: 20px;
}

.now-total-work-num {
  color: #d95711;
}

.status_3 .select2-container--default .select2-selection--single {
  border: 2px solid #d95711;
}

.status_4 .select2-container--default .select2-selection--single {
  border: 2px solid #5ab237;
}

.request_status_5 .select2-container--default .select2-selection--single {
  border: 2px solid #0042a8;
}

.status_error .select2-container--default .select2-selection--single {
  border: 2px solid #ff0000;
}

.admin-content-list-block.nippo-input .content-detail-form {
  position: relative;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal {
  display: block;
  top: auto;
  bottom: -135px;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .title {
  text-align: center;
  font-weight: bold;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .explain {
  color: #999;
  font-size: 12px;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .explain strong {
  font-weight: bold;
  text-decoration: underline;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .calc-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .calc-area .unit {
  margin: 0 10px;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .calc-area .unit.equal {
  font-size: 22px;
}
.admin-content-list-block.nippo-input .work-num-calc-mini-modal .calc-area input {
  margin-right: 5px;
  width: 4em;
}

/* -----------------------------------------------
* project Module
* projectページ用
-------------------------------------------------- */
.divide-project {
  display: none;
  position: relative;
  margin: 10px 0 0;
}
.divide-project.on {
  display: block;
}
.divide-project .divide-project-ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.divide-project .divide-project-ul li > * {
  margin-left: 10px;
}
.divide-project .divide-project-ul li + li {
  margin-top: 5px;
}
.divide-project .divide-project-ul li .input {
  width: 130px;
}
.divide-project .divide-project-ul li .divide-mark {
  position: relative;
  height: 30px;
  width: 30px;
}
.divide-project .divide-project-ul li .divide-mark:before {
  background: #333;
  content: "";
  height: 2px;
  width: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.divide-project .divide-project-ul li .divide-mark:after {
  background: #333;
  content: "";
  width: 2px;
  height: 16px;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.divide-project .divide-project-ul li.end .divide-mark:after {
  height: 10px;
  right: 8px;
  bottom: 8px;
}
.divide-project .divide-project-alert {
  color: #ff0000;
  margin: 5px 0 0 50px;
  font-size: 14px;
  display: none;
}
.divide-project .shortcut-mini-modal {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #ffeebe;
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.plus-minus-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.plus-minus-btn:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 16px;
}
.plus-minus-btn.plus-btn {
  background: #15c;
}
.plus-minus-btn.plus-btn:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 16px;
}
.plus-minus-btn.minus-btn {
  background: #ff0000;
  display: none;
}
.plus-minus-btn:hover {
  opacity: 0.7;
}

.project-quotation-upload-area {
  position: absolute;
  right: 0;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dashed #aa9ca0;
  border-radius: 10px;
  padding: 10px 20px;
  color: #aa9ca0;
}
.project-quotation-upload-area .text {
  display: block;
  font-size: 14px;
}
.project-quotation-upload-area.dragover {
  background: #d95711;
  border-color: #d95711;
  color: #fff;
}
.project-quotation-upload-area .quotation-upload-label {
  display: none;
  border: 1px solid #aaa;
  font-size: 14px;
  padding: 3px 10px;
}
.project-quotation-upload-area .quotation-upload-label:hover {
  background: #aa9ca0;
  color: #fff;
}
.project-quotation-upload-area .quotation-upload-input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.input-box-order-price .title {
  position: relative;
}
.input-box-order-price .title .view-quatation-detail-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 50px;
  border-radius: 5px;
  background: #15c;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.input-box-order-price .title .view-quatation-detail-btn:hover {
  opacity: 0.7;
}

.quatation-detail-modal .modalWrapper {
  width: 90vw;
  max-width: 1200px;
  height: 85vh;
}
.quatation-detail-modal .modalWrapper .modal-body {
  padding: 20px;
  height: calc(85vh - 60px);
  overflow: auto;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table {
  border: 1px solid #ccc;
  font-size: 14px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th {
  background: #eeffef;
  border: 1px solid #ccc;
  padding: 5px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th.th-kind {
  width: 100px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th.th-name {
  width: 220px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th.th-note {
  width: 480px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th.th-price-per-unit {
  width: 100px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table th.th-price {
  width: 100px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td {
  border: 1px solid #ccc;
  padding: 5px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td.td-kind {
  font-size: 12px;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td.td-no, .quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td.td-quantity, .quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td.td-price-per-unit, .quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area table td.td-price {
  text-align: right;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area .quatation-disp-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area .quatation-disp-ok .quatation-disp-ok-btn {
  background: #15c;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.quatation-detail-modal .modalWrapper .modal-body .quatation-detail-area .quatation-disp-ok .quatation-disp-ok-btn:hover {
  opacity: 0.7;
}

.project-info-copy {
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px;
  padding: 10px 20px;
  background: #d95711;
  color: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.project-info-copy:hover {
  opacity: 0.7;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.daily_report {
  padding: 80px 0 0 200px;
  width: 100%;
  font-weight: 600;
  /*** チーム日報 ***/
}
.daily_report .table-wrap {
  max-height: 550px;
}
.daily_report .title.sp {
  width: 100%;
  height: 100px;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.daily_report .title.sp h2 {
  font-size: 24px;
  font-weight: 800;
}
.daily_report .title.sp .bread {
  color: #999999;
  font-size: 12px;
}
.daily_report .title.sp .bread a {
  text-decoration: none;
}
.daily_report .title.sp .bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 子要素(li)を横一列に並べる */
  list-style-type: none;
  /* リスト要素に表示されている"・"を非表示 */
  text-decoration: none;
}
.daily_report .title.sp .bread span::before {
  content: url(../img/arrow.png);
  top: 50%;
  margin: 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.daily_report .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.daily_report .wrap .calender {
  width: 60%;
  height: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 70px;
  /* 以下ボタンスタイル */
}
.daily_report .wrap .calender h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.daily_report .wrap .calender h3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.daily_report .wrap .calender h3 a.left {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 20px;
}
.daily_report .wrap .calender h3 a.right {
  margin-left: 20px;
}
.daily_report .wrap .calender .time_all {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f6ff;
  border-radius: 30px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.daily_report .wrap .calender .time_all li {
  width: 20%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.daily_report .wrap .calender .time_all li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #dadce0;
  position: absolute;
}
.daily_report .wrap .calender .time_all .time_all_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-size: 12px;
}
.daily_report .wrap .calender .time_all .time_all_flex span {
  color: #1155cc;
  font-size: 16px;
}
.daily_report .wrap .calender button:not(.apply-c-button) {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
.daily_report .wrap .calender button:not(.apply-c-button).reset-btn {
  background-color: #d95711;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 2px 4px;
  width: auto;
  font-size: 14px;
  min-height: 1px;
}
.daily_report .wrap .paid {
  width: 40%;
  min-height: 100vh;
  background-color: hsl(210deg, 17%, 98%);
  padding: 30px 3.5vw 0 3.5vw;
}
.daily_report .wrap .paid h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  border-bottom: 1px solid #dadce0;
  position: relative;
}
.daily_report .wrap .paid h3 .rest-holiday-info {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  display: inline-block;
}
.daily_report .wrap .paid h3 .small {
  font-size: 16px;
  font-weight: normal;
}
.daily_report .wrap .paid li {
  margin: 30px 0;
}
.daily_report .wrap .paid li:nth-child(-n+2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.daily_report .wrap .paid li p {
  width: 100px;
  min-width: 100px;
}
.daily_report .wrap .paid li select {
  height: 40px;
  width: 160px;
  background: #fff;
  padding: 0 10px;
}
.daily_report .wrap .paid li .date_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 14px;
  color: #cbcbcb;
}
.daily_report .wrap .paid li .date_c span.pc {
  font-size: 16px;
  text-align: center;
  margin: 0 5px;
}
.daily_report .wrap .paid li input {
  height: 40px;
  width: 9vw;
  border: 1px solid #dadce0;
  background: #fff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-weight: 600;
  padding: 0 5px;
}
.daily_report .wrap .paid li input .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.daily_report .wrap .paid li textarea {
  width: 100%;
  resize: none;
  height: 110px;
  border: 1px solid #dadce0;
  background: #fff;
  padding: 5px 10px;
}
.daily_report .wrap .paid li.checkbox input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  left: 0;
}
.daily_report .wrap .paid .c-button {
  margin: 0 auto;
}
.daily_report .wrap .my-holiday-div {
  margin: 40px 0 0;
  padding: 0 0 20px;
}
.daily_report .wrap .my-holiday-div .my-holiday-ul li {
  margin: 7px 0;
}
.daily_report .openModal {
  border-bottom: 1px solid #333;
}
.daily_report .openModal.none-underline {
  border-bottom: none;
}
.daily_report.approval .wrap .calender {
  width: 40%;
}
.daily_report.approval .wrap .paid {
  width: 60%;
}
.daily_report.approval .approval-sort-box {
  position: absolute;
  right: 3.5vw;
  top: 25px;
}
.daily_report.approval .approval-sort-box .month-box {
  background: #fff;
}
.daily_report.approval .approval-div {
  height: 60vh;
  overflow-y: scroll;
}
.daily_report.approval .approval-div .approval-ul {
  border: 1px solid #dadce0;
}
.daily_report.approval .approval-div .approval-ul li {
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.daily_report.approval .approval-div .approval-ul li .name {
  margin: 0 0 10px;
}
.daily_report.approval .approval-div .approval-ul li .date {
  font-size: 14px;
  padding: 0 0 0 10px;
}
.daily_report.approval .approval-div .approval-ul li .time {
  font-size: 14px;
}
.daily_report.approval .approval-div .approval-ul li .work-num {
  margin-left: 10px;
  font-size: 14px;
}
.daily_report.approval .approval-div .approval-ul li .nippoes {
  font-size: 12px;
}
.daily_report.approval .approval-div .approval-ul li .leader-comment {
  color: #15c;
  font-size: 14px;
  margin: 10px 0 0;
}
.daily_report.approval .approval-div .approval-ul li .leader-comment .ttl {
  font-size: 12px;
  color: #333;
}
.daily_report.approval .approval-div .approval-ul li.approved {
  background: #eeffef;
}
.daily_report.approval .approval-div .approval-ul li.comment-selected {
  background: #c1e1ff !important;
}
.daily_report.approval .approval-div .approval-ul li + li {
  border-top: 1px solid #dadce0;
}
.daily_report.approval .approval-div .approval-ul li .action-box {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}
.daily_report.approval .approval-div .approval-ul li .action-box .nippo-update-btn {
  background: url(../img/list_icon_black.svg) no-repeat center center/100%;
  width: 20px;
  height: 20px;
  margin: 4px 8px;
  cursor: pointer;
}
.daily_report.approval .approval-div .approval-ul li .action-box .nippo-update-btn a {
  display: block;
  height: 100%;
  width: 100%;
}
.daily_report.approval .approval-div .approval-ul li .action-box .nippo-update-btn:hover {
  background: url(../img/list_icon.svg) no-repeat center center/100%;
}
.daily_report.approval .approval-div .approval-ul li .action-box .comment-btn {
  background: url(../img/comment.svg) no-repeat center center/100%;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  cursor: pointer;
}
.daily_report.approval .approval-div .approval-ul li .action-box .comment-btn:hover {
  background: url(../img/comment_hover.svg) no-repeat center center/100%;
}
.daily_report.approval .approval-div .approval-ul li .action-box .approval-btn {
  background: url(../img/check.svg) no-repeat center center/100%;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  cursor: pointer;
}
.daily_report.approval .approval-div .approval-ul li .action-box .approval-btn:hover {
  background: url(../img/check_hover.svg) no-repeat center center/100%;
}
.daily_report.approval .approval-div .approval-ul li .action-box .approval-btn.approved {
  background: url(../img/checked.svg) no-repeat center center/100%;
}
.daily_report.approval .approval-comment-div {
  margin: 10px 0 0;
}
.daily_report.approval .approval-comment-div textarea {
  width: 100%;
}
.daily_report.approval .approval-comment-div textarea:focus {
  border: 1px solid #15c;
}
.daily_report .nippo-member-name {
  position: absolute;
  right: 30px;
  top: 5px;
}
.daily_report.all_print .wrap {
  display: block;
}
.daily_report.all_print .wrap .calender {
  height: 1020px;
  margin-top: 0px !important;
}

.openModal:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modalArea {
  position: fixed;
  /* サイトによってここの数値は調整 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: none;
  z-index: 10000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.modalBg {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 620px;
  background-color: #fff;
  border-radius: 10px;
}
.modalWrapper.wide {
  width: 80%;
  max-width: 1400px;
}
.modalWrapper .modalContents .ttl {
  height: 60px;
  background: #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0px 0px;
  padding: 0 45px;
}
.modalWrapper .modalContents .ttl h4 {
  font-size: 18px;
  font-weight: 600;
}
.modalWrapper .modalContents .textbox input {
  height: 30px;
  width: 145px;
}
.modalWrapper .modalContents .form {
  padding: 30px 50px 50px 50px;
}
.modalWrapper .modalContents .form .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modalWrapper .modalContents .form .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  padding-top: 20px;
}
.modalWrapper .modalContents .form .time li {
  width: 40%;
}
.modalWrapper .modalContents .form .time .end {
  margin-left: 20px;
}
.modalWrapper .modalContents .form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
  width: 145px;
}
.modalWrapper .modalContents .form li .c-pulldown {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.modalWrapper .modalContents .form li .c-pulldown:after {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modalWrapper .modalContents .form li textarea {
  padding: 5px 10px;
  width: 250px;
}
.modalWrapper .modalContents .form select {
  height: 30px;
  width: 145px;
  border: 1px solid #dadce0;
  text-align: center;
  padding: 0 10px;
}
.modalWrapper .modalContents a {
  font-size: 14px;
  width: 150px;
  height: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #1155cc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 80px;
  margin: 0 auto;
  margin-top: 30px;
  text-decoration: none;
}
.modalWrapper .modalContents a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modalWrapper .modalContents a.c-button {
  margin: 0 auto;
}
.modalWrapper .modalContents a.c-button.nippo-btn {
  background-color: #5ab237;
}
.modalWrapper .modalContents .submit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 20px;
}
.modalWrapper .modalContents .history-select-input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.modalWrapper .modalContents .history-select-btn {
  margin: 0 0 20px;
  font-size: 15px;
  text-align: left;
  width: calc((100% - 80px) / 4);
  overflow: hidden;
}

.closeModal {
  position: absolute;
  top: 0.7rem;
  right: 2rem;
  cursor: pointer;
  font-size: 20px;
}
.closeModal:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* モーダルCSSここまで */
/* -----------------------------------------------
* admin Module
* adminページ用
-------------------------------------------------- */
.officecheck-table-div .youshiki {
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}
.officecheck-table-div .officecheck-title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
.officecheck-table-div .target-date {
  text-align: right;
  -webkit-text-decoration: underline double;
          text-decoration: underline double;
  font-weight: normal;
  font-size: 14px;
}
.officecheck-table-div .officecheck-table-table {
  border-collapse: collapse;
  border: 2px solid #333;
  font-size: 12px;
  margin: 5px auto;
  width: calc(100% - 40px);
}
.officecheck-table-div .officecheck-table-table .second-header th {
  border-bottom: 3px double #333;
}
.officecheck-table-div .officecheck-table-table th {
  border: 1px solid #333;
  padding: 2px 6px;
  text-align: center;
}
.officecheck-table-div .officecheck-table-table th.right-border {
  border-right-width: 2px;
}
.officecheck-table-div .officecheck-table-table td {
  border: 1px solid #333;
  padding: 2px 6px;
  text-align: center;
  font-weight: normal;
}
.officecheck-table-div .officecheck-table-table td.right-border {
  border-right-width: 2px;
}
.officecheck-table-div .confirm-stamp-box {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
}
.officecheck-table-div .confirm-stamp-box .confirm-stamp-table {
  border: 1px solid #333;
}
.officecheck-table-div .confirm-stamp-box .confirm-stamp-table td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
}
.officecheck-table-div .confirm-stamp-box .confirm-stamp-table td.stamp-td {
  padding: 15px 40px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button,
label {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a:hover {
    text-decoration: none;
  }
  .c-header .nav-wrap .header-menu {
    width: 300px;
  }
  .c-header .nav-wrap .header-menu-area .topics {
    padding-top: 50px;
  }
  .c-table {
    max-height: 1000px;
  }
  .c-table table {
    max-height: 1000px;
  }
  .c-table tbody {
    height: 1000px;
  }
  .nippo-input-table td select {
    font-size: 14px;
  }
  .sort-box .status-box .status:hover {
    background: #15c;
    color: #fff !important;
  }
  .sort-box .status-box .status.status_2:hover {
    background: #f0b70e;
  }
  .sort-box .status-box .status.status_3:hover {
    background: #d95711;
  }
  .sort-box .status-box .status.status_4:hover {
    background: #5ab237;
  }
  .sort-box .status-box .status.status_5:hover {
    background: #11b1d9;
  }
  .sort-box .status-box .status.request_status_0:hover, .sort-box .status-box .status.request_status_5:hover {
    background: #6a6a6a;
  }
  .sort-box .status-box .status.request_status_1:hover {
    background: #f17100;
  }
  .sort-box .status-box .status.request_status_4:hover {
    background: #ff5b85;
  }
  .sort-box .status-box .status.request_status_3:hover {
    background: #929292;
  }
  .sort-box .status-box .status.request_status_2:hover {
    background: #000;
  }
  .sort-box .status-box .status.maintenance:hover {
    background: #bf8f41;
  }
  .sort-box .status-box.end_flg .status:hover {
    color: #fff !important;
  }
  .sort-box .status-box.end_flg .status.status_before:hover {
    background: #15c;
  }
  .sort-box .status-box.end_flg .status.status_now:hover {
    background: #f0b70e;
  }
  .sort-box .status-box.end_flg .status.status_after:hover {
    background: #d95711;
  }
  .sort-box .status-box.end_flg .status.status_0:hover {
    background: #15c;
  }
  .one-column-block .inner-block {
    width: 800px;
  }
  .login-form-block {
    max-width: 800px;
  }
  .login-form-block .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }
  .login-form-block .input-box .title {
    width: 9em;
  }
  .login-form-block .input-box input {
    width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .main-block {
    padding: 0;
    padding-top: 70px;
  }
  .main-block .wrap.flex {
    display: block;
  }
  .content-title-wrap .content-title {
    font-size: 18px;
  }
  .content-title-wrap .content-title .sub-text {
    font-size: 14px;
  }
  .input-box-wrap {
    overflow: scroll;
    width: 100%;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: 600;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 14px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header .beside .logo {
    height: auto;
    width: auto;
    border: none;
    padding: 0 20px;
  }
  .c-header .beside {
    height: 70px;
  }
  .c-header .beside .beside {
    background-color: #fff;
  }
  .c-header .beside .beside h1 img {
    width: 29.3333333333vw;
  }
  .c-header .beside .beside .logo {
    width: auto;
    height: auto;
    margin-left: 20px;
    border-right: none;
  }
  .c-header .beside .header-right-link {
    top: 20px;
    right: 70px;
  }
  .c-header .beside .header-right-link .c-button {
    font-size: 12px;
    min-height: 24px;
    border-radius: 24px;
    width: 80px;
  }
  .c-header .beside .header-right-link .c-button a {
    min-height: 24px;
  }
  .c-header .btn-menu {
    width: 60px;
    height: 60px;
  }
  .c-header .btn-menu .inn {
    width: 30px;
    height: 20px;
  }
  .c-header .nav-wrap {
    padding-bottom: 0px;
    margin-top: 70px;
  }
  .c-header .nav-wrap .header-menu-area {
    display: block;
    padding-top: 0px;
  }
  .c-header .nav-wrap .header-menu-area .li-btn {
    border-bottom: 1px solid #dadce0;
    height: 50px;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header .nav-wrap .header-menu-area .li-btn::after {
    content: url(../img/arrow02.svg);
    display: inline-block;
    padding: 0 20px;
  }
  .c-header .nav-wrap .header-menu-area .li-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header .nav-wrap .header-menu-area .open::before {
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
            transform: rotate(90deg) translate3d(0, 0, 0);
  }
  .c-header .nav-wrap .header-menu-area .header-menu li + li {
    margin: auto;
  }
  .c-header .nav-wrap .header-menu-area .btn-wrap {
    position: static;
  }
  .c-button {
    width: 190px;
    min-height: 55px;
    font-size: 14px;
  }
  .c-table .division {
    padding: 0px 45px;
  }
  .c-table .table-wrap {
    max-height: 370px;
  }
  .c-table table {
    width: auto;
    table-layout: fixed;
  }
  .c-table tbody {
    height: 400px;
  }
  .c-table th, .c-table td {
    min-width: 88px;
    padding: 5px 15px;
    min-width: 20vw;
    width: auto;
  }
  .nippo-input-table {
    display: block;
    width: 100%;
  }
  .nippo-input-table tbody {
    display: block;
  }
  .nippo-input-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nippo-input-table tr[data-nippo-num] {
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .nippo-input-table tr[data-nippo-num] + [data-nippo-num] {
    border-bottom: 1px solid #ccc;
  }
  .nippo-input-table th {
    display: none;
  }
  .nippo-input-table td {
    padding: 10px 0;
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .nippo-input-table td select {
    width: 100%;
  }
  .nippo-input-table td.history {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
  .nippo-input-table td.history .history-btn {
    margin: 0;
  }
  .nippo-input-table td.work_num {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
  }
  .nippo-input-table td.progress {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 40%;
    line-height: 40px;
  }
  .nippo-input-table td.comment input {
    width: 100%;
  }
  .one-column-block {
    padding-top: 40px;
  }
  .one-column-block .one-column-title {
    font-size: 20px;
  }
  .home {
    padding: 0;
    padding-top: 70px;
  }
  .home .extra-work-disp-area {
    position: relative;
    top: 0;
    right: auto;
  }
  .home .wrap {
    display: block;
  }
  .home .wrap .left {
    width: 100%;
  }
  .home .wrap .this_month {
    background-color: hsl(210deg, 17%, 98%);
    width: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0;
  }
  .home .wrap .this_month h3 {
    font-size: 20px;
  }
  .home .wrap .this_month .time_sp .btn {
    min-width: 42vw;
  }
  .home .wrap .this_month .time_sp .btn:nth-child(n+1):nth-child(-n+3) {
    margin-right: 0px;
  }
  .home .wrap .this_month .money {
    padding: 35px 15px 0 15px;
    margin-bottom: 10px;
    background: #fff;
  }
  .home .wrap .this_month .number li.title {
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
  }
  .home .wrap .this_month .number .decision, .home .wrap .this_month .number .forecast, .home .wrap .this_month .number .target, .home .wrap .this_month .number .request {
    display: block;
  }
  .home .wrap .this_month .number .target {
    padding-top: 15px;
  }
  .home .wrap .this_month .number .decision p span, .home .wrap .this_month .number .forecast p span, .home .wrap .this_month .number .request p span {
    font-size: 15px;
  }
  .home .wrap .this_month .number .forecast .icon::after {
    width: 22px;
    margin: 0 0 0 10px;
  }
  .home .wrap .this_month .graph {
    padding-top: 20px;
  }
  .home .wrap .works {
    background-color: #fff;
  }
  .home .time {
    width: 100%;
    padding: 30px 20px 50px 20px;
    background-color: #fff;
    min-height: auto;
  }
  .home .time h3 {
    line-height: 50px;
  }
  .home .time .btn {
    min-width: 42vw;
  }
  .home .time .btn:nth-child(n+1):nth-child(-n+3) {
    margin-right: 0px;
  }
  .home .time .chat {
    margin: 30px 0 20px 0px;
  }
  .home .time .chat table {
    width: 100%;
    table-layout: auto;
  }
  .home .time .chat tbody {
    height: 400px;
    overflow-y: unset;
    overflow-x: unset;
    display: table-row-group;
  }
  .home .time .chat tbody td span {
    font-size: 12px;
  }
  .login-form-block {
    padding: 20px;
  }
  .login-form-block .input-box {
    margin: 0 0 20px;
  }
  .login-form-block .input-box .title {
    margin: 0 0 10px;
  }
  .login-form-block .input-box input {
    width: 100%;
  }
  #nippo-input-modal .work-input-box .work-input-num {
    font-size: 14px;
    padding: 5px 8px;
  }
  #nippo-input-modal .work-input-box .work-input-num.has-text {
    width: 150px;
  }
  .admin-content-list-block.nippo-input .work-num-calc-mini-modal {
    display: none;
  }
  .daily_report {
    padding: 0;
    padding-top: 70px;
  }
  .daily_report .wrap {
    display: block;
  }
  .daily_report .wrap .calender {
    margin: 0;
  }
  .daily_report .wrap .calender h3 {
    line-height: 50px;
  }
  .daily_report .wrap .calender .time_all {
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 10px;
    border-radius: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .daily_report .wrap .calender .time_all li {
    width: auto;
    height: auto;
  }
  .daily_report .wrap .calender .time_all .time_all_flex {
    margin: 0;
    padding: 10px 20px;
  }
  .daily_report .wrap .calender {
    width: 100%;
  }
  .daily_report .wrap .paid {
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: auto;
  }
  .daily_report .wrap .paid h3 {
    font-size: 20px;
    line-height: 50px;
  }
  .daily_report .wrap .paid li:nth-child(-n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .daily_report .wrap .paid li p {
    padding-bottom: 10px;
  }
  .daily_report .wrap .paid li select {
    height: 45px;
    max-width: 120px;
  }
  .daily_report .wrap .paid li input {
    width: 49%;
    height: 45px;
    padding: 0 10px;
  }
  .daily_report .wrap .paid li textarea {
    margin: 0;
    height: 70px;
  }
  .modalWrapper {
    width: 90%;
  }
  .modalWrapper .modalContents .ttl {
    padding: 0 25px;
  }
  .modalWrapper .modalContents .ttl h4 {
    font-size: 20px;
  }
  .modalWrapper .modalContents .textbox input {
    width: 38vw;
    height: 45px;
  }
  .modalWrapper .modalContents .form {
    padding: 15px 15px 30px 15px;
    overflow: scroll;
    max-height: 70vh;
  }
  .modalWrapper .modalContents .form .txt {
    display: inline;
    text-align: left;
  }
  .modalWrapper .modalContents .form .time .end {
    margin-left: 0;
  }
  .modalWrapper .modalContents .form li {
    padding: 0;
    width: auto;
  }
  .modalWrapper .modalContents .form select {
    width: 38vw;
    height: 45px;
  }
  .modalWrapper .modalContents a {
    width: 115px;
    height: 40px;
    border-radius: 30px;
  }
  .modalWrapper .modalContents .history-select-btn {
    width: 100%;
  }
  .closeModal {
    right: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */