/*!
 * common-lp.css — LP v2.0 共通パーツCSS
 *   - 信頼バッジ帯 (.trust-bar)
 *   - 事務所概要ブロック (.office-info)
 *   - SP固定CTAバー (.sp-fixed-cta)
 *
 * 利用：page-keishin.php / page-nyusatsu.php / page-komonkeiyaku.php
 * カラー：LP v2.0 §6.1 WCAG AA 準拠
 */
 .trust-bar{background:#F8FAFC;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;padding:20px 16px}.trust-bar__inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:stretch}.trust-item{display:flex;flex-direction:column;gap:4px;text-align:center;padding:8px 4px}.trust-item__label{font-size:11px;font-weight:700;color:#6B7280;letter-spacing:.04em}.trust-item__value{font-size:13px;line-height:1.5;font-weight:700;color:#1F2937}@media (max-width:768px){.trust-bar{padding:16px 12px}.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:12px}.trust-item{padding:6px 2px}.trust-item:nth-child(5){grid-column:1 / -1}.trust-item__value{font-size:12px}}.office-info{background:#FFF;border-top:1px solid #E5E7EB;padding:48px 20px}.office-info__inner{max-width:720px;margin:0 auto}.office-info__title{font-size:24px;font-weight:700;color:#1F2937;margin:0 0 24px;text-align:center}.office-info__list{display:grid;grid-template-columns:140px 1fr;gap:12px 20px;margin:0;font-size:14px;line-height:1.7}.office-info__list dt{font-weight:700;color:#4B5563;padding-top:2px}.office-info__list dd{margin:0;color:#1F2937}.office-info__list a{color:#2563EB;text-decoration:underline}.office-info__note{display:block;font-size:12px;color:#6B7280;margin-top:4px}.office-info__legal{margin:24px 0 0;text-align:center;font-size:13px;color:#6B7280}.office-info__legal a{color:#4B5563;text-decoration:underline}.office-info__legal span{margin:0 8px}@media (max-width:600px){.office-info{padding:40px 16px}.office-info__list{grid-template-columns:1fr;gap:4px 0}.office-info__list dt{margin-top:12px;padding-top:0}.office-info__list dt:first-of-type{margin-top:0}}.sp-fixed-cta{position:fixed;bottom:0;left:0;right:0;display:flex;height:64px;z-index:999;box-shadow:0 -2px 10px rgb(0 0 0 / .12)}.sp-cta{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;color:#FFF;text-decoration:none;font-size:12px;font-weight:700;line-height:1;gap:2px}.sp-cta:active{opacity:.85}.sp-cta__icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:2px}.sp-cta__icon svg{display:block}.sp-cta--line{background:#06C755}.sp-cta--tel{background:#2563EB}.sp-cta--form{background:#F97316}@media (min-width:1024px){.sp-fixed-cta{display:none}}body.has-fixed-cta{padding-bottom:64px}@media (min-width:1024px){body.has-fixed-cta{padding-bottom:0}}