@charset "utf-8";
/*------------------------------------------------
施工分野
------------------------------------------------*/


/*========== 施工分野リスト ==========*/

#field {}


.field-list {
  margin: 20px auto 50px;
  width: 100%;
}

.field-item {
  width: 100%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.field-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.field-item-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background-color: #171f4d;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 56px;
}

.field-item-ttl::before {
  content: "";
  display: block;
  width: 7px;
  height: 37px;
  background-color: #fff;
  margin-right: 12px;
}

.field-item-pic {
  width: 100%;
}

.field-item-pic > img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #field {}

  .field-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 110px auto;
  }
  .field-item {
    width: 472px;
    height: 344px;
  }
  .field-item:last-of-type {
    margin: auto;
  }
  .field-item:not(:last-of-type) {
    margin-bottom: 65px;
  }
}
