.slash-cell {
  width: 12%;
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #028fc5 50%, #028fc5 calc(50% + 0.5px), transparent calc(50% + 1px));
  position: relative;
}
.slash-cell .rt {
  position: absolute;
  right: 3px;
  top: 3px;
  text-align: right;
}
.slash-cell .lb {
  position: absolute;
  left: 3px;
  bottom: 3px;
  text-align: left;
}

.objective-table th.line--1 {
  width: 10%;
}
.objective-table th.line--2 {
  width: 10%;
}

.actual-table {
  table-layout: fixed;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 5rem;
}

.whatsplanner-ttl__row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2em;
  margin-bottom: 2em;
}

.whatsplanner-ttl__col--ttl {
  width: 86%;
}

.whatsplanner-ttl__col--logo {
  width: 14%;
  min-width: 120px;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .actual-table {
    table-layout: unset;
  }
  .objective-table th.slash-cell {
    width: unset;
  }
}
@media screen and (max-width: 559px) {
  .sp-table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .sp-table-wrapper .zeb-table {
    max-width: unset;
  }
  .objective-table {
    width: 500px;
  }
  .whatsplanner-ttl__row {
    display: block;
  }
  .whatsplanner-ttl__col--ttl {
    width: 100%;
  }
  .whatsplanner-ttl__col--logo {
    width: 30%;
    min-width: 100px;
    margin-bottom: 1.6em;
    margin-right: auto;
  }
}/*# sourceMappingURL=local.css.map */