@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*

  このCSSは編集しないこと。styles.cssなどに打ち消しながら書く事

*/
@media (max-width: 991.98px) {
  .search-space table.table.spn-table > thead > tr > th, .search-space table.table.spn-table > thead > tr > td, .search-space table.table.spn-table > tbody > tr > th, .search-space table.table.spn-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

body.top .bg-green {
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .dropdown-menu {
    width: auto;
    max-width: 100%;
    min-width: inherit !important;
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}

.last-label-inline-block > label {
  display: block;
}
.last-label-inline-block > label:last-of-type {
  display: inline-block;
}

.work-status .work-status-caption {
  display: block;
}
.work-status .work-status-caption.collapsed i.fa {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.work-status .work-status-caption h2 {
  border-bottom: 2px dotted #adb5bd;
  margin-bottom: 1.25em;
}

.photo-blocks.photo-size-fixed > li {
  width: 15em;
  height: 11.25em;
}
.photo-blocks.photo-size-fixed > li:before {
  padding-top: 0;
}
.photo-blocks > li img {
  width: 15em;
  height: 11.25em;
}

.photo-compose-list > li .photo-info-space .photo-space .photo-wrap img {
  width: 26em;
  height: 19.5em;
}

/* 工事一覧 */
.scroll-x-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.scroll-x-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1em;
}
.scroll-x-col .card {
  max-width: initial;
}

.mw-auto {
  max-width: initial !important;
}

table.table.table-bordered.table-yosan > thead > tr > th, table.table.table-bordered.table-yosan > thead > tr > td, table.table.table-bordered.table-yosan > tbody > tr > th, table.table.table-bordered.table-yosan > tbody > tr > td, table.table.table-bordered.table-yosan > tfoot > tr > th, table.table.table-bordered.table-yosan > tfoot > tr > td {
  padding: 0.1em 0.2em;
}
table.table.table-bordered.table-yosan > thead > tr > th:first-child, table.table.table-bordered.table-yosan > thead > tr > td:first-child, table.table.table-bordered.table-yosan > tbody > tr > th:first-child, table.table.table-bordered.table-yosan > tbody > tr > td:first-child, table.table.table-bordered.table-yosan > tfoot > tr > th:first-child, table.table.table-bordered.table-yosan > tfoot > tr > td:first-child {
  border-left: 0;
}
table.table.table-bordered.table-yosan > thead > tr:first-child > th, table.table.table-bordered.table-yosan > thead > tr:first-child > td, table.table.table-bordered.table-yosan > tbody > tr:first-child > th, table.table.table-bordered.table-yosan > tbody > tr:first-child > td, table.table.table-bordered.table-yosan > tfoot > tr:first-child > th, table.table.table-bordered.table-yosan > tfoot > tr:first-child > td {
  border-top: 0;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.application-table-mw-xl-limit {
  min-width: 120em !important;
}
@media (min-width: 1520px) {
  .application-table-mw-xl-limit {
    min-width: 100% !important;
  }
}

.schedule-list-space .schedule-fixed {
  overflow-x: auto !important;
  overflow-y: auto !important;
  max-width: 1000px;
  max-height: 600px;
  -webkit-overflow-scrolling: touch;
}
.schedule-list-space .schedule-fixed .schedule-table {
  margin-top: 0 !important;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th.first-day {
  position: sticky !important;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th.first-day:before {
  -webkit-transform: inherit;
          transform: inherit;
  text-align: inherit;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top: thin solid #ced4da;
  border-bottom: thin solid #ced4da;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top: thin solid #ced4da;
  border-bottom: thin solid #ced4da;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f8f9fa;
}
.schedule-list-space .schedule-fixed .schedule-table thead tr th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-left: thin solid #ced4da;
  border-right: thin solid #ced4da;
}
.schedule-list-space .schedule-fixed .schedule-table tbody th {
  position: sticky;
  top: 0;
  left: 0;
  background: #f8f9fa;
  border-left: none;
  border-right: none;
}
.schedule-list-space .schedule-fixed .schedule-table tbody th:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-left: thin solid #ced4da;
  border-right: thin solid #ced4da;
  pointer-events:none;
}
