.red {
  color: red;
}

ul.img2ul_cenater {
  margin-top: 2rem;
  padding-left: 0;
  display: flex;
}
ul.img2ul_cenater.column1 {
  justify-content: center;
}
ul.img2ul_cenater.column2 {
  justify-content: space-between;
}
ul.img2ul_cenater li {
  list-style: none;
  flex-basis: 48.2%;
}
ul.img2ul_cenater li img {
  width: 100%;
  margin-bottom: 1rem;
}

dl.table.column3 {
  flex-direction: row;
  margin-bottom: 2rem;
}
dl.table.column3 div.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: #d1d1d1 1px solid;
  padding: 1rem 0;
}
dl.table.column3 div.row:first-child {
  border-top: #d1d1d1 1px solid;
}
dl.table.column3 div.row dt.label {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  dl.table.column3 div.row dt.label {
    flex-basis: 30%;
  }
}
dl.table.column3 div.row dd.value {
  flex-basis: 35%;
}
@media screen and (max-width: 767px) {
  dl.table.column3 div.row dd.value {
    flex-basis: 35%;
  }
}/*# sourceMappingURL=style.css.map */