﻿.icon_list {
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
   display: flex;
   flex-wrap: wrap;
   margin-top: 30px;
  -webkit-justify-content: left;       /* Safari etc. */
  -ms-justify-content: left;       /* IE10        */
   justify-content: left;
}

.icon_list li {
   margin: 0 5px 1px 0;
}

@media screen and (min-width: 1024px) {
.icon {
  position: relative;
  padding-left: 120px !important;
  margin-top: 0px;
}
.icon:before {
  width: 91px;
  height: 82px;
  display: block;
  background: url(../images/materiality_top_environment.png) no-repeat 0 center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.icon {
  position: relative;
  padding-left: 120px !important;
  margin-top: 30px;
}
.icon:before {
  width: 91px;
  height: 82px;
  display: block;
  background: url(../images/materiality_top_environment.png) no-repeat 0 center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
}
@media screen and (max-width: 767px) {
.icon {
  position: relative;
  padding-left: 105px !important;
  margin-top: 20px;
}
  .icon:before {
  width: 91px;
  height: 82px;
  display: block;
  background: url(../images/materiality_top_environment.png) no-repeat 0 center;
  background-size: contain;
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  margin: auto;
  }
}

.background-arrow {
  background: #fff url("../images/index_arrow.gif") no-repeat center center;
  min-height: 25px;
}

td img {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .module_table-wide .module_table-wide__table {
    width: 1220px;
  }
}

.materiality_lead {
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .materiality_lead {
    font-size: 1.55rem;
  }
}