@charset "UTF-8";
@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
    line-height: 150%;
  }
  body {
    font-size: 1.0rem;
  }
  th {
    font-size: 1.0rem;
  }
  td {
    font-size: 1.0rem;
  }
  .timeline > div > .timeline-item > .time {
    font-size: 0.8rem;
  }
  .timeline > div > .timeline-item > .timeline-header {
    font-size: 1.0rem;
  }
}

.middle-small {
  font-size: 90%;
}

.nav-treeview .nav-item {
  /* background-color: #000000; */
  border-radius: 5px;
}

[class*=sidebar-light-] {
  background-color: rgb(255 255 255 / 90%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.icon-with-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}

.icon-with-text.inquiry-form-link {
  color: #f39c12;
}

.icon-with-text.help-link {
  color: #3f6791;
}

.icon-with-text .icon {
  font-size: 2em;
  margin-bottom: 4px;
}

.icon-with-text .text {
  font-size: 0.7rem;
  font-weight: bold;
}

.btn-primary {
  background-color: #5d9cec;
  border-color: #468ee9;
  &:hover {
    background-color: #2f80e7;
    border-color: #196ed9;
  }
}
.btn-success {
  background-color: #a0d468;
  border-color: #94ce54;
  &:hover {
    background-color: #87c940;
    border-color: #75b233;
  }
}
.btn-info {
  background-color: #22b1e3;
  border-color: #199bc8;
  &:hover {
    background-color: #22b1e3;
    border-color: #199bc8;
  }
}
.btn-warning {
  background-color: #ffce54;
  border-color: #ffc73a;
  &:hover {
    background-color: #ffbf21;
    border-color: #fcb400;
  }
}
.btn-danger {
  background-color: #ed5565;
  border-color: #eb3e50;
  &:hover {
    background-color: #e8273b;
    border-color: #d5172b;
  }
}

.clickable {
  cursor: pointer;
}

*[draggable=true] {
  -moz-user-select: none;
  -khtml-user-drag: element;
  cursor: move;
}

.modal.fade:not(.show) .modal-dialog {
  transform: translate(0,0) scale(0.85,0.85)!important;
}

.blink {
  -webkit-animation: blink 2s ease infinite;
  animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.direct-chat-messages {
  height: auto;
}

.direct-chat-contacts {
  height: auto;
}

.vision-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.comment-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.comment-create-red {
  color:#ed5565;
}

.project-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.topic-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.todo-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.feedback-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.budget-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.workflow-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.sales-project-user-img {
  cursor: default;
}

.workflow-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.workflow-user-img-done {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.workflow-user-img-active {
  border: 2px solid #ffc107;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.workflow-user-img-deactive {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.workflow-user-img-sm {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 50px;
}

.workflow-stamp-wrapper {
  position: relative;
  margin-left: 10px;
  width: 110px;
}

.workflow-approval-user-wrapper {
  width: 120px;
  text-align: center;
}

.survey-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.survey-user-img-active {
  border: 2px solid #ffc107;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.survey-user-img-done {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.survey-user-img-deactive {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.user-img-frame {
  display: inline-block;
  text-align: center;
}

.topic-create-red {
  color: #ed5565;
}

.readers-list-info {
  color: #000000;
  margin-left: 45px;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: .5;
  top: .3em;
}

label.label-for-input {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 1px;
}

label.label-for-input.sp {
  display: none;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
  color: #000000 !important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
  background-color: #a9cbe9 !important;
}

div.doughnut-chart-legend-row {
  font-size: 0.8rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  label.label-for-input.sp {
    display: block;
  }
}

label.required:after {
  margin-left: 0.6em;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #dc3545;
  content: "必須";
  white-space: nowrap;
}

.todo-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.todo-owner-user-img {
  margin: 0 auto;
  padding: 2px;
  width: 50px;
}

.popup-card {
  transition: box-shadow 0.2s, transform 0.2s;
}

.popup-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  transform: translate(0, -2px);
}

.popup-card.editable div.card-header div.card-tools i.fas.fa-pen{
  display: none;
}

.popup-card.editable:hover div.card-header div.card-tools i.fas.fa-pen{
  display: block;
}

.dailyreport-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.dailyreport-user-img-success {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.dailyreport-user-img-warning {
  border: 2px solid #ffc107;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.dailyreport-user-img-danger {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.dailyreport-user-img-secondary {
  border: 2px solid #6c757d;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.dailyreport-line-chart {
  min-height: 550px;
  height: 550px;
  max-height: 550px;
  max-width: 100%;
}

.project.table td {
  line-height: 1;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.project.table .disabled {
  opacity: 0.35;
}

.project .is-prospect:not(.disabled) {
  color: #8ba3b8 !important;
  cursor: help;
  position: relative;
}

.project .is-prospect:not(.disabled)::after {
  content: '\f05a';
  position: absolute;
  top: 1px;
  right: 3px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 0.9rem;
  color: #d4d4d4;
}

.project-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.project-user-img-fine {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.project-user-img-cloud {
  border: 2px solid #ffc107;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.project-user-img-rain {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.project-user-img-secondary {
  border: 2px solid #6c757d;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.stamped {
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: 60%;
}

.stamped, .project-dashboard {
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 60%;
}

.project-badge {
  font-size: 0.8em;
}

.user-img-circle {
  border: 2px solid;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-1 {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-2 {
  border: 2px solid #605ca8;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-3 {
  border: 2px solid #001f3f;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-4 {
  border: 2px solid #343a40;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-5 {
  border: 2px solid #ff851b;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-6 {
  border: 2px solid #39cccc;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-7 {
  border: 2px solid #3d9970;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-8 {
  border: 2px solid #3c8dbc;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.user-img-circle-9 {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 36px;
}

.budget-user-img {
  margin: 0 auto;
  width: 40px;
  height: auto;
}

.wcp-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.project-report-export {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.budget-export-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.recruit-export-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.survey-report-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.meeting-report-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.sales-project-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.sales-client-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.wcp-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

@keyframes hide{
  from{
      opacity: 1;
  }
  to{
      opacity: 0;
  }
}

.edit-block{
  display: none;
}

.edit-block.show{
  display: block;
  animation: show 0.3s linear 0s;
}

.edit-block.hide{
  display: none;
  animation: hide 0.3s linear 0s;
}

.table-block{
  display: block;
}

.table-block.show{
  display: block;
  animation: show 0.3s linear 0s;
}

.table-block.hide{
  display: none;
  animation: hide 0.3s linear 0s;
}

.detail-block{
  display: none;
}

.detail-block.show{
  display: block;
  animation: show 0.3s linear 0s;
}

.detail-block.hide{
  display: none;
  animation: hide 0.3s linear 0s;
}

.todo-report-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.nav-item.sub-menu .nav-link[aria-expanded="true"] i.right {
  transform: rotate(-90deg);
}

.overflow-ellipsis {
  position: relative;
}

.overflow-ellipsis p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis-memo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 200;
  overflow: hidden;
}

.overflow-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.6rem;
}

.overflow-ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.overflow-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.overflow-grad {
  position: relative;
  overflow: hidden;
}

.overflow-grad::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

ul.group-select > li.select2-results__option[id$="follow"] {
  color: red;
}

.board-card-body {
  height:180px;
}

.board-card-body-nodata {
  height:180px;
}

a.outline-tab-danger {
  border-top: 3px solid #ffffff !important;
}

a.outline-tab-danger:hover {
  border-top: 3px solid #dc3545 !important;
}

a.outline-tab-danger.active {
  border-top: 3px solid #dc3545 !important;
}

a.outline-tab-warning {
  border-top: 3px solid #ffffff !important;
}

a.outline-tab-warning:hover {
  border-top: 3px solid #ffc107 !important;
}

a.outline-tab-warning.active {
  border-top: 3px solid #ffc107 !important;
}

a.outline-tab-success {
  border-top: 3px solid #ffffff !important;
}

a.outline-tab-success:hover {
  border-top: 3px solid #28a745 !important;
}

a.outline-tab-success.active {
  border-top: 3px solid #28a745 !important;
}

a.outline-tab-secondary {
  border-top: 3px solid #ffffff !important;
}

a.outline-tab-secondary:hover {
  border-top: 3px solid #6c757d !important;
}

a.outline-tab-secondary.active {
  border-top: 3px solid #6c757d !important;
}

.assessment-config-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.assessment-export-fixed {
  z-index: 10;
  position: fixed;
  right: 1rem;
  bottom: 3rem;
}

@media (max-width: 768px) {
  .assessment-export-fixed {
    bottom: 0rem;
  }
}

.assets-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.master-create-fixed {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 16px;
}

.dailyreport-message-fixed {
  z-index: 10;
  position: fixed;
  right: 1rem;
  bottom: 3rem;
}
@media (max-width: 767px) {
  .dailyreport-message-fixed {
    bottom: 0;
  }
}

.img_wrap {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  overflow: hidden;
}

.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}

.img_wrap:hover img {
  transform: rotateY(360deg);
  transition-duration: 0.5s;
}

.dropdown-btn {
  background-color: #FFFFFF;
  border-color: rgb(206, 212, 218);
  border-style: solid;
  border-width: 1px;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
  cursor: pointer;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #000000;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

.assessment-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.assessment-user-img-done {
  border: 2px solid #28a745;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.assessment-user-img-active {
  border: 2px solid #ffc107;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.assessment-user-img-deactive {
  border: 2px solid #dc3545;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.objective-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 80px;
}

.objective-goal-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  max-width: 120px;
}

.overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.objective-kpi {
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 90%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.overlay-dimmed {
  position: relative;
}

.overlay-dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.overlay-text {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(250, 250, 250, 1);
  text-align: center;
}

.objective-goal-ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #f57a78;
  color: #FFF;
  box-sizing: border-box;
}

.objective-goal-ribbon:before, .objective-goal-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.objective-goal-ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.objective-goal-ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon-left {
  left: -2px;
  right: auto;
}

.ribbon-left > .ribbon{
  transform: rotate(-45deg);
  left: -38px;
}

.ribbon-md {
  width: 100px;
  height: 100px;
}

.ribbon-md > .ribbon{
  width: 120px;
  top: 19px;
  left: -29px;
}

.objective-line-chart {
  min-height: 500px;
  height: 500px;
  max-height: 500px;
  max-width: 100%;
}

.objective-doughnut-chart-total {
  min-height: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 100%;
}

.objective-doughnut-chart {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

.sales-doughnut-chart {
  min-height: 480px;
  max-height: 800px;
  max-width: 100%;
}

.dailyreport-doughnut-chart {
  /* min-height: 960px; */
  max-height: 1200px;
  max-width: 100%;
}

.company-dashboard-attribute-doughnut-chart {
  min-height: 300px;
  height: 300px;
  max-height: 300px;
  max-width: 100%;
}

.company-dashboard-stacked-bar-chart {
  min-height: 650px;
  height: 650px;
  max-height: 650px;
  max-width: 100%;
}

.sales-dashboard-stacked-bar-chart {
  min-height: 550px;
  height: 550px;
  max-height: 550px;
  max-width: 100%;
}

.cs-review-reaction {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0px;
}

.cs-review-reaction-icon {
  font-size: 3rem;
}

.meeting-line-chart {
  min-height: 550px;
  height: 550px;
  max-height: 550px;
  max-width: 100%;
}

.meeting-bar-chart {
  min-height: 650px;
  height: 650px;
  max-height: 650px;
  max-width: 100%;
}

p.meeting_status_primary:before {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #007bff;
  font-size: 1.5rem;
}

p.meeting_status_info:before {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #17a2b8;
  font-size: 1.5rem;
}

p.meeting_status_info {
  transform: rotate(45deg);
  margin-left: -5px;
  margin-bottom: -5px;
}

p.meeting_status_success:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #28a745;
  font-size: 1.5rem;
}

p.meeting_status_warning:before {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ffc107;
  font-size: 1.5rem;
}

p.meeting_status_warning {
  transform: rotate(-45deg);
  margin-left: -5px;
  margin-bottom: -5px;
}

p.meeting_status_danger:before {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #dc3545;
  font-size: 1.5rem;
}

.meeting-status {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0px;
}

div.meeting-status-area {
  display: block;
  transition-duration: 0.25s;
  min-width: 3.7rem;
}

div.meeting-status-area.level-0 {
  color: #dc3545;
}

div.meeting-status-area.level-1 {
  color: #dc3545;
}

div.meeting-status-area.level-2 {
  color: #ffc107;
}

div.meeting-status-area.level-3 {
  color: #28a745;
}

div.meeting-status-area.level-4 {
  color: #17a2b8;
}

div.meeting-status-area.level-5 {
  color: #007bff;
}

.meeting-status-area {
  display: block;
  transition-duration: 0.25s;
}

.meeting-status-area:hover {
  transform: scale(1.1);
  transition-duration: 0.25s;
}

p.meeting-status-icon {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
}

p.meeting-status-icon.level-0:before {
  content: "\f5c8"; /* fa-tired */
}

p.meeting-status-icon.level-1:before {
  content: "\f57a"; /* fa-frown */
}

p.meeting-status-icon.level-2:before {
  content: "\f11a"; /* fa-meh */
}

p.meeting-status-icon.level-3:before {
  content: "\f118"; /* fa-smile */
}

p.meeting-status-icon.level-4:before {
  content: "\f5b8"; /* fa-smile-beam */
}

p.meeting-status-icon.level-5:before {
  content: "\f59a"; /* fa-laugh-beam */
}

.balloon-right {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon-right .faceicon {
  float: left;
  margin-right: -120px;
  width: 110px;
  text-align: center;
  position: relative;
}

.balloon-right .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 125px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f2f2f2;
  text-align: left;
  width: calc(100% - 125px)
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f2f2f2;
}

.says p {
  margin: 0;
  padding: 0;
}

.project-info-box {
  /* min-width: 360px; */
  max-width: 480px;
}

.project-member-box {
  display: flex;
  flex-wrap: wrap;
  min-width: 24px;
  max-width: 240px;
}

.project-member-box-hidden-sales-profit {
  display: flex;
  flex-wrap: wrap;
  min-width: 24px;
  max-width: 400px;
}

.project-sales-box {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 auto 10px;
  min-width: 180px;
  max-width: 360px;
  background: #feda66;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  border: 3px solid rgba(254, 194, 0, 0.75);
  border-radius: 0 0 18px 18px;
}
.project-sales-box::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  background: rgba(254, 194, 0, 0.75);
  color: #ffffff;
  content: attr(title);
  font-weight: bold;
  padding: 8px 30px;
  top: -34px;
  left: -3px;
  right: -3px;
  border-radius: 18px 18px 0 0;
  font-size: 18px;
}

.project-profit-box {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 auto 10px;
  min-width: 180px;
  max-width: 360px;
  background: #7fd7a7;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  border: 3px solid rgba(0, 176, 80, 0.75);
  border-radius: 0 0 18px 18px;
}
.project-profit-box::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  background: rgba(0, 176, 80, 0.75);
  color: #ffffff;
  content: attr(title);
  font-weight: bold;
  padding: 8px 30px;
  top: -34px;
  left: -3px;
  right: -3px;
  border-radius: 18px 18px 0 0;
  font-size: 18px;
}

.project-doughnut-chart {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

.with-title-box {
  position: relative;
  margin: 0 0;
  padding: 1em 1em;
  border: solid 1px #adb5bd;
  border-radius: 8px;
}

.with-title-box .box-title {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #FFF;
}

.with-title-box p {
  margin: 0;
  padding: 0;
}

.tooltip-inner {
  min-width: 30px;
  max-width: 100%;
  text-align: left;
}

td.expand-detail {
  text-align: center;
  width: 5%;
  min-width: 5%;
  max-width: 5%;
}
td.expand-detail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  font-weight: 900;
  padding: 0px;
}
tr.shown td.expand-detail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f146";
  font-weight: 900;
  padding-left: 0px;
}

.assessment-table td.description-col:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.assessment-table td.description-col:hover div::after {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  color:#9e9e9e;
  font-weight: 900;
  padding-left: 10px;
}

.hover-light:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.pc-area { display:block; }
.sp-area { display:none; }

.pc-cell { display:table-cell; }
.sp-cell { display:none }

table.dataTable > tbody > tr.child span.dtr-title {
  margin-bottom: 10px;
}

table.dataTable > tbody > tr.child span.dtr-data p {
  margin-left: 10px;
  word-break: break-all;
}

.meeting-chart-user-img-l {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 75px;
}

.meeting-chart-user-img-s {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 40px;
}

.calendar-user-img {
  border: 2px solid #adb5bd;
  margin: 0 auto;
  padding: 2px;
  width: 40px;
}

.sales-project-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wcp-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tr-bg-danger {
  background-color: rgb(244,194,199);
}

.tr-bg-primary {
  background-color: rgb(57, 182, 204, 0.52);
}

.tr-bg-warning {
  background-color: rgb(255,232,167);
}

.tr-bg-danger2 {
  background-color: rgb(247, 154, 163);
}

.tr-bg-holiday {
  background-color: rgb(249, 223, 225);
}

.tr-bg-saturday {
  background-color: rgb(221, 237, 255);
}

.alert.transparent-danger {
  background-color: rgba(249, 223, 225, 0.8);
  border: solid;
  border-width: 1px;
  border-color: #dc3545;
  color: #dc3545;
}

.alert.transparent-warning {
  background-color: rgba(255,232,167, 0.8);
  border: solid;
  border-width: 1px;
  border-color: #c19100;
  color: #c19100;
}

.alert.transparent-success {
  background-color: rgba(215, 245, 222, 0.8);
  border: solid;
  border-width: 1px;
  border-color: #28a745;
  color: #28a745;
}

#overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
.chart-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.chart-spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  position:absolute;
}
.calendar-detail-title {
  min-width: 200px;
}

.master-label-title {
  min-width: 200px;
}

.workflow-detail-title {
  min-width: 200px;
}

.scheduler-detail-title {
  min-width: 200px;
}

.dtl-title {
  min-width: 203px;
}

.survey-cs-item-title {
  font-weight: bold;
  color: #2E75B6;
  background-color: #CDF4FF;
}

.survey-cs-title {
  font-weight: bold;
  background-color: #0033CC;
}

.survey-cs-title-font {
  font-weight: bold;
  color: #FFFFFF;
}

.survey-cs-character-img {
  border: 0px;
  margin: 0 auto;
  padding: 1px;
  width: 128px;
}

.survey-cs-company-img {
  border: 0px;
  margin: 0 auto;
  padding: 1px;
  width: 128px;
}

.survey-cs-custom-checkbox {
  display: none;
}

.survey-cs-custom-checkbox:checked + .survey-cs-important-label {
  background: #007bff;
  color: #FFFFFF;
}

.survey-cs-custom-checkbox:disabled + .survey-cs-important-label {
  opacity: 0.75;
  color: #aaa;
}

.survey-cs-important-label {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #ccc;
  transition: 0.25s;
  padding: 6px 18px;
  cursor: pointer;
  font-size: 14px;
  margin: 3px;
}

.survey-cs-item-title.required:after {
  margin-left: 0.6em;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #dc3545;
  content: "必須";
  white-space: nowrap;
}

.survey-cs-custom-checkbox-label:hover {
  opacity: 0.5;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox:checked + .custom-checkbox-label {
  background: #007bff;
  color: #FFFFFF;
}

.custom-checkbox:disabled + .custom-checkbox-label {
  opacity: 0.75;
  color: #aaa;
}

.custom-checkbox-label {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #ccc;
  transition: 0.25s;
  padding: 6px 18px;
  cursor: pointer;
  font-size: 14px;
  margin: 3px;
}

.custom-checkbox-label:hover {
  opacity: 0.5;
}

.custom-checkbox-title {
  font-weight: bold;
  color: #2E75B6;
  background-color: #CDF4FF;
}

.custom-checkbox-title.required:after {
  margin-left: 0.6em;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #dc3545;
  content: "必須";
  white-space: nowrap;
}

.custom-checkbox-label-view {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #ccc;
  transition: 0.25s;
  padding: 6px 18px;
  font-size: 14px;
  margin: 3px;
  background: #007bff;
  color: #FFFFFF;
}

.loading-overlay {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1052;
}

.loading-indicator {
  width: 120px;
  height: 120px;
  background-color: #333333;
  color: #ffffff;
}

.fc-event {
  cursor: pointer;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blinking {
  -webkit-animation:blink 0.7s ease-in-out infinite alternate;
  -moz-animation:blink 0.7s ease-in-out infinite alternate;
  animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% { opacity:0; }
  50% { opacity:1; }
  100% { opacity:1; }
}
@-moz-keyframes blink {
    0% { opacity:0; }
    50% { opacity:1; }
    100% { opacity:1; }
}
@keyframes blink {
    0% { opacity:0; }
    50% { opacity:1; }
    100% { opacity:1; }
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}

.trans-row-col-table {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.trans-row-col-table th,
.trans-row-col-table td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.trans-row-col-table th {
  background: #f9fafc;
}

.trans-row-col-table label {
  line-height: 34px;
  margin: 0;
}

th.multi-sort {
  padding-right: 0.5rem;
}

th.multi-sort div.sort-item {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 2rem;
  position: relative;
}

th.multi-sort div.sort-item ::before {
  content: "↑";
  opacity: 0.3;
  right: 0.5rem;
  bottom: 0rem;
  position: absolute;
}

th.multi-sort div.sort-item ::after {
  content: "↓";
  opacity: 0.3;
  right: 0rem;
  bottom: 0rem;
  position: absolute;
}

th.multi-sort div.sort-item.asc ::before {
  content: "↑";
  opacity: 1;
  right: 0.5rem;
  bottom: 0rem;
  position: absolute;
}

th.multi-sort div.sort-item.desc ::after {
  content: "↓";
  opacity: 1;
  right: 0rem;
  bottom: 0rem;
  position: absolute;
}

@media only screen and (max-width: 737px) {
  .trans-row-col-table thead {
    display: none;
  }

  .trans-row-col-table tr,
  .trans-row-col-table td {
    display: block;
    width: auto;
  }

  .trans-row-col-table tr {
    margin-bottom: 20px;
    border-top: 1px solid #dbe1e8;
  }

  .trans-row-col-table td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }

  .project_fiscal_year {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }

  .trans-row-col-table td:last-child {
    border-bottom: none;
  }

  .trans-row-col-table td::before {
    content: attr(aria-label);
    width: 50%; 
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    white-space: nowrap;
  }
}

@media only screen and (min-width : 737px) {

  .project-detail-dt {
    float: left;
  }

  .project-detail-dd {
    margin-left: 140px;
    margin-bottom: 20px;
  }

  .project-list-td {
    width: 80%;
  }

  .career-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.chart-container {
  position: relative;
  width: 100%;
  height: 360px;
}

.budget-bar-chart {
  position: relative;
  width: 100%;
  height: 420px;
}

.budget-flex-chart {
  min-height: 400px;
  height: 400px;
  max-height: 400px;
  max-width: 100%;
}

.bg-navy-gray {
  color: #3f6791!important;
  background-color: #c1cedc!important;
}

.text-light-muted {
  color: #8ca3b2!important
}

/* スマホ・タブレット */
@media only screen and (max-width: 768px) {

  .sp-flex-wrap {
    flex-wrap: wrap;
  }

  p.indent {
    padding-left: 1em;
  }

  .pc-area { display:none; }
  .sp-area { display:block; }

  .pc-cell { display:none; }
  .sp-cell { display:table-cell; }

  .profile-user-img {
    border: 2px solid #adb5bd;
    margin: 0 auto;
    padding: 2px;
    width: 75px;
  }

  .objective-line-chart {
    min-height: 400px;
    height: 400px;
    max-height: 400px;
    max-width: 100%;
  }

  .dailyreport-user-img {
    border: 1px solid #adb5bd;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .dailyreport-user-img-success {
    border: 1px solid #28a745;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .dailyreport-user-img-warning {
    border: 1px solid #ffc107;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .dailyreport-user-img-danger {
    border: 1px solid #dc3545;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .dailyreport-user-img-secondary {
    border: 1px solid #6c757d;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .dailyreport-line-chart {
    min-height: 350px;
    height: 350px;
    max-height: 350px;
    max-width: 100%;
  }

  .meeting-line-chart {
    min-height: 350px;
    height: 350px;
    max-height: 350px;
    max-width: 100%;
  }

  .project-user-img {
    border: 1px solid #adb5bd;
    margin: 0 auto;
    padding: 1px;
    width: 50px;
  }

  .project-user-img-fine {
    border: 1px solid #28a745;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .project-user-img-cloud {
    border: 1px solid #ffc107;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .project-user-img-rain {
    border: 1px solid #dc3545;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  .project-user-img-secondary {
    border: 1px solid #6c757d;
    margin: 0 auto;
    padding: 1px;
    width: 64px;
  }

  #TProjectReportForm_edit .form_sales_table_layout {
    border: none;
  }

  #TProjectReportForm_edit .form_sales_table_layout td,
  #TProjectReportForm_edit .form_sales_table_layout th {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #TProjectReportForm_edit .form_sales_table_layout td:first-child td {
    justify-content: start;
  }

  #TProjectReportForm_edit .form_sales_table_layout,
  #TProjectReportForm_edit .form_sales_table_layout thead.d-none,
  #TProjectReportForm_edit .form_sales_table_layout thead.d-none + tbody {
    margin-top: 3.5rem;
  }

  #TProjectReportForm_edit .form_sales_table_layout thead {
    display: block !important;
  }

  #TProjectReportForm_edit .form_sales_table_layout thead th:first-child {
    display: none;
  }

  #TProjectReportForm_edit .form_sales_table_layout tbody {
    position: relative;
  }

  #TProjectReportForm_edit .form_sales_table_layout tbody th:first-child {
    position: absolute;
    top: -3.5rem;
    right: 0;
    width: 143%;
    text-align: center;
    padding: 0.5em;
    min-height: auto;
    border: none;
    margin-top: 0.5rem;
  }

  #TProjectReportForm_edit .form_sales_table_layout tbody tr td + td {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .stamped {
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 60%;
  }

  .stamped, .project-dashboard {
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 60%;
  }

  .project-list-td {
    width: 100%;
  }

  .project-detail-dt {
    clear:both;
  }

  .project-detail-dd {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 25px;
  }

  .wcp-user-img {
    border: 1px solid #adb5bd;
    margin: 0 auto;
    padding: 1px;
    width: 50px;
  }

  .cs-review-reaction {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2px;
  }

  .cs-review-reaction-icon {
    font-size: 2rem;
    margin-bottom: 0px;
  }

  .meeting-status {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2px;
  }

  .meeting-status-icon {
    font-size: 2rem;
    margin-bottom: 0px;
  }

  .meeting-bar-chart {
    min-height: 450px;
    height: 450px;
    max-height: 450px;
    max-width: 100%;
  }

  .company-dashboard-attribute-doughnut-chart {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    max-width: 100%;
  }

  .company-dashboard-stacked-bar-chart {
    min-height: 450px;
    height: 450px;
    max-height: 450px;
    max-width: 100%;
  }

  .sales-dashboard-stacked-bar-chart {
    min-height: 450px;
    height: 450px;
    max-height: 450px;
    max-width: 100%;
  }

  .balloon-bottom {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 12px;
    min-width: 100%;
    color: #555;

    border-radius: 12px;
    font-size: 16px;
    background: #f2f2f2;
  }

  .balloon-bottom:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f2f2f2;
  }

  .balloon-bottom p {
    margin: 0;
    padding: 0;
  }

  .calendar-detail-title {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f2f2f2;
  }

  .master-label-title {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f2f2f2;
  }

  .workflow-detail-title {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f2f2f2;
  }

  .workflow-user-img {
    width: 40px;
  }

  .workflow-user-img-done {
    width: 40px;
  }

  .workflow-stamp-wrapper {
    position: relative;
    margin-left: 10px;
    width: 50px;
  }

  .workflow-approval-user-wrapper {
    width: 65px;
    text-align: center;
  }

  .scheduler-detail-title {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f2f2f2;
  }

  .dropdown-menu {
    min-width: 240px;
  }

  .career-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .board-card-body {
    height:120px;
  }

  .board-card-body-nodata {
    height:60px;
  }

  .dtl-title.sp-bg-light {
    background-color: #f8f9fa;
  }

  div.doughnut-chart-legend-row {
    font-size: 0.8rem;
    display: inline;
    margin-left: 15px;
  }

  .form_sales_table_layout {
    width: 100%;
  }
  .form_sales_table_layout tr {
    display: block;
    float: left;
  }
  .form_sales_table_layout tr td, 
  .form_sales_table_layout tr th {
    border-left: none;
    display: block;
    min-height: 48px;
  }
  .form_sales_table_layout thead {
    display: block;
    float: left;
    width: 30%;
  }
  .form_sales_table_layout thead tr {
    width: 100%;
  }
  .form_sales_table_layout tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .form_sales_table_layout tbody tr {
    width: 50%;
  }
  .form_sales_table_layout tr td + td {
    border-left: none;
  }

  .budget-flex-chart {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    max-width: 100%;
  }

  .project-sales-box {
    max-width: 280px;
  }
  
  .project-profit-box {
    max-width: 280px;
  }
}

