    * { box-sizing: border-box; margin: 0; padding: 0; }
    h1.httitle1 { font-size:2rem; color: #ffffff; text-shadow: 2px 2px #000; } 
    .htstyle1 { font-size: 1.4rem; text-align: left; color: #ffffff; text-shadow: 2px 2px #000000; background-color: #000000; padding: 10px 20px 14px 20px; margin-top: 20px; }
    .htstyle2 { font-size:1.0rem; text-align: left; border-left: 10px solid #388E3C; font-weight: 700; padding:2px 0px 2px 10px; margin-bottom: 20px; margin-left:30px; margin-top:10px;}
        body { font-family: sans-serif; }
   h2.step { font-size:1.8rem; text-align: left; color: #388E3C; font-weight: bold; margin-left:20px; margin-top:20px;} 
   h3.howto { font-size:1.2rem; text-align: left; background-color: #388E3C; color: #fff; padding:10px 10px 10px 20px; margin:20px }
   h4.sub { font-size:1.2rem; text-align: left; border-bottom:1px solid #388E3C; margin-left:20px; margin-right:20px; margin-bottom:10px; padding-left:14px; padding-bottom:8px; color: #333333; font-weight: bold;}
   

   /*　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ハンバーガーメニュー　ここから　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
   html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
/* 資料のDLボタン */
   .button003 a {
    background: #008134;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom:20px;
}

.button003 a:before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #999999;
}
.button003 a:hover {
    background: #eeeeee;
    color: #000;
}

.ht_dlback {
  width:100%;
  background-color: #000;
  padding: 20px 0px 20px 0px;
}


  .supercool-header {
    background: #2e7d32;
    color: white;
    position: relative;
    z-index: 1000;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom:10px;
  }
  
  .supercool-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    height: 100px;
    box-sizing: border-box;
  }
  
  .supercool-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .supercool-logo-img {
    height: 80px;
    width: auto;
    display: block;
    max-width: 100%;
  }
  
  .supercool-nav {
    display: block;
    margin-top: 10px;
  }
  
  .supercool-nav .supercool-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    font-size:20px;
  }
  
  .supercool-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  
  .supercool-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .supercool-drawer {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #2e7d32;
    transition: right 0.4s ease;
    padding-top: 60px;
    z-index: 2001;
    box-sizing: border-box;
  }
  
  .supercool-drawer.open {
    right: 0;
    display: flex;
  }
  
  .supercool-drawer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .supercool-drawer li {
    padding: 15px 20px;
  }
  
  .supercool-drawer li a {
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
  }
  
  .supercool-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
  }
  
  .supercool-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
  }
  
  .supercool-overlay.active {
    display: block;
  }
  /*　↑↑↑↑↑↑↑↑↑↑↑ ハンバーガーメニュー　ここまで　↑↑↑↑↑↑↑↑↑↑↑ */

  
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
  }

  .card {
    flex: 1 1 calc(33.333% - 40px);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 400px;
    position: relative;
    box-shadow:
    0 4px 10px rgba(255, 255, 255, 0.1),
    0 0 15px rgba(255, 255, 255, 0.15),
    0 8px 30px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.4s ease;


    color: #333;
    text-align: left;
  }

  .card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow:
      0 6px 20px rgba(255, 255, 255, 0.2),
      0 0 25px rgba(255, 255, 255, 0.25),
      0 15px 40px rgba(0, 0, 0, 0.4),
      0 0 60px rgba(255, 255, 255, 0.1);
  }

  .card-header {
    display: flex;
    padding: 10px 0px 10px 0px;
    align-items: center;
    position: relative;
  }

  .card-point {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    color: #4CAF50;
    margin-right: 15px;
    font-size: 14px;
    background-color: #000000;
    padding:10px 4px 10px 4px;
  }

  .card-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    text-align: left;
  }

  .card-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #111;
  }

  .card-body {
    padding: 0 15px 15px;
    flex-grow: 1;
    font-size: 15px;
    color: #333;
  }

  .card-footer img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    display: block;
  }

  .card:hover img {
    transform: scale(1.05);
  }

  .card:hover {
    box-shadow: 0 12px 30px rgba(76, 175, 80, 0.4);
    transform: translateY(-5px);
  }

  .htturf_black { width:100%; background-image:url(../img/black_back.png); margin-top:80px; margin-bottom:80px; padding-top:80px; padding-bottom:80px; }

  /* 画像付き固定　2カラム　ベースのスタイル */
.httwo-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  padding: 20px;
  box-sizing: border-box;
}

/* 各カラム（1セット） */
.htcolumn {
  width: 500px; /* 画像が450px固定なので少し余裕もたせる */
  box-sizing: border-box;
  text-align: center;
  padding:18px;
}

/* タイトル */
.htcolumn h2 {
  font-size: 1.3rem;
  margin-bottom: 18px;
}


/* テキスト */
.htcolumn p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

/* 画像 */
.htcolumn img {
  width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recommend-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  padding: 0px;
}

.recommend-card {
  flex: 1 1 calc(33.333%);
  background: #fff;
  padding: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}


.image-wrapper {
  overflow: hidden;
  margin-bottom: 15px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block;
}

.recommend-card:hover .image-wrapper img {
  transform: scale(1.08);
}

.recommend-card h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
}

.recommend-card .desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  margin:20px 20px 0px 20px;
  border-top:1px dotted #fff;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  background: var(--badge-color);
  left: 50%;
  transform: translateX(-50%);
  margin-top:20px;
}

.badge .triangle {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--triangle-color);
}

