﻿.sustainability-report-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.sustainability-report-notice > img {
  width: 30px;
  margin-right: 10px;
}

.sustainability-report-pager {
  margin-top: 60px;
}

.sustainability-report-pager > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sustainability-report-pager > ul > li {
  margin: 0 20px;
}

.sustainability-report-pager > ul > li > a {
  color: #333;
}

.sustainability-report-pager > ul > li > a[href=""] {
  visibility: hidden;
  pointer-events: none;
}

.sustainability-report-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
}

.sustainability-report-table > ul {
  width: 49%;
}

.sustainability-report-table > ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}

.sustainability-report-table > ul > li > p {
  margin-bottom: 10px;
  color: #0075c1;
  font-weight: bold;
  line-height: 1.5;
}

.sustainability-report-table > ul > li > table {
  table-layout: fixed;
}

.sustainability-report-table > ul > li > table > tbody > tr > th {
  padding: 5px 10px;
  background-color: #0075c1;
  color: #fff;
}

.sustainability-report-table > ul > li > table > tbody > tr > th:first-of-type {
  width: 100px;
  text-align: center;
}

.sustainability-report-table > ul > li > table > tbody > tr > th:nth-of-type(3) {
  width: 120px;
  text-align: right;
}

.sustainability-report-table > ul > li > table > tbody > tr > td {
  padding: 5px 10px;
  border-top: 2px solid #fff;
  background-color: #f8faff;
  vertical-align: middle;
}

.sustainability-report-table > ul > li > table > tbody > tr > td:first-of-type {
  width: 100px;
  text-align: center;
}

.sustainability-report-table > ul > li > table > tbody > tr > td:nth-of-type(3) {
  width: 120px;
  text-align: right;
}

.sustainability-report-table > ul > li > table > tbody > tr > td > a {
  color: #333;
}

.sustainability-report-table > ul > li > table > tbody > tr > td > img {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .sustainability-report-notice {
    margin-bottom: 10px;
  }
  .sustainability-report-notice > img {
    width: 20px;
    margin-right: 5px;
  }
  .sustainability-report-pager {
    margin-top: 30px;
  }
  .sustainability-report-table {
    display: block;
    font-size: 1.2rem;
  }
  .sustainability-report-table > ul {
    width: 100%;
  }
  .sustainability-report-table > ul:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .sustainability-report-table > ul > li > table > tbody > tr > th:first-of-type {
    width: 80px;
  }
  .sustainability-report-table > ul > li > table > tbody > tr > td:first-of-type {
    width: 80px;
  }
  .sustainability-report-table > ul > li > table > tbody > tr > td > img {
    width: 20px;
  }
}