.kpi-chart-wrapper {
  border-radius: 10px;
  transition: ease 0.5s box-shadow;
}

.kpi-chart-wrapper.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.kpi-chart-wrapper.active:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
  top: 100%;
  left: 50%;
}

.guide-container {
  display: flex;
  flex-direction: row;
}

.company-calendar-square{
  width: 30px;
  height: 20px;
  margin-right: 5px;
}

.holiday-color{
  background-color: rgb(244,194,199);
}

.workday-color{
  background-color: rgb(57, 182, 204, 0.52);
}

.guide {
  color: #333;
  margin: 10px;
  display: flex;
  align-items: center;
  min-width: fit-content;
}

textarea[rows="10"] {
  min-height: calc( 1.3em * 10 );
}

textarea[rows="3"] {
  min-height: calc( 1.3em * 3 );
}

.sales-project-fixed.back-btn {
	right: 12.5rem;
    background: #ffffffd1;
    color: #a5a5a5;
    border-color: #6f6f6f82;
}

textarea[rows="10"] {
  min-height: calc( 1.3em * 10 );
}

textarea[rows="3"] {
  min-height: calc( 1.3em * 3 );
}

.sales-project-fixed.back-btn {
	right: 12.5rem;
    background: #ffffffd1;
    color: #a5a5a5;
    border-color: #6f6f6f82;
}

/* #GoToTop {
	position: fixed;
    bottom: 1rem;
    right: 1rem;
    background: #6f6f6f82;
    padding: calc(0.5rem + 1px) 2rem;
    color: white;
    font-size: 0.8em;
    border-radius: 2rem;
    z-index: 2000;
    backdrop-filter: blur(4px);
} */

@media (max-width: 768px) {
  #GoToTop {
    display: none;
  }
  .d-sp-none {
    display: none;
  }
  .sales-project-fixed.back-btn {
    margin-bottom: 0.5rem;
  }
  .month_display {
    display: none;
  }
  .dailyreport-time-font {
    font-weight: normal;
  }
}

#work_report_list td:first-child,
#work_report_list td:nth-child(3),
#work_report_list td:nth-child(4),
#work_report_list td:nth-child(6),
#work_report_list td:last-child
 {
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .dropdown-item.small .img-fluid {
    max-width: 15%;
  }
}
