@charset "UTF-8";

#contentArea > header::after {
  background-image: url(../../sustainability/action-plan/images/sustainability_action-plan_main.jpg);
}

#contentArea .catchcopy p {
  display: block;
  width: 640px;
  font-size: 1.6rem;
  line-height: 1.8;
  }

#contentArea .width-s .counterplan {
  margin-top: 0;
  margin-bottom: 8px;
  color: #6b7280;
  font-weight: bold;
  }
  #contentArea dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    }
    #contentArea dl dt {
      width: 20%;
      font-weight: normal;
      color: #111827;
      }
    #contentArea dl dd {
      width: 80%;
      }

/* ---------------------------------------------------------------------
	SP
*/
@media only screen and (max-width : 767px) {

  #contentArea > header::after {
    background-position: 15% 70%;
    }

#contentArea .catchcopy p {
  width: 74%;
  }

#contentArea dl {
  flex-direction: column;
  }
  #contentArea dl dt {
    width: 100%;
    }
    #contentArea dl dd {
      margin-bottom: 16px;
      width: 100%;
      }
  
}