.construction-list--01 {
  list-style: disc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.construction-list--01 li {
  width: calc(49% - 1.5em);
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.construction-list--02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
}

.construction-list--02 li {
  width: 15.5%;
  margin-bottom: 2rem;
}

.construction-list--02-imgbox {
  margin-bottom: .5rem;
}

.construction-list--02-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.construction-list--02-txtbox {
  
}

@media screen and (max-width: 1000px) {
  .construction-list--02 li {
    width: 24%;
  }
}/* /max-width: 1000px */

@media screen and (max-width: 600px) {
  .construction-list--02 li {
    width: 48%;
  }
}/* /max-width: 600px */