@charset "UTF-8";
/* ▼モバイルファースト (全環境に共通のデザイン) */
.txt-lastModified {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.c-bgGreen {
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-bgGreen .c-hrGreen {
  margin-top: 32px;
  margin-bottom: 32px;
}

.li-select {
  display: -ms-flexbox;
  display: flex;
}

.li-select + .li-select {
  margin-top: 24px;
}

.li-select dt {
  width: 29.15%;
  font-family: 'A+EqpB-游ゴシック体 Pr6N B',YuGothic, 游ゴシック体, YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
}

.li-select dd select {
  width: 204px;
}

.table-result [class*="c-label"] {
  margin-bottom: 4px;
}

.table-result .th04, .table-result .td04,
.table-result .th05, .table-result .td05,
.table-result .th06, .table-result .td06 {
  display: none !important;
}

.table-result.is-selectRevice .td04 {
  display: -ms-flexbox !important;
  display: flex !important;
}

.table-result.is-selectBidOpening .td05 {
  display: -ms-flexbox !important;
  display: flex !important;
}

.table-result.is-selectContract .td06 {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767px) {
  .box-tableResult {
    position: relative;
    height: 195px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .box-tableResult .c-btnWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: 0;
    padding-top: 32px;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
  .box-tableResult + .box-tableResult {
    margin-top: 32px;
  }
}

/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  .c-bgGreen {
    padding: 32px 64px;
  }
  .li-select {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 32px;
  }
  .li-select:nth-of-type(1) select {
    width: 116px;
  }
  .li-select:nth-of-type(2) {
    margin-top: 0;
  }
  .li-select:nth-of-type(2) select {
    width: 172px;
  }
  .li-select:nth-of-type(3) select {
    width: 196px;
  }
  .li-select:nth-of-type(4) {
    margin-right: 0;
  }
  .li-select:nth-of-type(4) select {
    width: 92px;
  }
  .li-select dt {
    width: auto;
    padding-right: 16px;
  }
  .box-tableResult .c-btnWrap {
    display: none;
  }
  .box-tableResult + .box-tableResult {
    margin-top: -1px;
  }
  .box-tableResult + .box-tableResult thead {
    display: none;
    height: 0;
  }
  .box-tableResult + .box-tableResult th {
    visibility: hidden;
    height: 0;
  }
  .table-result {
    table-layout: fixed;
  }
  .table-result th {
    vertical-align: middle;
  }
  .table-result [class*="c-label"] {
    margin-bottom: 4px;
  }
  .table-result .th02, .table-result .td02 {
    width: 22.3321%;
  }
  .table-result .th09, .table-result .td09 {
    width: 7.825%;
  }
  .table-result.is-selectRevice .th04, .table-result.is-selectRevice .td04 {
    display: table-cell !important;
  }
  .table-result.is-selectBidOpening .th05, .table-result.is-selectBidOpening .td05 {
    display: table-cell !important;
  }
  .table-result.is-selectContract .th06, .table-result.is-selectContract .td06 {
    display: table-cell !important;
  }
}

/* ▼PC用デザインとして付け足すデザイン */

/*# sourceMappingURL=../../../source-maps/bids/public_notice/search_service/index.css.map */