.job-list {
  font-size: 16px;
  color: #fff;
  padding: 12px 20px 12px 20px;
  list-style: none;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.grid-box {
  flex: 1 1 calc(25% - 20px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  border:3px solid #cccccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}

.grid-image {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}

.grid-image img {
  max-width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.grid-box:hover .grid-image img {
  transform: scale(1.05);
}

.grid-box h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #2E7D32;
  font-weight: bold;
}

.grid-box p {
  font-size: 14px;
  color: #333;
  text-align: left;
  padding-left:20px;
  padding-top:10px;
  border-top: 2px dotted #cccccc;
}

/* 画像付き固定　2カラム　ベースのスタイル */
.bousoutwo-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
}

/* 各カラム（1セット） */
.bousoucolumn {
  width: 550px; /* 画像が450px固定なので少し余裕もたせる */
  box-sizing: border-box;
  text-align: center;
  border: 3px solid olivedrab;
  padding:18px;
  background-color: #fff;
}

/* タイトル */
.bousoucolumn h2 {
  font-size: 1.8rem;
  margin-bottom: 18px;
  font-weight: bold;
}

.bousoucolumn h2.green { color: olivedrab; }

/* テキスト */
.bousoucolumn p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

/* 画像 */
.bousoucolumn img {
  width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Q＆A */
.qa-1 {
  max-width: 1200px;
  margin: 0 auto 15px; /* ← 中央にするポイント！ */
  border: 1px solid #d6dde3;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  width: 90%; /* ← スマホでも潰れないように調整 */
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  font-size: 0.95rem;
  transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.hthowtobox { 
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px; /* ← 初期は角丸 */
  box-sizing: border-box;
  text-align: left; /* ← テキストは常に左寄せ */
 }

 .hthowtobox p {
  text-align: left;
  padding-left:40px;
  padding-right:20px;
 }


 /* カウントソース */
 .count-box {
  text-align: center;
  margin: 1rem;
  font-size: 1.5rem;
}

.count-number {
  font-weight: bold;
  font-size: 3rem;
  color:#ffffff;
}
.three-column-container {
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
  padding: 24px;
}

.three-column-container .three-col-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.three-col-item {
  flex: 1 1 250px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  background: transparent !important; /* ← これが一発で解決します */
}

.three-col-item h3 {
  margin-bottom: 10px;
  font-size: 2.0em;
  color:#ffffff;
  text-align: center;
  font-weight: bold;
}

.three-col-desc {
  font-size: 0.95em;
  color: #fff;
}

.three-col-image {
  max-width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 4px;
}



  @media screen and (max-width: 1024px) {
    .htstyle2 { font-size:0.8rem; text-align: left; border-left: 10px solid #388E3C; font-weight: 700; padding:2px 0px 2px 10px; margin-bottom: 10px; margin-left:8px; margin-top:6px;}
    .card {
      flex: 1 1 calc(33.333% - 40px);
    }

    .hthowtobox {
      border-radius: 0;
      max-width: 92%;
    }
  }


          /* ハンバーガー表示 */
        @media screen and (max-width: 768px) {
          h1.httitle1 { font-size: 1.3rem; }
          .htstyle1 { font-size: 0.6rem; }

  /*　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ハンバーガーメニュー　ここから　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
  .supercool-container {
    justify-content: space-between;
  }

  .supercool-logo {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .supercool-toggle {
    display: block;
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
  }

  .supercool-nav {
    display: none;
  }

  .supercool-header {
    text-align: left;
  }
  /*　↑↑↑↑↑↑↑↑↑↑↑ ハンバーガーメニュー　ここまで　↑↑↑↑↑↑↑↑↑↑↑ */
          .card {
            flex: 1 1 100%;
            max-width: 100%;
          }

          .htturf_black { margin-top:40px; margin-bottom:40px; padding-top:40px; padding-bottom:40px; }

          .htcolumn {
            width: 100%;
          }
        
          .htcolumn img {
            width: 450px; /* 拡大縮小させない */
          }

          .recommend-card {
            flex: 1 1 100%;
            margin-bottom: 20px;
          }
          
          .grid-box {
            flex: 1 1 calc(50% - 20px);
          }

          .grid-box p {
            padding-left:0px;
            font-size:12px;
          }

          .grid-box h4 {
            font-size:0.8rem;
          }

          .bousoucolumn h2 {
            font-size:1.2rem
          }

        .bousoucolumn {
          width: 100%;
        }
      
        .bousoucolumn img {
          width: 450px; /* 拡大縮小させない */
        }

        h2.step {
          font-size: 1.0rem;
          margin:0px;
          padding: 0px;
        }
        h3.howto {
          font-size:0.8rem;
          margin:10px 0px 10px 0px;
        }

        h4.sub { font-size:0.8rem; text-align: left; border-bottom:1px solid #388E3C; margin-left:8px; margin-right:0px; padding-left:0px; padding-bottom:8px; margin-top: 20px; color: #333333; font-weight: bold;}

        .hthowtobox p {
          font-size:14px;
          padding:0px 10px 0px 10px;
          line-height: 150%;
        }

        .three-column-container .three-col-wrapper {
          flex-direction: column;
        }
      
        .three-col-item h3 { 
          border-bottom:1px solid #fff;
        }
      
        

  }

/* スマホのときフォント少し調整してもOK */
@media (max-width: 600px) {
  .qa-1 summary {
    font-size: 0.95rem;
  }
  .qa-1 p {
    font-size: 0.9rem;
  }

}