@charset "utf-8";

.container {
  background-color: #f5f5f5;
  padding: 20px 0 140px;
}

@media only screen and (max-width: 1040px) {
  .container {
    padding: 0 0 60px;
  }

}


/*============================
#fireproof-insulation
============================*/

/*
.products
============================*/

.products:not(:first-of-type) {
  padding-top: 100px;
}

.products h3 {
  display: block;
  text-align: center;
  background-color: #e8e8e8;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 0;
  margin-bottom: 40px;
  line-height: 1.4;
}

.products section {
  background-color: #fff;
  padding: 50px 60px;
}

.products section:nth-of-type(n+2) {
  margin-top: 40px;
}

.products section h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
  margin-bottom: 10px;
}

.products section dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products section dl dt,
.products section dl dd {
  margin-top: 10px;
  display: flex;
  padding: 16px 0;
}

.products section dl dt {
  border: 1px solid #111;
  width: 100px;
  align-items: center;
  justify-content: center;
}

.products section dl dd {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 1040px) {
  .products:not(:first-of-type) {
    padding-top: 40px;
  }

  .products h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .products section {
    padding: 20px;
  }

  .products section h4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .products section dl {
    display: block;
  }

  .products section dl dt,
  .products section dl dd {
    margin-top: 10px;
    display: block;
    padding: 5px 10px;
  }

  .products section dl dt {
    border: 1px solid #111;
    width: 100%;
    font-size: 14px;
  }

  .products section dl dd {
    width: 100%;
    padding: 5px 0;
  }

}
