@charset "utf-8";
/*------------------------------------------------
工事実績
------------------------------------------------*/

.main-content {
  padding: 25px 0;
}

@media print, screen and (min-width: 769px) {
  .main-content {
    padding: 50px 0;
  }
}

.construction-catch {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  .construction-catch {
    font-size: 4.5rem;
    margin: 50px 0 90px;
  }
}

/*========== 施工事例 ==========*/
.case {}

.case-inner {
  padding: 0 15px;
}

.case-list {
  padding: 15px;
}

.case-item {
  width: 100%;
}

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

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

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

.case-item-text {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 5px;
}



@media print, screen and (min-width: 600px) {
  .case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 0;
  }
  .case-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .case-item:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .case-item-text {
    margin-top: 5px;
  }
}

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

  .case-inner{
    width: 920px;
    margin: auto;
    padding: 0;
  }
  .case-item {
    width: 435px;
    margin-bottom: 40px;
  }
  .case-item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}

/*========== 施工実績 ==========*/
.results {}

.results-inner {
  padding: 0 15px;
}

.results-list {
  width: 100%;
  margin-top: 10px;
}

.results-list th,
.results-list td {
  font-weight: 500;
  font-size: 1rem;
}

.results-list th:not(:last-of-type),
.results-list td:not(:last-of-type) {
  padding: 3px;
}

.results-list th:last-of-type,
.results-list td:last-of-type {
  padding: 3px;
  text-align: center;
}

.results-list tr:nth-of-type(even) {
  background-color: #d3edfb;
}


/*罫線*/
.results-list thead {
  color: #fff;
  border-top: 1px solid #42546b;
  background-color: #2b4390;
}

.results-list tbody {
  border-bottom: 1px solid #42546b;
}

.results-list th,
.results-list td {
  border-top: 1px solid #42546b;
}

.results-list th:first-of-type,
.results-list td:first-of-type {
  white-space: nowrap;
}

.results-list th:not(:first-of-type),
.results-list td:not(:first-of-type) {
  border-left: 1px solid #9ba4af;
}

@media print, screen and (min-width: 769px) {
  .results-inner {
    width: 920px;
    margin: auto;
    padding: 0;
  }
  .results-list th,
  .results-list td {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .results-list th:first-of-type,
  .results-list td:first-of-type {
    text-align: center;
  }

}
