@charset "UTF-8";
/****************************************************
 * Stylesheet 環境活動の歩み
 ****************************************************/
.pagetitle {
  height: auto !important;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    padding-bottom: 6.8rem;
    background-image: url("../images/sustainability/environment/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    padding-bottom: 3rem;
    background-image: url("../images/sustainability/environment/pagetitle_bg01_sp.jpg");
  }
}

.p-sustainability__environment__step__content01 {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__environment__step__content01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__environment__step__content01 .sp_scroll {
    width: 100%;
    overflow: auto;
  }
  .p-sustainability__environment__step__content01 .sp_scroll table {
    width: 73.7rem;
  }
  .p-sustainability__environment__step__content01 .sp_scroll .scroll-hint-icon {
    top: 150px !important;
  }
}
.p-sustainability__environment__step__content01 table {
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 1;
}
.p-sustainability__environment__step__content01 table thead tr th {
  padding: 1em 0;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background-color: #313C4D;
  border-left: solid 1px #ffffff;
}
.p-sustainability__environment__step__content01 table thead tr th:nth-child(1) {
  width: 16rem;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__environment__step__content01 table thead tr th:nth-child(1) {
    width: 5.2rem;
  }
}
.p-sustainability__environment__step__content01 table tbody tr th {
  width: 16rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #F2F5F7;
  border-bottom: solid 1px #CBCFD1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__environment__step__content01 table tbody tr th {
    width: 5.2rem;
  }
}
.p-sustainability__environment__step__content01 table tbody tr td {
  padding: 1.3em;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  vertical-align: top;
  border-bottom: solid 1px #CBCFD1;
}
.p-sustainability__environment__step__content01 table tbody tr td:after {
  content: "";
  display: block;
  clear: both;
}
.p-sustainability__environment__step__content01 table tbody tr td:last-child {
  border-left: solid 1px #CBCFD1;
}
.p-sustainability__environment__step__content01 table tbody tr td p {
  padding-left: 1.3em;
}
.p-sustainability__environment__step__content01 table tbody tr td p:before {
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 -1.3em;
  content: '';
  background-color: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
.p-sustainability__environment__step__content01 table tbody tr td p a {
  color: #0092E6;
}
.p-sustainability__environment__step__content01 table tbody tr td p a:hover {
  text-decoration: underline;
}
.p-sustainability__environment__step__content01 table tbody tr td .img {
  padding-left: 1.5em;
  display: inline-block;
  float: right;
}
