@charset 'utf-8';

#common-section .wrap {
  border-top: 2px solid #E1E4E8;
  margin-bottom: 70px;
}

#common-section .wrap:before {
  display: block;
}

#common-section .wrap>p {
  text-align: left;
}

#common-section.decarbonization .wrap>p {
  text-align: center;
}

#common-section .wrap>p+p {
  margin-top: 30px;
}

#common-section .wrap div > p span {
  display: inline-block;
  font-size: 1.625em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  margin: 45px 0 55px 0;
}

.decarbonization-lead {
  text-align: center;
  margin: 0 40px 70px;
  line-height: 2.125;
}

#common-section ul, #common-section ol {
  margin-bottom: 30px;
}

#common-section ul li:before {
  content: "・";
}

@media screen and (max-width: 1000px) {

  #common-section .wrap>p+p {
    margin-top: 20px;
  }

  #common-section ul {
    margin-bottom: 20px;
  }

  #common-section ul li {
    padding-left: 12px;
  }

  #common-section ul li:before {
    left: -5px;
  }

  #common-section.decarbonization .wrap>p {
    text-align: left;
  }

  .decarbonization-lead {
    margin: 0 0 50px;
    padding: 0 24px;
  }
}
