﻿.sustainability-mat-list {
  margin-top: 70px;
}

.sustainability-mat-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sustainability-mat-list > ul > li {
  width: 48.5%;
}

.sustainability-mat-card {
  height: 100%;
}

.sustainability-mat-card > dl {
  height: 100%;
}

.sustainability-mat-card > dl > dd {
  height: calc(100% - 90px);
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
}

.sustainability-mat-card-head {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
}

.sustainability-mat-card-head > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  background-color: #0075c1;
  background-image: url(/assets_new/img/common/gnav_arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.sustainability-mat-card-head > dl > dt {
  width: 130px;
  text-align: center;
}

.sustainability-mat-card-head > dl > dt > img {
  width: 44px;
}

.sustainability-mat-card-head > dl > dd {
  position: relative;
  width: calc(100% - 130px);
  line-height: 1.3;
}

.sustainability-mat-card-head > dl > dd > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 44px;
  height: 44px;
  margin: auto;
}

.sustainability-mat-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.sustainability-mat-card-body > dl:nth-of-type(n+2) {
  margin-top: 20px;
}

.sustainability-mat-card-body > dl > dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.sustainability-mat-card-body > dl > dd {
  padding-left: 10px;
}

.sustainability-mat-card-body > dl > dd > p {
  position: relative;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.sustainability-mat-card-body > dl > dd > p:nth-of-type(n+2) {
  margin-top: 5px;
}

.sustainability-mat-card-body > dl > dd > p:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #005bab;
  border-radius: 50%;
  content: "";
}

.sustainability-mat-card-body > dl > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
}

.sustainability-mat-card-body > dl > dd > ul > li {
  width: 54px;
  margin-right: 5px;
}

.sustainability-mat-card-body > dl > dd > ul > li:last-of-type {
  margin-right: 0px;
}

.title-h3.title-h3--normal > h3{
  color: #333333;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sustainability-mat-list {
    margin-top: 30px;
  }
  .sustainability-mat-list > ul > li {
    width: 100%;
  }
  .sustainability-mat-list > ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .sustainability-mat-card > dl > dd {
    height: auto;
    padding: 20px 15px;
  }
  .sustainability-mat-card-head {
    font-size: 1.8rem;
  }
  .sustainability-mat-card-head > dl {
    height: 60px;
    background-position: right 10px center;
    background-size: 6px;
  }
  .sustainability-mat-card-head > dl > dt {
    width: 60px;
  }
  .sustainability-mat-card-head > dl > dd {
    width: calc(100% - 60px);
  }
  .sustainability-mat-card-head > dl > dd > img {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .sustainability-mat-card-body {
    display: block;
    height: auto;
  }
  .sustainability-mat-card-body > dl > dt {
    margin-bottom: 10px;
  }
  .sustainability-mat-card-body > dl > dd > p {
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .sustainability-mat-card-body > dl > dd > p:after {
    width: 8px;
    height: 8px;
  }
  .sustainability-mat-card-body > dl > dd > ul {
    margin-top: -2px;
  }
  .sustainability-mat-card-body > dl > dd > ul > li {
    width: 36px;
    margin-top: 2px;
    margin-right: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .sustainability-mat-list > ul > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}