@charset "utf-8";
/*------------------------------------------------
施工例
------------------------------------------------*/


/*========== 施工例リスト ==========*/

#example {}

.example-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin: 25px 0;
}

.example-txt {}

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

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

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

.example-item-txt {
  color: #fff;
  background-color: #171f4d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 15px 10px;
  width: 100%;
  display: block;
}

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

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

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

  .example-ttl {
    font-size: 3rem;
    line-height: 1.5;
    margin: 70px 0 35px;
  }

  .example-txt {
    text-align: center;
    font-size: 1.8rem;
  }

  .example-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 110px;
  }
  .example-item {
    width: 472px;
    height: 346px;
  }
  .example-item:last-of-type {
    margin: auto;
  }
  .example-item:not(:last-of-type) {
    margin-bottom: 65px;
  }
  .example-item-txt {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    height: 58px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
