@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Black&family=Noto+Sans+JP:wght@400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #CC0000;
  color: #fff;
  overflow-x: hidden;
}

/* ===== TICKER ===== */
.ticker {
  background: #FFD700;
  color: #CC0000;
  font-weight: 900;
  font-size: 15px;
  padding: 7px 0;
  white-space: nowrap;
  overflow: hidden;
}
.ticker-inner {
  display: inline-block;
  animation: tick 22s linear infinite;
  padding-left: 100%;
}
@keyframes tick {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ===== HERO ===== */
.hero {
  background: #CC0000;
  text-align: center;
  padding: 28px 16px 22px;
  border-bottom: 5px solid #FFD700;
}
.badge-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.badge {
  background: #FFD700;
  color: #990000;
  font-size: 13px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: .05em;
}
.badge.white {
  background: #fff;
  color: #CC0000;
}
.hero-eyebrow {
  font-size: clamp(13px, 3.5vw, 17px);
  color: rgba(255,255,255,.9);
  margin-bottom: 8px;
}
.hero-main {
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(26px, 7vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  color: #FFD700;
  text-shadow: 2px 2px 0 #880000;
  margin-bottom: 10px;
}
.hero-main .white {
  color: #fff;
  font-size: clamp(16px, 4.5vw, 32px);
  text-shadow: 1px 1px 0 #990000;
}
.hero-main .big {
  font-size: clamp(30px, 8vw, 58px);
}

/* ===== 3 FREE BADGES ===== */
.three-free {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.free-badge {
  background: #FFD700;
  color: #CC0000;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
  font-weight: 900;
  min-width: 100px;
  flex: 1;
  max-width: 150px;
  border: 3px solid #fff;
  animation: wb 2s ease-in-out infinite;
}
.free-badge:nth-child(2) { animation-delay: .25s; }
.free-badge:nth-child(3) { animation-delay: .5s; }
@keyframes wb {
  0%, 100% { transform: rotate(-1deg) scale(1); }
  50%       { transform: rotate(1deg) scale(1.04); }
}
.free-badge .fl { font-size: 12px; display: block; margin-bottom: 1px; color: #993300; }
.free-badge .fw { font-size: clamp(18px, 4.5vw, 26px); display: block; line-height: 1.1; }
.free-badge .fd { font-size: 13px; display: block; margin-top: 3px; color: #993300; }

/* ===== RISK ZERO ===== */
.risk-zero {
  background: #fff;
  color: #CC0000;
  font-size: clamp(16px, 4.5vw, 24px);
  font-weight: 900;
  padding: 10px 28px;
  border-radius: 50px;
  display: inline-block;
  margin: 10px 0 18px;
  border: 4px solid #FFD700;
  animation: ring 1.5s ease-in-out infinite;
  letter-spacing: .05em;
}
@keyframes ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,215,0,.8); }
  50%       { box-shadow: 0 0 0 8px rgba(255,215,0,0); }
}

/* ===== CTA BUTTON ===== */
.cta-btn {
  background: #FFD700;
  color: #993300;
  font-size: clamp(16px, 4.5vw, 24px);
  font-weight: 900;
  padding: 14px 36px;
  border-radius: 8px;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 0 #996600;
  transition: transform .1s, box-shadow .1s;
  text-decoration: none;
  letter-spacing: .05em;
}
.cta-btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #996600;
}
.cta-sub {
  font-size: 14px;
  color: rgba(255,255,255,.85);
  margin-top: 8px;
}

/* ===== HERO GALLERY (実機写真帯) ===== */
.hero-gallery {
  margin-top: 22px;
}
.hg-label {
  font-size: 15px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 10px;
  letter-spacing: .03em;
}
.hg-row {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 560px;
  margin: 0 auto;
}
.hg-item {
  flex: 1;
  min-width: 0;
  max-width: 180px;
}
.hg-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid #FFD700;
  background: #fff;
  display: block;
}
.hg-item figcaption {
  font-size: clamp(11px, 3vw, 13px);
  font-weight: 700;
  color: rgba(255,255,255,.92);
  margin-top: 5px;
  line-height: 1.3;
}

