/* ページタイトル */
.subpage-title {
    background-color: #6fb92c;
    color: white;
    text-align: center;
    padding: 40px 20px;
  }
  
  .subpage-title h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .subpage-title p {
    margin: 8px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-style: italic;
  }
  
.about-sustainability,
.environment-policy
{
  padding: 60px 0;
}

/* 環境への取り組み */
.about-sustainability .l-container{
    max-width: 800px;
}

  .environment-philosophy {
    background-color: #009245;
    color: white;
    padding: 20px;
    margin-bottom: 24px;
    text-align: center;

  }
  
  .environment-philosophy h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
  }
  
  .environment-policy {
    background-color: white;
    color: #009245;
    padding: 20px;
    border: 2px solid #009245;
    text-align: center;

  }
  
  .environment-policy h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #009245;
  }
  

  .environment-details {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
    font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
    text-align: left;
    line-height: 1.6;
  }
  
  .environment-details h3 {
    font-size: 1.3em;
    color: #009245;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-weight: 700;
  }
  
  .environment-details p {
    margin-bottom: 1.2em;
    font-size: 1em;
    letter-spacing: 0.02em;
  }
  
  .pdf-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; 
  }
  .pdf-button {
    display: inline-block; 
    background-color: #009245;
    color: #fff;
    font-size: 1em;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none; 
  }
  
  .pdf-button:hover {
    background-color: #b2d98c;
    color: #000;
  }
  
  /* エコアクション21 */
  .ecoaction-section {
    padding: 40px 20px;
  }
  
  .ecoaction-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .ecoaction-logo img {
    display: block;
    margin: 0 auto;
    width: 10%;
    height: auto;
  }
  
  
  .ecoaction-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
  }

  .ecoaction-button {
    text-align: center;
    margin-top: 30px;
  }
  

  .ecoaction-button .button-link {
    display: inline-block;
    background-color: #009245;
    color: white;
    padding: 12px 24px;
    font-size: 1em;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  
  .ecoaction-button .button-link:hover {
    background-color: #b2d98c;
    color: #000;
  }
  
  