/* Walkers staging - thanks (資料ダウンロード) 本番完全再現 / 純SWELL */
#thanks-page{max-width:1140px;margin:0 auto;padding:0 20px;}

/* セクション1: 見出し + 説明文 */
#thanks-page .wkth-head{padding:48px 0 36px;text-align:center;}
#thanks-page .wkth-title{
  margin:0 0 16px;padding:0;border:0;background:none;
  font-family:"Noto Sans JP",sans-serif;font-size:30px;font-weight:600;
  letter-spacing:.4px;line-height:1.3;color:#2C333C;
}
#thanks-page .wkth-title::before,#thanks-page .wkth-title::after{content:none;display:none;}
#thanks-page .wkth-lead{
  margin:0;font-family:"Noto Sans","Noto Sans JP",sans-serif;
  font-size:16px;font-weight:400;letter-spacing:.2px;line-height:1.6;color:#333333;
}

/* セクション2: クリーム背景カード（画像 + ボタン） */
#thanks-page .wkth-card{
  background:#FFF9F1;border-radius:4px;padding:24px;margin:0 0 80px;text-align:center;
}
#thanks-page .wkth-thumb{
  width:50%;height:auto;border-radius:4px;display:inline-block;margin:0 0 16px;
}
#thanks-page .wkth-btnwrap{text-align:center;}
#thanks-page .wkth-btn{
  display:inline-block;text-decoration:none;background:#FF9717;color:#fff;
  font-family:"Roboto","Noto Sans JP",sans-serif;font-weight:900;font-size:15px;line-height:1;
  padding:12px 30px;border-radius:3px;transition:background .3s;
}
#thanks-page .wkth-btn:hover{background:#C57412;color:#fff;}

/* レスポンシブ改行制御（.sma はモバイルのみ改行） */
#thanks-page .sma{display:none;}
@media(max-width:834px){
  #thanks-page .wkth-thumb{width:100%;}
}
@media(max-width:600px){
  #thanks-page .wkth-head{padding:24px 0;}
  #thanks-page .wkth-title{font-size:24px;}
  #thanks-page .sma{display:inline;}
}