/* ===== RATING BAND (Googleクチコミ評価) ===== */
.rating-band {
  background: #FFD700;
  color: #1a1a1a;
  text-align: center;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 10px;
  line-height: 1.4;
}
.rb-stars {
  color: #CC0000;
  letter-spacing: 1px;
  font-size: 15px;
}
.rb-text strong {
  color: #CC0000;
  font-weight: 900;
  font-size: 15px;
}
.rb-link {
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

/* ===== BRANDS ===== */
.sec-brands {
  background: #111;
  color: #fff;
  padding: 28px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.sec-brands .sec-title {
  color: #FFD700;
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: 900;
  margin-bottom: 4px;
}
.sec-brands .sec-sub {
  font-size: 15px;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
}
.brand-tier {
  max-width: 720px;
  margin: 0 auto 16px;
}
.tier-label {
  display: inline-block;
  background: #FFD700;
  color: #880000;
  font-size: 13px;
  font-weight: 900;
  padding: 3px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: .08em;
}
.tier-label.silver {
  background: #ccc;
  color: #333;
}
.brand-names {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 900;
  line-height: 1.9;
  color: #fff;
  letter-spacing: .03em;
}
.brand-names .hl { color: #FFD700; }
.brand-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.15);
  max-width: 400px;
  margin: 14px auto;
}

/* ===== ITEMS ===== */
.sec-items {
  background: #fff;
  color: #222;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #CC0000;
}
.sec-title {
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(18px, 5vw, 28px);
  font-weight: 900;
  color: #CC0000;
  margin-bottom: 6px;
}
.sec-sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 18px;
}
.items-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
}
.item-card {
  background: #FFF8F8;
  border: 2px solid #CC0000;
  border-radius: 10px;
  padding: 14px 12px;
  flex: 1;
  min-width: 130px;
  max-width: 200px;
  text-align: center;
}
.item-card .ic-icon  { font-size: 32px; margin-bottom: 6px; }
.item-card .ic-label { font-size: 15px; font-weight: 900; color: #CC0000; line-height: 1.5; }
.item-card .ic-note  { font-size: 13px; color: #666; margin-top: 4px; line-height: 1.4; }

/* ===== PRICE (買取価格例) ===== */
.sec-price {
  background: #111;
  color: #fff;
  padding: 28px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.sec-price .sec-title {
  color: #FFD700;
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(18px, 5vw, 28px);
}
.sec-price .sec-sub { color: rgba(255,255,255,.7); }
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 18px auto 0;
}
@media (min-width: 768px) {
  .price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1000px;
  }
}
.case-card {
  background: #fff;
  color: #222;
  border: 2px solid rgba(255,215,0,.5);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.cc-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #f4f4f4;
}
.cc-body { padding: 14px 16px; }
.cc-cat {
  display: inline-block;
  background: #FFF0F0;
  color: #CC0000;
  font-size: 13px;
  font-weight: 900;
  padding: 2px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.cc-maker { font-size: 14px; color: #5f5f5f; font-weight: 700; line-height: 1.3; }
.cc-model { font-size: 16px; color: #222; font-weight: 900; margin-top: 2px; line-height: 1.3; word-break: break-word; }
.cc-cond { margin-top: 7px; font-size: 14px; color: #555; line-height: 1.4; }
.cc-cond-label {
  display: inline-block;
  background: #f0f0f0;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 4px;
  margin-right: 6px;
}
.cc-method { margin-top: 5px; font-size: 14px; color: #555; font-weight: 700; display: flex; align-items: center; flex-wrap: wrap; gap: 2px 6px; }
.cc-dot { width: 8px; height: 8px; border-radius: 50%; background: #999; flex: none; }
.cc-dot.m-takuhai { background: #2f6fed; }
.cc-dot.m-shukko { background: #e0892b; }
.cc-dot.m-mochikomi { background: #27a567; }
.cc-date { margin-left: auto; font-size: 13px; color: #6b6b6b; font-weight: 600; }
.cc-price { margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee; display: flex; align-items: baseline; gap: 4px; }
.cc-price-label { font-size: 14px; color: #555; font-weight: 700; }
.cc-price strong { font-size: 22px; color: #CC0000; font-weight: 900; }
.sec-price .cta-btn { margin-top: 22px; }
.price-accept { max-width: 720px; margin: 16px auto 0; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.85); }
.price-accept strong { color: #FFD700; font-weight: 900; }

/* ===== STEPS ===== */
.sec-steps {
  background: #FFD700;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #CC0000;
}
.steps {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 16px auto 0;
}
.step {
  flex: 1;
  min-width: 120px;
  max-width: 170px;
  text-align: center;
  padding: 0 8px;
  position: relative;
}
.step-num {
  width: 50px;
  height: 50px;
  background: #CC0000;
  color: #FFD700;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  line-height: 50px;
  margin: 0 auto 8px;
}
.step::after {
  content: '→';
  position: absolute;
  right: -6px;
  top: 12px;
  font-size: 22px;
  color: #CC0000;
  font-weight: 900;
}
.step:last-child::after { display: none; }
.step-text { font-size: 15px; font-weight: 900; color: #333; line-height: 1.4; }
.step-note { font-size: 13px; color: #CC0000; font-weight: 700; margin-top: 3px; }

/* ===== METHOD ===== */
.sec-method {
  background: #fff;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.method-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 16px auto 0;
}
.method-card {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 14px;
  flex: 1;
  min-width: 140px;
  max-width: 200px;
  text-align: center;
}
.method-card.best  { border-color: #CC0000; }
.method-card .mc-icon  { font-size: 28px; margin-bottom: 6px; }
.method-card .mc-title { font-size: 15px; font-weight: 900; color: #333; margin-bottom: 4px; }
.method-card .mc-desc  { font-size: 13px; color: #666; line-height: 1.6; }
.method-card .mc-best  {
  background: #CC0000;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 6px;
}

/* ===== METHOD: なぜ宅配 + 比較表 ===== */
.method-why {
  max-width: 720px;
  margin: 20px auto 0;
  background: #FFF6F6;
  border: 1.5px solid rgba(204,0,0,.25);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left;
}
.mw-title { font-size: 15px; font-weight: 900; color: #CC0000; margin-bottom: 4px; }
.mw-text { font-size: 14px; color: #444; line-height: 1.7; }
.mw-text strong { color: #CC0000; }
.method-compare { max-width: 720px; margin: 14px auto 0; overflow-x: auto; }
.mcmp { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 360px; }
.mcmp th, .mcmp td { border: 1px solid #e3e3e3; padding: 8px 6px; text-align: center; color: #333; }
.mcmp thead th { background: #f4f4f4; color: #333; font-weight: 900; }
.mcmp tbody th { background: #fafafa; color: #555; font-weight: 700; text-align: left; white-space: nowrap; }
.mcmp .is-pick { background: #FFF0F0; }
.mcmp thead th.is-pick { background: #CC0000; color: #fff; }
.mcmp-pick { display: block; font-size: 12px; font-weight: 900; color: #FFD700; margin-top: 1px; }
.mcmp td.is-pick { color: #CC0000; font-weight: 800; }

/* ===== CONTEXT LINK (梱包実例への導線) ===== */
.ctx-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #CC0000;
  text-decoration: underline;
  margin-top: 8px;
}
.steps-note {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #663300;
}
.steps-note .ctx-link {
  color: #990000;
  margin-top: 0;
}

/* ===== PACKING (梱包実例ブログ) ===== */
.sec-packing {
  background: #FFF6F6;
  padding: 28px 16px;
  text-align: center;
  border-bottom: 5px solid #CC0000;
}
.blog-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  max-width: 720px;
  margin: 18px auto 0;
  padding: 4px 4px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.blog-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: transform .1s, box-shadow .1s, border-color .1s;
}
a.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(204,0,0,.18);
  border-color: #CC0000;
}
.bc-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: repeating-linear-gradient(45deg,#f4f4f4,#f4f4f4 10px,#ececec 10px,#ececec 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-emoji { font-size: clamp(28px, 8vw, 40px); line-height: 1; }
.bc-soon { font-size: 12px; color: #6b6b6b; font-weight: 700; margin-top: 6px; }
.bc-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #CC0000;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 20px;
}
.bc-body { padding: 10px 12px 14px; }
.bc-date { font-size: 13px; color: #6b6b6b; font-weight: 700; }
.bc-title { font-size: 15px; font-weight: 900; color: #222; line-height: 1.4; margin-top: 3px; }
.bc-title.soon { color: #bbb; }
.bc-more { font-size: 14px; font-weight: 900; color: #CC0000; margin-top: 8px; }
.blog-card.is-soon { opacity: .8; }
.blog-more-btn {
  display: inline-block;
  margin-top: 18px;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 900;
  color: #CC0000;
  background: #fff;
  border: 2px solid #CC0000;
  border-radius: 8px;
  padding: 11px 26px;
  text-decoration: none;
  transition: background .1s, color .1s;
}
.blog-more-btn:hover { background: #CC0000; color: #fff; }

/* ===== TRUST ===== */
.sec-trust {
  background: #990000;
  color: #fff;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.trust-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 16px auto 0;
}
.trust-card {
  background: rgba(255,255,255,.12);
  border: 2px solid #FFD700;
  border-radius: 10px;
  padding: 12px 14px;
  flex: 1;
  min-width: 130px;
  max-width: 170px;
}
.trust-card .tc-num   { font-family: 'Zen Kaku Gothic Black', sans-serif; font-size: clamp(22px, 5vw, 34px); font-weight: 900; color: #FFD700; line-height: 1.1; }
.trust-card .tc-unit  { font-size: 15px; color: #FFD700; }
.trust-card .tc-label { font-size: 14px; color: rgba(255,255,255,.85); margin-top: 4px; line-height: 1.4; }
.trust-license { margin: 14px auto 0; max-width: 720px; font-size: 13px; color: rgba(255,255,255,.75); letter-spacing: .02em; }

/* ===== VOICE ===== */
.sec-voice {
  background: #FFF8E1;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #CC0000;
}
.voice-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 16px auto 0;
}
.voice-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  max-width: 200px;
  flex: 1;
  min-width: 140px;
  text-align: left;
  border: 2px solid #FFCC00;
}
.voice-q { font-size: 15px; font-weight: 700; color: #333; line-height: 1.5; margin-bottom: 6px; }
.voice-a { font-size: 14px; font-weight: 900; color: #CC0000; }

/* ===== REVIEWS (Googleの口コミ) ===== */
.sec-reviews {
  background: #111;
  color: #fff;
  padding: 28px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.sec-reviews .sec-title {
  color: #FFD700;
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(18px, 5vw, 28px);
}
.sec-reviews .sec-sub { color: rgba(255,255,255,.7); }
.sec-reviews .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 760px;
  margin: 18px auto 0;
  text-align: left;
}
.voicecard {
  background: #fff;
  color: #222;
  border: 2px solid rgba(255,215,0,.5);
  border-radius: 12px;
  padding: 16px;
  flex: 1 1 230px;
  min-width: 230px;
  max-width: 340px;
}
.voicecard__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.voicecard__head .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #CC0000;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}
.voicecard__head strong { display: block; font-size: 15px; color: #222; line-height: 1.3; }
.voicecard .stars { color: #FFB300; font-size: 15px; letter-spacing: 1px; }
.voicecard p { font-size: 15px; color: #444; line-height: 1.7; white-space: pre-line; }
.voicecard p.voicecard__date { margin-top: 10px; font-size: 13px; color: #6b6b6b; white-space: normal; }
.voice__attr {
  text-align: center;
  color: rgba(255,255,255,.85);
  font-size: 15px;
  margin-top: 20px;
}
.voice__attr a { color: #FFD700; font-weight: 700; text-decoration: underline; }

/* ===== BOTTOM CTA ===== */
.sec-bottom {
  background: #CC0000;
  padding: 28px 16px;
  text-align: center;
  border-top: 5px solid #FFD700;
}
.bottom-big {
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(20px, 5.5vw, 38px);
  font-weight: 900;
  color: #FFD700;
  text-shadow: 2px 2px 0 #880000;
  margin-bottom: 6px;
  line-height: 1.2;
}
.bottom-sub {
  font-size: clamp(13px, 3vw, 16px);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.7;
}
.tel {
  font-size: clamp(20px, 5.5vw, 36px);
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: .05em;
  margin: 10px 0 4px;
}
.tel-note { font-size: 14px; color: rgba(255,255,255,.8); }
.or-divider { color: rgba(255,255,255,.5); margin: 12px 0; font-size: 16px; }

/* ===== FOOTER ===== */
footer {
  background: #111;
  color: rgba(255,255,255,.45);
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

/* ===== MAILFORM (メールフォーム) ===== */
.sec-mailform {
  background: #111;
  color: #fff;
  padding: 28px 16px 36px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.sec-mailform .sec-title {
  color: #FFD700;
  font-family: 'Zen Kaku Gothic Black', sans-serif;
  font-size: clamp(18px, 5vw, 28px);
}
.sec-mailform .sec-sub { color: rgba(255,255,255,.7); }

/* LINE・電話の代替ボタン */
.mf-alt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 720px;
  margin: 16px auto 0;
}
.mf-alt a {
  flex: 1 1 240px;
  padding: 13px 16px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mf-line { background: #06C755; color: #fff; }
.mf-tel { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.mf-line:hover { filter: brightness(1.05); }
.mf-tel:hover { background: rgba(255,255,255,.1); }

/* フォーム本体（白カード） */
.mf-form {
  background: #fff;
  color: #222;
  text-align: left;
  max-width: 720px;
  margin: 18px auto 0;
  border-radius: 14px;
  padding: 22px 20px;
  border: 2px solid rgba(255,215,0,.5);
}
.mf-field { margin-bottom: 15px; }
.mf-field > label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #333;
  margin-bottom: 6px;
}
.mf-field input[type="text"],
.mf-field input[type="email"],
.mf-field input[type="tel"],
.mf-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #222;
  background: #fff;
}
.mf-field input:focus,
.mf-field textarea:focus { outline: none; border-color: #CC0000; }
.mf-field textarea { resize: vertical; }
.mf-row { display: flex; gap: 12px; flex-wrap: wrap; }
.mf-row .mf-field { flex: 1 1 200px; }
.mf-field .req {
  background: #CC0000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.mf-field .opt {
  background: #eee;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.mf-radios { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.mf-radios label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.mf-itemrow { display: flex; gap: 8px; margin-bottom: 8px; align-items: center; }
.mf-itemrow input { flex: 1 1 auto; }
.mf-itemdel {
  flex: none;
  width: 36px;
  height: 38px;
  border: 1.5px solid #ccc;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 16px;
  color: #5f5f5f;
  cursor: pointer;
}
.mf-additem {
  background: #fff;
  border: 1.5px dashed #CC0000;
  color: #CC0000;
  font-weight: 800;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}
.mf-hint { font-size: 13px; color: #5f5f5f; margin-top: 6px; line-height: 1.5; }
.mf-check label {
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.5;
}
.mf-check a { color: #CC0000; }
.mf-form .cta-btn { width: 100%; box-sizing: border-box; margin-top: 6px; }
.mf-note { font-size: 13px; color: #6b6b6b; margin-top: 10px; line-height: 1.5; text-align: center; }

/* ===== FAQ (宅配買取のよくある質問) ===== */
.sec-faq {
  background: #fff;
  padding: 26px 16px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}
.faq-list { max-width: 720px; margin: 16px auto 0; text-align: left; }
.faq-item {
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 42px 14px 16px;
  font-size: 15px;
  font-weight: 800;
  color: #333;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #CC0000;
  font-weight: 900;
  font-size: 18px;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { background: #FFF6F6; }
.faq-a {
  padding: 12px 16px 16px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  border-top: 1px solid #f0f0f0;
}
.faq-a a { color: #CC0000; }
