@charset "UTF-8";
/* ▼モバイルファースト (全環境に共通のデザイン) */
.table-tender.has-datalabel td:before {
  width: 100px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.table-contractConclusion th,
.table-etcInfo th {
  width: 35.2769%;
  font-size: 19.2px;
  font-size: 1.2rem;
}

/* ▼モバイルのみ付け足すデザイン */
/* ▼タブレット用デザインとして付け足すデザイン */
@media all and (min-width: 768px) {
  .table-tender th {
    width: 130px;
  }
  .table-tender th {
    -ms-flex: none !important;
        flex: none !important;
  }
  .table-contractConclusion th {
    width: 142px;
    padding-right: 12px;
    font-size: 1.4rem;
  }
  .table-etcInfo .pc-caption {
    width: 40px;
  }
  .table-etcInfo th {
    width: 180px;
    font-size: 1.4rem;
  }
  .table-innerList.-wrap {
    flex-wrap: wrap;
  }
  .table-innerList.-wrap .table-borderTop {
    border: none;
    border-top: 1px solid #ddecd4;
    flex: auto;
    align-items: center;
  }
}

/* ▼PC用デザインとして付け足すデザイン */

/*# sourceMappingURL=../../../source-maps/bids/public_notice/search_service/detail.css.map */
