/* --------------------------------------------------
   新規買取成約・会員登録 Amazonポイントキャンペーン
   既存ページへの組み込みを想定し、クラス名はすべて "hgac-" を付けて衝突を回避しています
-------------------------------------------------- */

  .hgac-wrap *{ box-sizing:border-box; }

  .hgac-wrap{
    background:#fff;
    color:#222222;
    line-height:1.7;
    -webkit-font-smoothing:antialiased;
    max-width:1056px;
    margin:0 auto;
    padding:36px 40px;
  }

  .hgac-inner{
    display:flex;
    align-items:center;
    gap:40px;
  }

  /* ---------- Image ---------- */
  .hgac-image{
    width:45%;
  }
  .hgac-image img{
    width:100%;
    height:auto;
    display:block;
  }

  /* ---------- Content ---------- */
  .hgac-content{
    flex:1;
    min-width:0;
  }
  .hgac-title{
    font-size:24px;
    font-weight:800;
    color:#00499f;
    margin:0 0 14px;
    text-align:left;
  }
  .hgac-highlight{
    color:#f39800;
  }
  .hgac-lead{
    font-size:18px;
    color:#3d3d3d;
    margin:0 0 22px;
    text-align:left;
  }

  /* ---------- Steps ---------- */
  .hgac-steps{
    display:flex;
    align-items:stretch;
    gap:10px;
    margin:0 0 22px;
  }
  .hgac-step{
    flex:1 1 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    background:#ffffff;
    border:1px solid #f3ddab;
    padding:16px 10px;
    text-align:center;
  }
  .hgac-step-badge{
    display:inline-block;
    flex:0 0 auto;
    font-size:12px;
    font-weight:800;
    letter-spacing:.06em;
    color:#ffffff;
    background:#00499f;
    border-radius:999px;
    padding:4px 12px;
  }
  .hgac-step-text{
    font-size:16px;
    font-weight:700;
    color:#0b2745;
  }
  .hgac-step-arrow{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hgac-step-arrow svg{
    width:20px;
    height:20px;
    display:block;
  }

  /* ---------- Notes ---------- */
  .hgac-notes{
    border-top:1px solid #f3ddab;
    padding-top:14px;
  }
  .hgac-notes p{
    font-size:14px;
    color:#3d3d3d;
    margin:0;
    line-height:1.7;
    text-align:left;
  }

  @media (max-width:760px){
    .hgac-wrap{
      width:90%;
      padding:20px;
    }
    .hgac-inner{
      flex-direction:column;
      align-items:center;
      gap:20px;
    }
    .hgac-image{
      flex-basis:auto;
      width:95%;
    }
    .hgac-content{
      width:100%;
    }
    .hgac-title{
      font-size:20px;
    }
    .hgac-steps{
      flex-direction:column;
      align-items:stretch;
    }
    .hgac-step{
      justify-content:flex-start;
    }
    .hgac-step-arrow svg{
      transform:rotate(90deg);
    }
  }

         .homegear-449-style .Block-ea207956-ab93-45ec-a7d4-56d3847dad27 {
              border-color: 000;  padding-top: 15px; padding-bottom: 15px;
          }

            .Block-ea207956-ab93-45ec-a7d4-56d3847dad27 {
              background: #FF7426
            }

            @media screen and (min-width: 1024px) {
            .homegear-449-style .Block-ea207956-ab93-45ec-a7d4-56d3847dad27 {
                  border-color: 000;  padding-top: 50px; padding-bottom: 50px;
              }
            }

            @media screen and (min-width: 1536px) {
            .Html-f0b0e59f-6c44-4ef5-9fe7-cfa4098ef227 {
                  border-color: #000;
              }
            }