﻿.icon {
  position: relative;
  padding-left: 120px;
}
.icon:before {
  width: 91px;
  height: 82px;
  display: block;
  background: url(/jp/en/sustainability/materiality/environment/images/common_icon_environment.gif) no-repeat 0 center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.background-arrow {
  background: #fff url("../../environment/images/index_arrow.gif") no-repeat center center;
  min-height: 25px;
}

table.approach-table thead tr th {
  text-align: center !important;
}
table.approach-table tbody tr td:nth-last-of-type(1),
table.approach-table tbody tr td:nth-last-of-type(2) {
  text-align: center !important;
  vertical-align: middle !important;
}