.gqsa-wrap,
.gqsa-mini{
  box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  color:#123047;
}
.gqsa-wrap *,
.gqsa-mini *{box-sizing:border-box}
.gqsa-wrap{
  max-width:1040px;
  margin:32px auto;
  padding:0 16px;
}
.gqsa-hero{
  position:relative;
  overflow:hidden;
  border-radius:0 0 30px 30px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.24),transparent 26%),
    linear-gradient(135deg,#ffd91a 0%,#ffc400 48%,#fff2a6 100%);
  box-shadow:0 18px 36px rgba(255,196,0,.24);
}
.gqsa-hero:before{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-58px;
  height:118px;
  background:#f7fbfd;
  transform:rotate(4deg);
  transform-origin:center;
  z-index:0;
}
.gqsa-hero:after{
  content:"";
  position:absolute;
  right:-54px;
  top:-64px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(255,255,255,.13);
}
.gqsa-hero-inner{
  position:relative;
  z-index:1;
  padding:46px 28px 76px;
}
.gqsa-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.58);
  border-radius:999px;
  padding:8px 17px;
  font-size:13px;
  font-weight:950;
  letter-spacing:.04em;
  margin-bottom:16px;
  text-shadow:0 1px 3px rgba(0,0,0,.22);
}
.gqsa-badge:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.16);
}
.gqsa-logo-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0 auto 14px;
  line-height:1;
  text-shadow:
    0 3px 0 rgba(0,0,0,.28),
    0 0 2px #fff;
}
.gqsa-logo-line strong{
  display:block;
  color:#123047;
  -webkit-text-stroke:2px #fff;
  text-stroke:2px #fff;
  font-size:clamp(58px,9.8vw,112px);
  font-style:italic;
  font-weight:1000;
  letter-spacing:.015em;
}
.gqsa-logo-line span{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  color:#fff;
  font-weight:1000;
  letter-spacing:.04em;
}
.gqsa-logo-line em{
  font-style:normal;
  font-size:clamp(19px,3.2vw,38px);
  color:#fff;
  text-shadow:0 3px 0 rgba(0,0,0,.32),0 0 2px #fff;
}
.gqsa-logo-line b{
  font-size:clamp(28px,5.1vw,58px);
  color:#123047;
  -webkit-text-stroke:1.6px #fff;
  text-stroke:1.6px #fff;
  font-weight:1000;
  white-space:nowrap;
}
.gqsa-lead{
  position:relative;
  z-index:1;
  font-size:clamp(17px,2.3vw,24px);
  font-weight:950;
  margin:0 auto 10px;
  line-height:1.65;
  max-width:900px;
  text-shadow:0 2px 0 rgba(0,0,0,.22);
}
.gqsa-note{
  position:relative;
  z-index:1;
  font-size:14px;
  margin:0 auto;
  opacity:.98;
  font-weight:800;
  max-width:760px;
  line-height:1.8;
}
.gqsa-tabs{
  display:flex;
  gap:8px;
  margin:24px 0 0;
  padding-left:6px;
}
.gqsa-tab{
  border:0;
  background:#edf2f5;
  color:#506272;
  border-radius:14px 14px 0 0;
  padding:14px 28px;
  font-weight:950;
  font-size:16px;
  cursor:pointer;
  transition:transform .16s ease, background .16s ease, color .16s ease;
}
.gqsa-tab:hover{transform:translateY(-1px)}
.gqsa-tab.is-active{
  background:linear-gradient(135deg,#ffd91a,#ffbd00);
  color:#123047;
  box-shadow:0 -2px 0 rgba(255,255,255,.7) inset;
}
.gqsa-card{
  background:#fff;
  border:1px solid #d9e8ef;
  border-top:4px solid #0b96bd;
  border-radius:0 12px 12px 12px;
  padding:24px;
  box-shadow:0 14px 32px rgba(7,78,112,.10);
}
.gqsa-common-row,
.gqsa-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.gqsa-grid{margin-top:20px}
.gqsa-full{grid-column:1/-1}
.gqsa-card label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-weight:950;
  color:#123047;
}
.gqsa-card label span{font-size:14px}
.gqsa-card select,
.gqsa-card input{
  width:100%;
  box-sizing:border-box;
  border:1px solid #c9d9e3;
  border-radius:11px;
  background:#fff;
  padding:12px 13px;
  font-size:16px;
  min-height:48px;
}
.gqsa-card select:focus,
.gqsa-card input:focus{
  outline:3px solid rgba(0,167,200,.16);
  border-color:#00a7c8;
}
.gqsa-unit{display:flex;align-items:center;gap:8px}
.gqsa-unit input{flex:1}
.gqsa-unit em{font-style:normal;font-weight:950;color:#647787}
.gqsa-panel{display:none}
.gqsa-panel.is-active{display:block}
.gqsa-actions{text-align:center;margin-top:28px}
.gqsa-calc{
  border:0;
  background:linear-gradient(135deg,#ffd91a,#ffbd00);
  color:#123047;
  border-radius:999px;
  padding:15px 36px;
  font-weight:1000;
  font-size:17px;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(255,196,0,.32);
}
.gqsa-calc:hover{filter:brightness(.98);transform:translateY(-1px)}
.gqsa-result{
  margin-top:26px;
  background:#fff;
  border:2px solid #0b96bd;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 36px rgba(7,78,112,.14);
}
.gqsa-result-head{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(0,167,200,.12),transparent 28%),
    linear-gradient(135deg,#f2fcff 0%,#ffffff 55%,#fff5f3 100%);
  padding:30px 24px 28px;
  text-align:center;
  border-bottom:1px solid #d9edf4;
}
.gqsa-result-head:before{
  content:"";
  position:absolute;
  left:50%;
  top:15px;
  transform:translateX(-50%);
  width:96px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#00a7c8,#ff4050);
}
.gqsa-result-head span{
  display:inline-block;
  font-weight:1000;
  color:#007aa6;
  font-size:15px;
  letter-spacing:.08em;
  margin:9px 0 10px;
}
.gqsa-result-head strong{
  display:block;
  font-size:clamp(36px,5.8vw,56px);
  line-height:1.2;
  color:#00739d;
  font-weight:1000;
  letter-spacing:.02em;
  text-shadow:0 2px 0 #fff;
}
.gqsa-result-head small{
  display:block;
  color:#526778;
  font-weight:900;
  margin-top:8px;
  font-size:13px;
}
.gqsa-result-body{
  padding:22px 26px;
  font-size:15px;
  line-height:1.85;
}
.gqsa-result-body p{margin:0 0 12px}
.gqsa-result-body [data-gqsa-unit-price]{
  display:inline-block;
  background:#effbff;
  color:#007aa6;
  border:1px solid #cfeaf2;
  border-radius:999px;
  padding:7px 14px;
  font-weight:950;
}
.gqsa-disclaimer{
  background:#f7fbfd;
  border-left:5px solid #00a7c8;
  padding:12px 14px;
  border-radius:8px;
  color:#526778;
  font-size:13px;
}
.gqsa-cta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:0 26px 26px;
}
.gqsa-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  text-decoration:none!important;
  border-radius:14px;
  font-weight:1000;
  text-align:center;
  line-height:1.35;
  transition:transform .16s ease, filter .16s ease;
}
.gqsa-cta a:hover{transform:translateY(-1px);filter:brightness(.98)}
.gqsa-cta-main{background:#ffd91a;color:#123047!important;box-shadow:0 8px 18px rgba(255,196,0,.26)}
.gqsa-cta-line{background:#06c755;color:#fff!important;box-shadow:0 8px 18px rgba(6,199,85,.18)}
.gqsa-cta-tel{background:#123047;color:#fff!important;box-shadow:0 8px 18px rgba(18,48,71,.18)}

.gqsa-mini{
  max-width:1040px;
  margin:34px auto;
  padding:0 16px;
}
.gqsa-mini-inner{
  display:grid;
  grid-template-columns:1.5fr .85fr;
  gap:22px;
  align-items:center;
  border-radius:28px;
  padding:34px 32px;
  background:
    radial-gradient(circle at 8% 18%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(135deg,#ffd91a 0%,#ffc400 50%,#0b96bd 130%);
  color:#fff;
  box-shadow:0 18px 38px rgba(245,39,49,.16);
  overflow:hidden;
  position:relative;
}
.gqsa-mini-inner:before{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-52px;
  height:96px;
  background:rgba(255,255,255,.16);
  transform:rotate(4deg);
}
.gqsa-mini-inner:after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-72px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
}
.gqsa-mini-copy,
.gqsa-mini-action{position:relative;z-index:1}
.gqsa-mini-kicker{
  display:inline-block;
  margin:0 0 10px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.18);
  font-weight:950;
  font-size:13px;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
.gqsa-mini h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(27px,4.2vw,44px);
  line-height:1.25;
  font-weight:1000;
  letter-spacing:.04em;
  text-shadow:0 2px 0 rgba(0,0,0,.2);
}
.gqsa-mini p{margin:0;line-height:1.8;font-weight:900}
.gqsa-mini-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.gqsa-mini-tags span{
  background:#fff;
  color:#00739d;
  border-radius:999px;
  padding:7px 13px;
  font-weight:1000;
  font-size:13px;
}
.gqsa-mini-action{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
}
.gqsa-mini-action a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  border-radius:999px;
  background:#fff;
  color:#00739d!important;
  text-decoration:none!important;
  font-weight:1000;
  font-size:17px;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
  text-align:center;
  padding:12px 18px;
}
.gqsa-mini-action small{
  color:rgba(255,255,255,.94);
  text-align:center;
  font-weight:900;
}
@media (max-width:720px){
  .gqsa-wrap{margin:20px auto;padding:0 12px}
  .gqsa-hero{border-radius:0 0 22px 22px}
  .gqsa-hero-inner{padding:30px 16px 58px}
  .gqsa-logo-line{flex-direction:column;gap:8px}
  .gqsa-logo-line span{align-items:center}
  .gqsa-tabs{gap:4px;padding-left:0}
  .gqsa-tab{flex:1;padding:12px 6px;font-size:14px}
  .gqsa-card{padding:18px;border-radius:0 14px 14px 14px}
  .gqsa-common-row,.gqsa-grid{grid-template-columns:1fr;gap:14px}
  .gqsa-cta{grid-template-columns:1fr;padding:0 18px 20px}
  .gqsa-result-body{padding:18px}
  .gqsa-result-head{padding:24px 14px 20px}
  .gqsa-calc{width:100%;padding:15px 12px}
  .gqsa-mini{margin:24px auto;padding:0 12px}
  .gqsa-mini-inner{grid-template-columns:1fr;padding:26px 18px;border-radius:20px}
}
.gqsa-privacy-note{
  margin:10px 0 0;
  padding:10px 12px;
  border-radius:10px;
  background:#f6fbff;
  border:1px solid #d9eef8;
  color:#526677;
  font-size:12px;
  line-height:1.7;
}

.gqsa-address-box{
  background:#fff;
  border:0;
  border-radius:0;
  padding:0;
  margin:0 0 16px;
}
.gqsa-address-top{display:none;}
.gqsa-address-top.is-active{display:block;}
.gqsa-zip-row{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
  flex-wrap:wrap;
}
.gqsa-zip-row input{
  width:120px!important;
  min-height:34px!important;
  padding:6px 8px!important;
  border-radius:4px!important;
  font-size:13px!important;
}
.gqsa-zip-row button{
  border:0;
  background:#0b96bd;
  color:#fff;
  min-height:34px;
  padding:6px 12px;
  border-radius:4px;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(11,150,189,.18);
}
.gqsa-zip-row button:hover{filter:brightness(.98);transform:translateY(-1px)}
.gqsa-zip-row small{
  color:#546579;
  font-size:12px;
  font-weight:800;
}
.gqsa-zip-row small.is-ok{color:#0b8a4a}
.gqsa-zip-row small.is-error{color:#e00012}
.gqsa-address-row-note{
  font-size:12px;
  color:#546579;
  line-height:1.55;
  margin:8px 0 0;
}
.gqsa-address-detail-input{
  width:100%!important;
  min-height:34px!important;
  padding:6px 9px!important;
  border-radius:4px!important;
  font-size:13px!important;
  margin-top:0!important;
}
@media(max-width:700px){
  .gqsa-zip-row input{width:150px!important;}
  .gqsa-zip-row button{flex:0 0 auto;}
  .gqsa-zip-row small{display:block;width:100%;}
}

/* v14 トップページ用ミニ導線：参考デザイン風（赤ヘッダー＋斜めライン） */
.gqsa-mini-quick{
  max-width:1100px;
  margin:34px auto 40px;
  padding:0 16px;
}
.gqsa-mini-quick-inner{
  position:relative;
  overflow:hidden;
  border-radius:0;
  background:#f7f7f7;
  box-shadow:none;
  color:#111;
  text-align:center;
}
.gqsa-mini-quick-red{
  position:relative;
  overflow:hidden;
  min-height:190px;
  padding:28px 28px 72px;
  background:#ffd91a;
  color:#123047;
  text-align:center;
}
.gqsa-mini-quick-red:after{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-68px;
  height:112px;
  background:#f7f7f7;
  transform:rotate(4.2deg);
  transform-origin:center;
  z-index:0;
}
.gqsa-mini-logo,
.gqsa-mini-maincopy{
  position:relative;
  z-index:1;
}
.gqsa-mini-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  line-height:1;
  margin:0 auto 16px;
  white-space:nowrap;
}
.gqsa-mini-logo-en{
  font-size:clamp(48px,7vw,92px);
  font-weight:1000;
  font-style:italic;
  letter-spacing:.02em;
  color:#123047;
  -webkit-text-stroke:2px #fff;
  text-shadow:3px 3px 0 rgba(0,0,0,.38);
}
.gqsa-mini-logo-kana{
  display:inline-block;
  color:#123047;
  font-size:clamp(20px,2.5vw,35px);
  font-weight:1000;
  line-height:1.25;
  text-shadow:0 2px 0 rgba(255,255,255,.72);
}
.gqsa-mini-logo-jp{
  color:#123047;
  font-size:clamp(58px,8vw,108px);
  font-weight:1000;
  line-height:.9;
  -webkit-text-stroke:2px #fff;
  text-shadow:3px 3px 0 rgba(0,0,0,.38);
}
.gqsa-mini-maincopy{
  margin:0;
  color:#123047;
  font-size:clamp(17px,2vw,28px);
  font-weight:1000;
  line-height:1.55;
  text-shadow:0 2px 0 rgba(255,255,255,.72);
}
.gqsa-mini-quick-white{
  position:relative;
  padding:0 24px 34px;
  margin-top:-28px;
  z-index:2;
}
.gqsa-mini-desc{
  margin:0 auto 20px!important;
  max-width:860px;
  color:#111;
  font-size:clamp(14px,1.7vw,18px);
  font-weight:900;
  line-height:1.9!important;
  text-shadow:none!important;
}
.gqsa-mini-action-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin:0 auto 18px;
}
.gqsa-mini-action-row a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:min(100%,360px);
  min-height:58px;
  padding:12px 28px;
  border-radius:999px;
  background:#ffd91a;
  color:#123047!important;
  font-weight:1000;
  font-size:17px;
  text-decoration:none!important;
  box-shadow:0 12px 20px rgba(255,196,0,.28);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.gqsa-mini-action-row a:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 24px rgba(255,196,0,.34);
  opacity:.96;
}
.gqsa-mini-action-row small{
  color:#222;
  font-weight:900;
  font-size:13px;
}
.gqsa-mini-quick .gqsa-mini-tags{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
}
.gqsa-mini-quick .gqsa-mini-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 15px;
  border-radius:999px;
  background:#fff;
  color:#ffd91a;
  border:1px solid #ffe69a;
  font-weight:1000;
  font-size:13px;
  box-shadow:0 5px 12px rgba(0,0,0,.06);
}
@media (max-width:720px){
  .gqsa-mini-quick{margin:24px auto 30px;padding:0 10px;}
  .gqsa-mini-quick-red{min-height:168px;padding:24px 12px 64px;}
  .gqsa-mini-logo{gap:8px;white-space:normal;flex-wrap:wrap;}
  .gqsa-mini-logo-en{font-size:48px;-webkit-text-stroke:1.4px #fff;}
  .gqsa-mini-logo-kana{font-size:20px;}
  .gqsa-mini-logo-jp{font-size:58px;-webkit-text-stroke:1.4px #fff;}
  .gqsa-mini-maincopy{font-size:17px;}
  .gqsa-mini-quick-white{padding:0 14px 28px;margin-top:-18px;}
  .gqsa-mini-action-row{gap:10px;}
  .gqsa-mini-action-row a{width:100%;min-width:0;font-size:15px;}
}


/* v15 yellow/gold quick-assessment polish */
.gqsa-wrap{max-width:1040px;}
.gqsa-hero{border-top:8px solid #0b6f95;}
.gqsa-badge{color:#123047;background:rgba(255,255,255,.56);border-color:rgba(255,255,255,.86);text-shadow:none;}
.gqsa-lead,.gqsa-note{color:#123047;text-shadow:0 2px 0 rgba(255,255,255,.55);}
.gqsa-logo-line{filter:drop-shadow(0 8px 10px rgba(11,111,149,.10));}
.gqsa-card{border-top-color:#0b96bd;}
.gqsa-calc{border:2px solid #f2b800;}
.gqsa-calc:hover{box-shadow:0 14px 28px rgba(255,196,0,.38);}
.gqsa-mini-quick-inner{border:4px solid #0b6f95;}
.gqsa-mini-quick-red{background:linear-gradient(135deg,#ffd91a 0%,#ffcb05 55%,#fff0a3 100%);}
.gqsa-mini-logo-en,.gqsa-mini-logo-jp{color:#123047;-webkit-text-stroke:2px #fff;text-shadow:3px 3px 0 rgba(11,111,149,.22);}
.gqsa-mini-maincopy,.gqsa-mini-logo-kana{color:#123047;text-shadow:0 2px 0 rgba(255,255,255,.72);}
.gqsa-mini-action-row a{background:#0b96bd;color:#fff!important;box-shadow:0 12px 20px rgba(11,150,189,.24);}
.gqsa-mini-quick .gqsa-mini-tags span{color:#0b6f95;border-color:#c8e8f2;background:#ffffff;}

/* v17 フォーム整列改善：マンション・戸建て・土地の入力欄を均等に見せる */
.gqsa-card label{min-width:0;}
.gqsa-grid > label{min-width:0;}
.gqsa-grid label span{min-height:1.45em;display:block;}
.gqsa-card select,
.gqsa-card input,
.gqsa-unit{width:100%;max-width:100%;}
.gqsa-unit input{min-width:0;}
.gqsa-grid-mansion{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:end;
}
.gqsa-grid-house{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.gqsa-grid-land{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:end;
}
.gqsa-grid-mansion .gqsa-full{grid-column:1/-1;}
@media (max-width:920px){
  .gqsa-grid-mansion,
  .gqsa-grid-land{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .gqsa-grid-mansion,
  .gqsa-grid-house,
  .gqsa-grid-land{grid-template-columns:1fr;}
  .gqsa-grid label span{min-height:auto;}
}


/* v19 戸建・土地の番地入力欄の余白と配置調整 */
.gqsa-address-detail-box{
  margin:18px 0 22px;
  padding-top:2px;
  grid-column:1/-1;
}
.gqsa-address-detail-box label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-weight:950;
  color:#123047;
}
.gqsa-address-detail-box label span{
  font-size:14px;
  min-height:auto;
}
.gqsa-address-detail-input{
  width:100%!important;
  min-height:48px!important;
  padding:12px 13px!important;
  border-radius:11px!important;
  font-size:16px!important;
  margin-top:0!important;
}
@media (max-width:720px){
  .gqsa-common-row{grid-template-columns:1fr;gap:14px;}
  .gqsa-address-detail-box{margin:14px 0 20px;}
}

/* v21 トップページ用コンパクト版：mini shortcodeだけ縦幅を抑える */
.gqsa-wrap--compact{
  max-width:960px;
  margin:26px auto;
  padding:0 14px;
}
.gqsa-wrap--compact .gqsa-hero{
  border-top-width:5px;
  border-radius:0 0 22px 22px;
  box-shadow:0 12px 24px rgba(255,196,0,.18);
}
.gqsa-wrap--compact .gqsa-hero:before{
  bottom:-46px;
  height:88px;
}
.gqsa-wrap--compact .gqsa-hero:after{
  width:130px;
  height:130px;
  right:-42px;
  top:-50px;
}
.gqsa-wrap--compact .gqsa-hero-inner{
  padding:24px 18px 46px;
}
.gqsa-wrap--compact .gqsa-badge{
  padding:5px 12px;
  font-size:11px;
  margin-bottom:8px;
}
.gqsa-wrap--compact .gqsa-badge:before{
  width:5px;
  height:5px;
  box-shadow:0 0 0 3px rgba(255,255,255,.20);
}
.gqsa-wrap--compact .gqsa-logo-line{
  gap:12px;
  margin-bottom:8px;
}
.gqsa-wrap--compact .gqsa-logo-line strong{
  font-size:clamp(42px,6.2vw,74px);
  -webkit-text-stroke:1.4px #fff;
  text-stroke:1.4px #fff;
}
.gqsa-wrap--compact .gqsa-logo-line em{
  font-size:clamp(15px,2vw,25px);
}
.gqsa-wrap--compact .gqsa-logo-line b{
  font-size:clamp(22px,3.2vw,38px);
  -webkit-text-stroke:1.1px #fff;
  text-stroke:1.1px #fff;
}
.gqsa-wrap--compact .gqsa-lead{
  font-size:clamp(14px,1.7vw,18px);
  margin-bottom:4px;
  line-height:1.55;
}
.gqsa-wrap--compact .gqsa-note{
  font-size:12px;
  line-height:1.55;
}
.gqsa-wrap--compact .gqsa-tabs{
  margin-top:16px;
  gap:6px;
}
.gqsa-wrap--compact .gqsa-tab{
  padding:10px 22px;
  font-size:14px;
  border-radius:12px 12px 0 0;
}
.gqsa-wrap--compact .gqsa-card{
  padding:18px 20px;
  border-top-width:3px;
  box-shadow:0 10px 24px rgba(7,78,112,.08);
}
.gqsa-wrap--compact .gqsa-zip-row{
  margin-bottom:6px;
}
.gqsa-wrap--compact .gqsa-common-row,
.gqsa-wrap--compact .gqsa-grid{
  gap:14px 18px;
}
.gqsa-wrap--compact .gqsa-grid{
  margin-top:16px;
}
.gqsa-wrap--compact .gqsa-card label{
  gap:6px;
}
.gqsa-wrap--compact .gqsa-card label span{
  font-size:13px;
}
.gqsa-wrap--compact .gqsa-card select,
.gqsa-wrap--compact .gqsa-card input{
  min-height:42px;
  padding:9px 12px;
  font-size:15px;
  border-radius:9px;
}
.gqsa-wrap--compact .gqsa-address-detail-box{
  margin:14px 0 16px;
}
.gqsa-wrap--compact .gqsa-address-detail-input{
  min-height:42px!important;
  padding:9px 12px!important;
  font-size:15px!important;
  border-radius:9px!important;
}
.gqsa-wrap--compact .gqsa-actions{
  margin-top:20px;
}
.gqsa-wrap--compact .gqsa-calc{
  padding:12px 30px;
  font-size:15px;
}
.gqsa-wrap--compact .gqsa-result{
  margin-top:20px;
  border-radius:18px;
}
.gqsa-wrap--compact .gqsa-result-head{
  padding:22px 18px 20px;
}
.gqsa-wrap--compact .gqsa-result-body{
  padding:18px 20px;
}
.gqsa-wrap--compact .gqsa-cta{
  padding:0 20px 20px;
}
@media (max-width:720px){
  .gqsa-wrap--compact{
    margin:20px auto;
    padding:0 10px;
  }
  .gqsa-wrap--compact .gqsa-hero-inner{
    padding:22px 12px 42px;
  }
  .gqsa-wrap--compact .gqsa-logo-line{
    flex-direction:row;
    flex-wrap:wrap;
    gap:6px 10px;
  }
  .gqsa-wrap--compact .gqsa-logo-line strong{
    font-size:42px;
  }
  .gqsa-wrap--compact .gqsa-logo-line em{
    font-size:15px;
  }
  .gqsa-wrap--compact .gqsa-logo-line b{
    font-size:24px;
  }
  .gqsa-wrap--compact .gqsa-card{
    padding:16px 14px;
  }
  .gqsa-wrap--compact .gqsa-tab{
    padding:10px 4px;
    font-size:13px;
  }
  .gqsa-wrap--compact .gqsa-calc{
    width:100%;
  }
}

/* v24: 簡易補正の見える化 */
.gqsa-adjustments{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:18px 0 6px;
}
.gqsa-adjust-card{
  border:1px solid rgba(4,52,104,.12);
  border-radius:14px;
  padding:14px 16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(4,52,104,.05);
}
.gqsa-adjust-card strong{
  display:block;
  margin-bottom:8px;
  color:#073763;
  font-size:15px;
}
.gqsa-adjust-card ul{
  margin:0;
  padding-left:1.2em;
}
.gqsa-adjust-card li{
  margin:5px 0;
  line-height:1.55;
  font-size:14px;
}
.gqsa-adjust-plus{
  border-left:5px solid #f5b700;
}
.gqsa-adjust-minus{
  border-left:5px solid #7aa7d9;
}
@media (max-width:720px){
  .gqsa-adjustments{
    grid-template-columns:1fr;
  }
}

/* v28 入力エラー表示 */
.gqsa-has-error{
  border-color:#dc2626 !important;
  box-shadow:0 0 0 3px rgba(220,38,38,.12) !important;
  background:#fffafa !important;
}
.gqsa-field-error{
  display:block;
  margin-top:6px;
  color:#dc2626;
  font-weight:800;
  font-size:12px;
  line-height:1.5;
}


/* v40 PCワイド化・スマホ折りたたみ対応 */
.gqsa-mobile-toggle{
  display:none;
}
@media (min-width:721px){
  .gqsa-wrap--compact{
    position:relative;
    left:50%;
    transform:translateX(-50%);
    width:min(1280px, calc(100vw - 44px));
    max-width:none;
    margin-top:28px;
    margin-bottom:34px;
    padding-left:0;
    padding-right:0;
  }
  .gqsa-wrap--compact .gqsa-hero-inner{
    padding-top:30px;
    padding-bottom:54px;
  }
  .gqsa-wrap--compact .gqsa-card{
    padding:22px 28px;
  }
  .gqsa-wrap--compact .gqsa-common-row,
  .gqsa-wrap--compact .gqsa-grid{
    gap:16px 22px;
  }
  .gqsa-wrap--compact .gqsa-tabs{
    margin-top:18px;
  }
}
@media (min-width:1400px){
  .gqsa-wrap--compact{
    width:min(1360px, calc(100vw - 60px));
  }
}
@media (max-width:720px){
  .gqsa-wrap--compact{
    position:relative;
    left:auto;
    transform:none;
    width:auto;
    max-width:100%;
    margin:14px auto 20px;
    padding:0 10px;
  }
  .gqsa-wrap--compact .gqsa-hero{
    border-top-width:5px;
    border-radius:0 0 18px 18px;
    box-shadow:0 10px 20px rgba(255,196,0,.18);
  }
  .gqsa-wrap--compact .gqsa-hero:before{
    bottom:-38px;
    height:74px;
  }
  .gqsa-wrap--compact .gqsa-hero:after{
    width:110px;
    height:110px;
    right:-42px;
    top:-48px;
  }
  .gqsa-wrap--compact .gqsa-hero-inner{
    padding:16px 12px 34px;
  }
  .gqsa-wrap--compact .gqsa-badge{
    font-size:10px;
    padding:4px 10px;
    margin-bottom:7px;
  }
  .gqsa-wrap--compact .gqsa-logo-line{
    gap:6px 8px;
    margin-bottom:6px;
    flex-wrap:nowrap;
  }
  .gqsa-wrap--compact .gqsa-logo-line strong{
    font-size:38px;
    -webkit-text-stroke:1.2px #fff;
    text-stroke:1.2px #fff;
  }
  .gqsa-wrap--compact .gqsa-logo-line em{
    font-size:14px;
  }
  .gqsa-wrap--compact .gqsa-logo-line b{
    font-size:23px;
    -webkit-text-stroke:1px #fff;
    text-stroke:1px #fff;
  }
  .gqsa-wrap--compact .gqsa-lead{
    font-size:12.5px;
    line-height:1.45;
    margin:0;
  }
  .gqsa-wrap--compact .gqsa-note{
    display:none;
  }
  .gqsa-wrap--compact .gqsa-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:calc(100% - 24px);
    min-height:48px;
    margin:-12px auto 14px;
    border:none;
    border-radius:999px;
    background:linear-gradient(135deg,#0b96bd,#08799b);
    color:#fff;
    font-weight:1000;
    font-size:15px;
    letter-spacing:.04em;
    box-shadow:0 12px 22px rgba(11,150,189,.24);
    cursor:pointer;
    position:relative;
    z-index:5;
  }
  .gqsa-wrap--compact .gqsa-mobile-toggle:after{
    content:"＋";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    margin-left:10px;
    border-radius:50%;
    background:rgba(255,255,255,.22);
    font-weight:1000;
    line-height:1;
  }
  .gqsa-wrap--compact.is-mobile-open .gqsa-mobile-toggle{
    background:linear-gradient(135deg,#123047,#0b6f95);
  }
  .gqsa-wrap--compact.is-mobile-open .gqsa-mobile-toggle:after{
    content:"－";
  }
  .gqsa-wrap--compact:not(.is-mobile-open) .gqsa-tabs,
  .gqsa-wrap--compact:not(.is-mobile-open) .gqsa-card,
  .gqsa-wrap--compact:not(.is-mobile-open) .gqsa-result{
    display:none!important;
  }
  .gqsa-wrap--compact.is-mobile-open .gqsa-tabs{
    margin-top:10px;
  }
  .gqsa-wrap--compact.is-mobile-open .gqsa-card{
    animation:gqsaMobileOpen .18s ease-out;
  }
}
@keyframes gqsaMobileOpen{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}

/* v41: スマホのみ、クイック査定ブロック上部の余白を圧縮 */
@media (max-width:720px){
  .gqsa-wrap--compact{
    margin-top:-8px!important;
  }
  .gqsa-wrap--compact .gqsa-hero-inner{
    padding-top:12px!important;
  }
  .gqsa-wrap--compact .gqsa-mobile-toggle{
    margin-top:-10px!important;
  }
}
