@charset "UTF-8";

#sub.sustainability .subMain {
    background-image: url(../images/main-sustainability.jpg);
}

/* sustainability
--------------------------------------------- */

.sustainability .readtop {
    font-size: 1.1em;
    margin-bottom: 40px;
}

@media (max-width: 926px) {
    .sustainability .readtop br {
        display: none;
    }
}

@media (max-width: 559px) {
    .sustainability p {
        text-align: left;
    }
}

/* sustainability01
--------------------------------------------- */

#sustainability01 figure {
    text-align: center;
}

.env-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #004080;
  text-align: left;
}

.env-list {
  padding-left: 0;
  list-style: none;
  counter-reset: env-counter;
}

.env-list > li {
  position: relative;
  margin: 4px 0;
  padding-left: 2em; 
  line-height: 1.8;
}

.env-list > li::before {
  counter-increment: env-counter;
  content: counter(env-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  text-align: right;
  font-weight: bold;
  color: #004080;
}

@media (max-width: 559px) {
    .sustainability01 p br {
        display: none;
    }
}


/* sustainability02
--------------------------------------------- */

#sustainability02 .contents,
#sustainability02 .contents figure {
    text-align: center;
}

#sustainability02 .contents figure img {
    width: 100%;
}

.susbox {
    max-width: 630px;
    margin: 0 auto 80px;
}

.susbox figure {
    margin-bottom: 20px;
}

.susbox ul li {
    position: relative;
    line-height: 1.6;
    padding-left: 1em;
}

.susbox ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-weight: bold;
}