/*
Theme Name:  lp-web-child
Theme URI:   https://lp-web.com/
Description: ランディングページ集めました。オリジナルテーマ
Author:      Huddle Works
Author URI:  https://lp-web.com/
Version:     1.0.0
Text Domain: lp-web-child
*/
:root {
  --navy:#0D2B6E;--navy-mid:#1A3D8F;--navy-light:#2C5199;
  --orange:#F5620F;--orange-mid:#FF7A2F;--orange-light:#FFF3EE;
  --blue-light:#EEF2FB;--white:#FFFFFF;--black:#111111;
  --gray-700:#444444;--gray-500:#777777;--gray-300:#BBBBBB;
  --gray-100:#F2F2F2;--gray-50:#F8F8F8;--border:#E5E5E5;
  --ff-serif:'Shippori Mincho',serif;--ff-sans:'Noto Sans JP',sans-serif;
  --max-width:1200px;--header-h:64px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--ff-sans);background:var(--gray-50);color:var(--black);font-size:15px;line-height:1.85;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.site-header{background:var(--white);position:sticky;top:0;z-index:100;border-bottom:3px solid var(--orange);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;align-items:stretch;justify-content:space-between;height:var(--header-h)}
.site-logo{display:flex;flex-direction:column;justify-content:center;gap:2px}
.site-logo__name{font-family:var(--ff-serif);font-size:1.15rem;font-weight:700;color:var(--navy);letter-spacing:.03em;line-height:1}
.site-logo__tagline{font-size:.65rem;color:var(--gray-500);letter-spacing:.04em;line-height:1}
.global-nav{display:flex;align-items:stretch}
.global-nav__list{display:flex;align-items:stretch;list-style:none}
.global-nav__item{position:relative;display:flex;align-items:stretch}
.global-nav__link{display:flex;align-items:center;padding:0 14px;font-size:.78rem;font-weight:500;color:var(--gray-700);letter-spacing:.04em;transition:color .15s,background .15s;border-bottom:3px solid transparent;margin-bottom:-3px}
.global-nav__link:hover,.global-nav__item.has-dropdown:hover .global-nav__link,.global-nav__link.current-menu-item{color:var(--navy);background:rgba(13,43,110,.04);border-bottom-color:var(--orange)}
.dropdown{display:none;position:absolute;top:100%;left:0;min-width:200px;background:var(--navy-mid);border-top:2px solid var(--orange);box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:200}
.global-nav__item.has-dropdown:hover .dropdown{display:block}
.dropdown a{display:block;padding:9px 16px;font-size:.75rem;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.06);transition:background .12s,color .12s}
.dropdown a:hover{background:rgba(245,98,15,.15);color:var(--white)}
.dropdown a:last-child{border-bottom:none}
.nav-cta{display:flex;align-items:center;padding:0 20px;background:var(--orange);color:var(--white)!important;font-size:.75rem;font-weight:700;letter-spacing:.06em;transition:background .15s;margin-left:8px;border-bottom:none!important}
.nav-cta:hover{background:var(--orange-mid)!important}
.menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;flex-direction:column;gap:5px}
.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy);border-radius:1px;transition:all .2s}
.ad-slot{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:2px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ad-slot--banner{width:100%;min-height:90px;max-width:728px;margin:0 auto}
.ad-slot--rect{width:250px;min-height:250px}
.ad-slot--infeed{width:100%;aspect-ratio:3/4}
.ad-bar{background:var(--gray-50);border-bottom:1px solid var(--border);padding:8px 0}
.ad-bar__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;justify-content:center}
.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:8px 0}
.breadcrumb__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.breadcrumb a,.breadcrumb span{font-size:.72rem;color:var(--gray-500)}
.breadcrumb a:hover{color:var(--orange)}
.breadcrumb__sep{color:var(--gray-300)}
.breadcrumb__current{color:var(--gray-700)}
.quick-nav{background:var(--white);border-bottom:1px solid var(--border);padding:10px 0;overflow-x:auto}
.quick-nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.quick-nav__label{font-size:.68rem;font-weight:700;color:var(--navy);letter-spacing:.08em;margin-right:4px;white-space:nowrap}
.qtag{display:inline-block;padding:3px 10px;font-size:.7rem;font-weight:500;color:var(--gray-700);background:var(--gray-100);border:1px solid var(--border);border-radius:2px;transition:all .12s;cursor:pointer;white-space:nowrap}
.qtag:hover,.qtag.active{background:var(--navy);color:var(--white);border-color:var(--navy)}
.site-main{max-width:var(--max-width);margin:0 auto;padding:28px 20px;display:grid;grid-template-columns:1fr 260px;gap:28px;align-items:start}
.site-main--wide{grid-template-columns:1fr}
.lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.lp-card{background:var(--white);border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}
.lp-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(13,43,110,.1);border-color:var(--navy)}
.lp-card:hover .lp-card__img-wrap::after{opacity:1}
.lp-card__img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--gray-100)}
.lp-card__img-wrap::after{content:'詳細を見る →';position:absolute;inset:0;background:rgba(13,43,110,.7);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}
.lp-card__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.lp-card__body{padding:10px 12px 12px}
.lp-card__meta{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}
.lp-card__date{font-size:.65rem;color:var(--gray-500)}
.lp-card__cat{font-size:.65rem;font-weight:700;padding:1px 6px;background:var(--orange-light);color:var(--orange);border-radius:2px}
.lp-card__color-tag{font-size:.62rem;padding:1px 6px;background:var(--gray-100);color:var(--gray-500);border-radius:2px}
.lp-card__title{font-size:.78rem;font-weight:500;color:var(--black);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lp-card--ad{border-style:dashed;border-color:var(--gray-300);cursor:default;pointer-events:none}
.lp-card--ad:hover{transform:none;box-shadow:none;border-color:var(--gray-300)}
.pagination,.wp-pagenavi{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}
.page-btn,.wp-pagenavi a,.wp-pagenavi span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:500;border:1px solid var(--border);background:var(--white);color:var(--gray-700);cursor:pointer;border-radius:2px;transition:all .12s}
.page-btn:hover,.wp-pagenavi a:hover{border-color:var(--navy);color:var(--navy)}
.page-btn.active,.wp-pagenavi span.current{background:var(--navy);border-color:var(--navy);color:var(--white)}
.archive-header{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0}
.archive-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.archive-header__left{display:flex;align-items:center;gap:14px}
.archive-header__icon{width:44px;height:44px;background:var(--navy);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.archive-header__title{font-family:var(--ff-serif);font-size:1.2rem;font-weight:800;color:var(--navy);line-height:1.3}
.archive-header__count{font-size:.75rem;color:var(--gray-500);margin-top:3px}
.archive-header__count strong{color:var(--orange)}
.color-filter{background:var(--white);border-bottom:1px solid var(--border);padding:10px 0}
.color-filter__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.color-filter__label{font-size:.68rem;font-weight:700;color:var(--navy);letter-spacing:.08em;margin-right:4px}
.cfbtn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;font-size:.7rem;border:1px solid var(--border);border-radius:2px;cursor:pointer;transition:all .12s;background:var(--white);color:var(--gray-700);font-family:var(--ff-sans)}
.cfbtn:hover,.cfbtn.active{background:var(--navy);border-color:var(--navy);color:var(--white)}
.cdot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.sidebar{display:flex;flex-direction:column;gap:20px}
.widget{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--navy);border-radius:2px;overflow:hidden}
.widget__title{font-family:var(--ff-serif);font-size:.82rem;font-weight:700;color:var(--navy);padding:10px 14px;border-bottom:1px solid var(--border);letter-spacing:.04em;display:flex;align-items:center;gap:8px}
.widget__title::before{content:'';display:inline-block;width:3px;height:14px;background:var(--orange);border-radius:1px;flex-shrink:0}
.widget__body{padding:12px 14px}
.search-form{display:flex}
.search-input{flex:1;padding:8px 10px;font-size:.8rem;border:1px solid var(--border);border-right:none;border-radius:2px 0 0 2px;outline:none;font-family:var(--ff-sans);color:var(--black)}
.search-input:focus{border-color:var(--navy)}
.search-btn{padding:8px 12px;background:var(--navy);color:var(--white);font-size:.8rem;border:1px solid var(--navy);border-radius:0 2px 2px 0;cursor:pointer}
.search-btn:hover{background:var(--navy-mid)}
.cat-list{list-style:none}
.cat-list li{border-bottom:1px solid var(--gray-100)}
.cat-list li:last-child{border-bottom:none}
.cat-list a{display:flex;justify-content:space-between;align-items:center;padding:7px 4px;font-size:.78rem;color:var(--gray-700);transition:color .12s}
.cat-list a:hover,.cat-list a.active{color:var(--orange)}
.cat-count{font-size:.68rem;color:var(--gray-300);background:var(--gray-100);padding:1px 6px;border-radius:10px}
.color-tags{display:flex;flex-wrap:wrap;gap:6px}
.color-tag-item{display:flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid var(--border);border-radius:2px;font-size:.72rem;color:var(--gray-700);cursor:pointer;transition:all .12s}
.color-tag-item:hover{border-color:var(--navy);color:var(--navy)}
.color-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.widget-cta{background:var(--navy)!important;border-top-color:var(--orange)!important;text-align:center;padding:20px 16px}
.widget-cta__title{font-family:var(--ff-serif);font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:8px;line-height:1.5}
.widget-cta__desc{font-size:.72rem;color:rgba(255,255,255,.6);margin-bottom:14px;line-height:1.7}
.widget-cta__btn{display:block;background:var(--orange);color:var(--white);font-size:.78rem;font-weight:700;padding:10px 16px;border-radius:2px;letter-spacing:.06em;transition:background .15s}
.widget-cta__btn:hover{background:var(--orange-mid)}
.recent-post{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--gray-100)}
.recent-post:last-child{border-bottom:none}
.recent-post__thumb{width:52px;height:40px;object-fit:cover;border-radius:2px;background:var(--gray-100);flex-shrink:0}
.recent-post__date{font-size:.62rem;color:var(--gray-500)}
.recent-post__title{font-size:.75rem;color:var(--gray-700);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .12s}
.recent-post:hover .recent-post__title{color:var(--orange)}
.widget--sticky{position:sticky;top:calc(var(--header-h) + 16px)}

/* LP全体画像エリア */
.lp-single__screenshot {
  border-bottom: 1px solid var(--border);
  background: var(--gray-50);
}
.lp-single__screenshot img {
  width: 100%;
  height: auto;
  display: block;
}
/* 本文内の余分な余白をリセット */
.lp-single__screenshot p {
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.lp-single__screenshot figure {
  margin: 0;
}

.lp-single{background:var(--white);border:1px solid var(--border);border-radius:2px;overflow:hidden}
.lp-single__visual{width:100%;background:var(--gray-100);border-bottom:1px solid var(--border)}
.lp-single__visual img{width:100%;display:block}
.lp-single__visit{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:var(--navy);color:var(--white);font-size:.85rem;font-weight:700;letter-spacing:.06em;transition:background .15s;border-bottom:1px solid var(--border)}
.lp-single__visit:hover{background:var(--navy-mid)}
.lp-single__header{padding:20px 24px 16px;border-bottom:1px solid var(--border)}
.lp-single__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}
.lp-single__date{font-size:.72rem;color:var(--gray-500)}
.lp-single__cat{font-size:.7rem;font-weight:700;padding:2px 8px;background:var(--orange-light);color:var(--orange);border-radius:2px}
.lp-single__color{font-size:.7rem;padding:2px 8px;background:var(--gray-100);color:var(--gray-500);border-radius:2px}
.lp-single__title{font-family:var(--ff-serif);font-size:1.1rem;font-weight:700;color:var(--black);line-height:1.55}
.lp-single__tags{padding:14px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tag-label{font-size:.65rem;font-weight:700;color:var(--navy);letter-spacing:.08em;margin-right:2px}
.tag-item{display:inline-block;padding:3px 10px;font-size:.7rem;border:1px solid var(--border);color:var(--gray-700);border-radius:2px;transition:all .12s}
.tag-item:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.lp-single__comment{padding:20px 24px;border-bottom:1px solid var(--border)}
.lp-single__comment-title{font-size:.75rem;font-weight:700;color:var(--navy);letter-spacing:.06em;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.lp-single__comment-title::before{content:'';width:3px;height:14px;background:var(--orange);border-radius:1px;display:inline-block;flex-shrink:0}
.lp-single__comment-body{font-size:.85rem;color:var(--gray-700);line-height:1.85;background:var(--gray-50);border:1px solid var(--border);border-left:3px solid var(--navy);padding:14px 16px;border-radius:0 2px 2px 0}
.lp-single__nav{padding:16px 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px;border-bottom:1px solid var(--border)}
.nav-post{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--border);background:var(--gray-50);border-radius:2px;transition:border-color .12s,background .12s}
.nav-post:hover{border-color:var(--navy);background:var(--white)}
.nav-post--prev{align-items:flex-start}
.nav-post--next{align-items:flex-end;text-align:right}
.nav-post__dir{font-size:.65rem;font-weight:700;color:var(--gray-300);letter-spacing:.1em}
.nav-post__cat{font-size:.65rem;color:var(--orange);font-weight:700}
.nav-post__title{font-size:.78rem;color:var(--gray-700);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.nav-post:hover .nav-post__title{color:var(--navy)}
.lp-single__related{padding:20px 24px}
.related-title{font-family:var(--ff-serif);font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--orange)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.related-card{border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.related-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,43,110,.1);border-color:var(--navy)}
.related-card__thumb{width:100%;aspect-ratio:3/4;background:var(--gray-100);object-fit:cover;object-position:top;display:block}
.related-card__body{padding:8px 10px}
.related-card__cat{font-size:.62rem;font-weight:700;color:var(--orange);margin-bottom:4px}
.related-card__title{font-size:.72rem;color:var(--gray-700);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-article{background:var(--white);border:1px solid var(--border);border-radius:2px;overflow:hidden}
.article-eyecatch{width:100%;overflow:hidden;background:var(--gray-100);border-bottom:1px solid var(--border)}
.article-eyecatch img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.article-header{padding:22px 28px 18px;border-bottom:1px solid var(--border)}
.article-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}
.article-cat{font-size:.7rem;font-weight:700;padding:2px 8px;background:var(--orange-light);color:var(--orange);border-radius:2px}
.article-date{font-size:.72rem;color:var(--gray-500)}
.article-read{font-size:.7rem;color:var(--gray-500);display:flex;align-items:center;gap:4px;margin-left:auto}
.article-title{font-family:var(--ff-serif);font-size:1.25rem;font-weight:800;color:var(--black);line-height:1.5;margin-bottom:12px}
.article-desc{font-size:.85rem;color:var(--gray-500);line-height:1.8}
.article-share{padding:12px 28px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.share-label{font-size:.68rem;font-weight:700;color:var(--gray-500);letter-spacing:.06em}
.share-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:.7rem;font-weight:700;border-radius:2px;cursor:pointer;border:none;transition:opacity .15s;color:var(--white);font-family:var(--ff-sans)}
.share-btn:hover{opacity:.85}
.share-btn--x{background:#000}
.share-btn--fb{background:#1877F2}
.share-btn--line{background:#06C755}
.share-btn--copy{background:var(--gray-500)}
.article-toc{margin:0 28px;border:1px solid var(--border);border-left:3px solid var(--navy);border-radius:0 2px 2px 0;margin-top:24px}
.toc-header{padding:10px 16px;background:var(--blue-light);display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.8rem;font-weight:700;color:var(--navy);border-bottom:1px solid var(--border)}
.toc-toggle{margin-left:auto;font-size:.7rem;color:var(--gray-500)}
.toc-body{padding:12px 16px}
.toc-list{list-style:none;counter-reset:toc}
.toc-list li{counter-increment:toc;padding:5px 0;border-bottom:1px solid var(--gray-100);display:flex;gap:8px;align-items:flex-start}
.toc-list li:last-child{border-bottom:none}
.toc-list li::before{content:counter(toc);display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:var(--navy);color:var(--white);font-size:.65rem;font-weight:800;border-radius:50%;flex-shrink:0;margin-top:1px}
.toc-list a{font-size:.78rem;color:var(--navy);line-height:1.5;transition:color .12s}
.toc-list a:hover{color:var(--orange)}
.toc-list .toc-item--h3{padding-left:1.4em}
.article-body{padding:24px 28px;font-size:15px;line-height:1.95;color:var(--gray-700)}
.article-body h2{font-size:1.1rem;font-weight:800;margin:40px 0 16px;padding:12px 16px;background:var(--navy);color:var(--white);border-left:4px solid var(--orange);border-radius:2px;letter-spacing:.02em;line-height:1.5}
.article-body h2:first-child{margin-top:0}
.article-body h3{font-size:1rem;font-weight:700;margin:28px 0 12px;padding-bottom:7px;color:var(--navy);border-bottom:2px solid var(--orange);line-height:1.6}
.article-body h4{font-size:.95rem;font-weight:700;margin:20px 0 10px;padding:4px 0 4px 12px;color:var(--navy-mid);border-left:3px solid var(--orange)}
.article-body p{margin-bottom:16px}
.article-body strong{color:var(--black);font-weight:700}
.article-body a{color:var(--navy);text-decoration:underline}
.article-body a:hover{color:var(--orange)}
.article-body ul{list-style:none;margin:0 0 16px;padding:0}
.article-body ul li{padding:6px 0 6px 1.4em;position:relative;border-bottom:1px solid var(--border);line-height:1.8;font-size:.93rem}
.article-body ul li:last-child{border-bottom:none}
.article-body ul li::before{content:'';position:absolute;left:3px;top:50%;transform:translateY(-50%);width:7px;height:7px;background:var(--orange);border-radius:50%}
.article-body ol{list-style:none;margin:0 0 16px;padding:0;counter-reset:ol-c}
.article-body ol li{padding:7px 0 7px 2.2em;position:relative;border-bottom:1px solid var(--border);line-height:1.8;font-size:.93rem;counter-increment:ol-c}
.article-body ol li:last-child{border-bottom:none}
.article-body ol li::before{content:counter(ol-c);position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;background:var(--navy);color:var(--white);font-size:.7rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center}
.article-body table{width:100%;border-collapse:collapse;margin:16px 0 20px;font-size:.88rem}
.article-body table th{background:var(--navy);color:var(--white);padding:9px 12px;text-align:left;font-weight:700}
.article-body table td{padding:9px 12px;border-bottom:1px solid var(--border);vertical-align:top;color:var(--gray-700)}
.article-body table tr:nth-child(even) td{background:var(--gray-50)}
.article-body .check-box{background:var(--blue-light);border:1px solid #c5d3f0;padding:18px 20px;margin:16px 0;border-radius:2px}
.article-body .warn-box{background:var(--orange-light);border-left:4px solid var(--orange);padding:14px 18px;margin:16px 0;border-radius:0 2px 2px 0}
.article-body .summary-box{background:var(--gray-50);border:1px solid var(--border);padding:18px 20px;margin:20px 0;border-radius:2px}
.article-body .point-box{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--navy);padding:20px 24px;margin:20px 0;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.article-body blockquote{margin:1.6em 0;padding:16px 20px;background:var(--blue-light);border-left:4px solid var(--navy);border-radius:0 2px 2px 0}
.article-body blockquote p{margin-bottom:0;color:var(--navy)}
.article-body code{font-size:.88em;background:var(--gray-100);padding:2px 6px;border-radius:2px;color:var(--navy);font-family:'JetBrains Mono','Courier New',monospace}
.article-body pre{background:#1a1a2e;color:#e8e8e8;padding:20px;overflow-x:auto;border-radius:2px;margin:1.4em 0;font-size:.88rem;line-height:1.7}
.article-body pre code{background:none;padding:0;color:inherit}
.article-author{margin:0 28px;padding:20px;background:var(--blue-light);border:1px solid #c5d3f0;border-radius:2px;display:flex;gap:16px;align-items:flex-start}
.author-avatar{width:60px;height:60px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;border:2px solid var(--orange);overflow:hidden}
.author-avatar img{width:100%;height:100%;object-fit:cover}
.author-name{font-family:var(--ff-serif);font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:6px}
.author-bio{font-size:.78rem;color:var(--gray-700);line-height:1.75}
.article-cta{margin:28px 28px 0;background:var(--navy);border-radius:2px;padding:32px;text-align:center;position:relative;overflow:hidden}
.article-cta::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:32px 32px}
.article-cta::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--orange)}
.article-cta__eyebrow{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);background:rgba(245,98,15,.15);padding:3px 12px;border-radius:2px;margin-bottom:14px;position:relative;z-index:1}
.article-cta__title{font-family:var(--ff-serif);font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:12px;position:relative;z-index:1}
.article-cta__desc{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.85;margin-bottom:22px;max-width:480px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.article-cta__features{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:22px;position:relative;z-index:1}
.article-cta__feature{display:flex;align-items:center;gap:6px;font-size:.78rem;color:rgba(255,255,255,.7)}
.article-cta__feature::before{content:'✓';color:var(--orange);font-weight:700}
.article-cta__btn{display:inline-block;background:var(--orange);color:var(--white);font-size:.95rem;font-weight:700;padding:14px 40px;border-radius:2px;letter-spacing:.06em;transition:background .15s;box-shadow:0 4px 12px rgba(245,98,15,.3);position:relative;z-index:1}
.article-cta__btn:hover{background:var(--orange-mid)}
.article-cta__note{margin-top:10px;font-size:.7rem;color:rgba(255,255,255,.3);position:relative;z-index:1}
.article-share--bottom{padding:20px 28px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.article-tags{padding:16px 28px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tags-label{font-size:.68rem;font-weight:700;color:var(--gray-500);letter-spacing:.06em}
.article-tag{display:inline-block;padding:3px 10px;font-size:.7rem;border:1px solid var(--border);color:var(--gray-700);border-radius:2px;transition:all .12s}
.article-tag:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.article-nav{padding:16px 28px;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:12px}
.related-posts{padding:20px 28px;border-top:1px solid var(--border)}
.related-posts .related-title{font-family:var(--ff-serif);font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--orange)}
.related-posts .related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.related-posts .related-card{display:flex;gap:10px;padding:10px;border:1px solid var(--border);border-radius:2px;transition:border-color .12s,background .12s}
.related-posts .related-card:hover{border-color:var(--navy);background:var(--blue-light)}
.related-posts .related-card__thumb{width:64px;height:48px;background:var(--gray-100);border-radius:2px;flex-shrink:0;object-fit:cover}
.related-posts .related-card__cat{font-size:.62rem;font-weight:700;color:var(--orange);margin-bottom:3px}
.related-posts .related-card__title{font-size:.75rem;color:var(--gray-700);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.related-posts .related-card:hover .related-card__title{color:var(--navy)}
.toc-widget-list{list-style:none;counter-reset:toc-w}
.toc-widget-list li{counter-increment:toc-w;display:flex;gap:8px;align-items:flex-start;padding:6px 0;border-bottom:1px solid var(--gray-100);font-size:.75rem}
.toc-widget-list li:last-child{border-bottom:none}
.toc-widget-list li::before{content:counter(toc-w);display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:var(--navy);color:var(--white);font-size:.6rem;font-weight:800;border-radius:50%;flex-shrink:0;margin-top:1px}
.toc-widget-list a{color:var(--gray-700);line-height:1.5;transition:color .12s}
.toc-widget-list a:hover{color:var(--orange)}
.toc-widget-list .toc-item--h3{padding-left:1.4em}
.blog-header{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0}
.blog-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:14px}
.blog-header__icon{font-size:1.4rem;flex-shrink:0}
.blog-header__title{font-family:var(--ff-serif);font-size:1.3rem;font-weight:800;color:var(--navy);margin-bottom:4px}
.blog-header__desc{font-size:.78rem;color:var(--gray-500);line-height:1.7}
.blog-cats{background:var(--white);border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch}
.blog-cats__inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex}
.blog-cat-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 18px;font-size:.78rem;font-weight:500;color:var(--gray-500);white-space:nowrap;border-bottom:3px solid transparent;transition:color .15s,border-color .15s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--ff-sans)}
.blog-cat-btn:hover{color:var(--navy);border-bottom-color:var(--border)}
.blog-cat-btn.active{color:var(--navy);font-weight:700;border-bottom-color:var(--orange)}
.blog-cat-count{font-size:.65rem;background:var(--gray-100);color:var(--gray-500);padding:1px 5px;border-radius:8px}
.blog-cat-btn.active .blog-cat-count{background:var(--orange-light);color:var(--orange)}
.blog-featured{margin-bottom:28px}
.featured-label{display:flex;align-items:center;gap:8px;font-size:.68rem;font-weight:700;color:var(--navy);letter-spacing:.1em;margin-bottom:12px}
.featured-label::before{content:'';display:inline-block;width:3px;height:14px;background:var(--orange);border-radius:1px}
.featured-card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--navy);border-radius:2px;overflow:hidden;display:grid;grid-template-columns:280px 1fr;transition:box-shadow .2s,border-color .2s}
.featured-card:hover{box-shadow:0 6px 20px rgba(13,43,110,.1);border-color:var(--navy)}
.featured-card__thumb{background:var(--gray-100);min-height:180px;overflow:hidden}
.featured-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.featured-card__body{padding:22px 24px;display:flex;flex-direction:column;justify-content:center}
.featured-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}
.featured-badge{font-size:.65rem;font-weight:700;padding:2px 8px;background:var(--navy);color:var(--white);border-radius:2px;letter-spacing:.06em}
.featured-card__cat{font-size:.7rem;font-weight:700;padding:2px 8px;background:var(--orange-light);color:var(--orange);border-radius:2px}
.featured-card__date{font-size:.7rem;color:var(--gray-500)}
.featured-card__title{font-family:var(--ff-serif);font-size:1.05rem;font-weight:800;color:var(--black);line-height:1.55;margin-bottom:10px}
.featured-card:hover .featured-card__title{color:var(--navy)}
.featured-card__desc{font-size:.82rem;color:var(--gray-500);line-height:1.8;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.featured-card__read{font-size:.72rem;font-weight:700;color:var(--orange)}
.featured-card__read::after{content:'→';margin-left:4px}
.article-card{background:var(--white);border:1px solid var(--border);border-radius:2px;overflow:hidden;display:grid;grid-template-columns:120px 1fr;margin-bottom:12px;transition:box-shadow .15s,border-color .15s}
.article-card:hover{box-shadow:0 4px 12px rgba(13,43,110,.08);border-color:var(--navy)}
.article-card__thumb{background:var(--gray-100);min-height:90px;overflow:hidden}
.article-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.article-card__body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:6px}
.article-card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.article-card__cat{font-size:.65rem;font-weight:700;padding:1px 7px;background:var(--orange-light);color:var(--orange);border-radius:2px}
.article-card__date{font-size:.65rem;color:var(--gray-500)}
.article-card__read{font-size:.62rem;color:var(--gray-300)}
.article-card__title{font-size:.88rem;font-weight:700;color:var(--black);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-card:hover .article-card__title{color:var(--navy)}
.article-card__desc{font-size:.78rem;color:var(--gray-500);line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.blog-list-title{font-family:var(--ff-serif);font-size:.88rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px}
.blog-list-title::before{content:'';display:inline-block;width:3px;height:14px;background:var(--orange);border-radius:1px}
.blog-list-count{font-size:.72rem;color:var(--gray-500)}
.blog-list-count strong{color:var(--orange)}
.tag-cloud{display:flex;flex-wrap:wrap;gap:6px}
.tag-cloud-item{display:inline-block;padding:3px 10px;font-size:.72rem;border:1px solid var(--border);color:var(--gray-700);border-radius:2px;transition:all .12s;cursor:pointer}
.tag-cloud-item:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.pickup-list{list-style:none;counter-reset:pickup}
.pickup-list li{counter-increment:pickup;display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--gray-100)}
.pickup-list li:last-child{border-bottom:none}
.pickup-list li::before{content:counter(pickup);display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;background:var(--navy);color:var(--white);font-size:.68rem;font-weight:800;border-radius:2px;flex-shrink:0;margin-top:1px}
.pickup-list a{font-size:.78rem;color:var(--gray-700);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .12s}
.pickup-list a:hover{color:var(--orange)}
.page-header{background:var(--white);border-bottom:1px solid var(--border);padding:24px 0}
.page-header__inner{max-width:800px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:14px}
.page-header__icon{font-size:1.6rem;flex-shrink:0}
.page-header__title{font-family:var(--ff-serif);font-size:1.4rem;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:4px}
.page-header__desc{font-size:.78rem;color:var(--gray-500);line-height:1.7}
.site-footer{background:var(--navy);border-top:3px solid var(--orange);margin-top:0}
.footer-inner{max-width:var(--max-width);margin:0 auto;padding:32px 20px 0;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}
.footer-logo{font-family:var(--ff-serif);font-size:1rem;font-weight:700;color:var(--white);margin-bottom:10px}
.footer-about__desc{font-size:.75rem;color:rgba(255,255,255,.45);line-height:1.85;margin-bottom:14px}
.footer-about__link{font-size:.7rem;color:rgba(255,255,255,.35);display:block;transition:color .12s;margin-bottom:4px}
.footer-about__link:hover{color:var(--orange)}
.footer-col__title{font-size:.72rem;font-weight:700;color:var(--white);letter-spacing:.1em;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-col__list{list-style:none}
.footer-col__list li{margin-bottom:6px}
.footer-col__list a{font-size:.73rem;color:rgba(255,255,255,.45);transition:color .12s;display:flex;align-items:center;gap:5px}
.footer-col__list a::before{content:'›';color:var(--orange);font-weight:700}
.footer-col__list a:hover{color:var(--white)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding:16px 20px;max-width:var(--max-width);margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:.68rem;color:rgba(255,255,255,.25);letter-spacing:.04em}
.footer-nav{display:flex;gap:16px}
.footer-nav a{font-size:.68rem;color:rgba(255,255,255,.3);transition:color .12s}
.footer-nav a:hover{color:var(--white)}
@media(max-width:1024px){.lp-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:28px}.featured-card{grid-template-columns:200px 1fr}}
@media(max-width:768px){:root{--header-h:52px}.site-logo__tagline{display:none}.global-nav{display:none}.menu-toggle{display:flex}.quick-nav,.color-filter{display:none}.site-main{grid-template-columns:1fr}.lp-grid{grid-template-columns:repeat(2,1fr);gap:10px}.featured-card{grid-template-columns:1fr}.featured-card__thumb{min-height:140px}.article-card{grid-template-columns:80px 1fr}.lp-single__nav,.article-nav{grid-template-columns:1fr}.related-grid,.related-posts .related-grid{grid-template-columns:repeat(2,1fr)}.article-body{padding:20px 18px}.article-header,.lp-single__header{padding:16px 18px}.footer-inner{grid-template-columns:1fr;gap:20px}.article-cta{margin:28px 18px 0;padding:24px 18px}}

/* ================================================================
   お問い合わせページ CSS
   追加先: lp-web-child/style.css の末尾
   Contact Form 7 対応
   ================================================================ */

/* ── PAGE HEADER ── */
.page-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.page-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-header__icon { font-size: 1.6rem; flex-shrink: 0; }
.page-header__title {
  font-family: var(--ff-serif);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 4px;
}
.page-header__desc { font-size: 0.78rem; color: var(--gray-500); line-height: 1.7; }

/* ── CONTACT MAIN LAYOUT ── */
.contact-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}

/* ── FORM WRAP ── */
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  border-radius: 2px;
  padding: 28px;
}
.form-title {
  font-family: var(--ff-serif);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-desc {
  font-size: 0.82rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* ── CF7 リセット：CF7デフォルトスタイルを打ち消す ── */
.wpcf7 form .wpcf7-response-output { display: none !important; }
.wpcf7-form-control-wrap { display: block; }
.wpcf7-not-valid-tip { font-size: 0.72rem; color: #dc2626; margin-top: 4px; display: block; }
.wpcf7-spinner { display: none !important; }

/* ── FORM GROUPS ── */
.form-group { margin-bottom: 18px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-required {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  background: var(--orange);
  color: var(--white);
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
}
.form-optional {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  background: var(--gray-100);
  color: var(--gray-500);
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ── INPUTS / SELECT / TEXTAREA ── */
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.88rem;
  font-family: var(--ff-sans);
  border: 1px solid var(--border);
  border-radius: 2px;
  outline: none;
  color: var(--black);
  background: var(--white);
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  -webkit-appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,43,110,0.08);
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--gray-300); }

/* エラー時のボーダー */
.form-input.wpcf7-not-valid,
.form-select.wpcf7-not-valid,
.form-textarea.wpcf7-not-valid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,0.08);
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.form-textarea { resize: vertical; min-height: 120px; line-height: 1.75; }
.form-note { font-size: 0.72rem; color: var(--gray-500); margin-top: 4px; line-height: 1.6; }

/* ── PRIVACY NOTICE ── */
.form-privacy {
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 12px 14px;
  margin: 20px 0;
  font-size: 0.78rem;
  color: var(--gray-500);
  line-height: 1.7;
}
.form-privacy a { color: var(--navy); text-decoration: underline; }

/* ── SUBMIT BUTTON ── */
.form-submit,
input[type="submit"].form-submit,
.wpcf7-submit.form-submit {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--ff-sans);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 12px rgba(245,98,15,0.25);
}
.form-submit:hover,
.wpcf7-submit.form-submit:hover {
  background: var(--orange-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(245,98,15,0.35);
}
.form-submit:disabled,
.wpcf7-submit.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.form-submit-note {
  text-align: center;
  margin-top: 10px;
  font-size: 0.72rem;
  color: var(--gray-500);
}

/* 送信完了メッセージ（JS制御用） */
.contact-sent-msg {
  display: none;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-left: 3px solid #16a34a;
  border-radius: 2px;
  padding: 14px 16px;
  font-size: 0.85rem;
  color: #15803d;
  line-height: 1.7;
  margin-top: 16px;
}

/* ── CONTACT SIDE ── */
.contact-side { display: flex; flex-direction: column; gap: 16px; }

/* 対応サービスカード */
.contact-service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--orange);
  border-radius: 2px;
  padding: 18px;
}
.contact-service-card__title {
  font-family: var(--ff-serif);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.service-list { list-style: none; }
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.8rem;
  color: var(--gray-700);
  line-height: 1.5;
}
.service-list li:last-child { border-bottom: none; }
.service-list li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.8rem;
}

/* FAQカード */
.contact-faq-card {
  background: var(--blue-light);
  border: 1px solid #c5d3f0;
  border-radius: 2px;
  padding: 18px;
}
.contact-faq-card__title {
  font-family: var(--ff-serif);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.faq-item { margin-bottom: 12px; }
.faq-item:last-child { margin-bottom: 0; }
.faq-q {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  display: flex;
  gap: 6px;
}
.faq-q::before {
  content: 'Q';
  background: var(--navy);
  color: var(--white);
  font-size: 0.65rem;
  padding: 1px 5px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-a {
  font-size: 0.78rem;
  color: var(--gray-700);
  line-height: 1.7;
  padding-left: 22px;
}

/* ── レスポンシブ ── */
@media (max-width: 768px) {
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ==========================================================================
   12. Contact Form 7 Custom（お問い合わせフォーム）
   ========================================================================== */
.wpcf7-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin: 0 auto;
}

.wpcf7-form p {
    margin-bottom: 24px !important;
}

.wpcf7-form label {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333333;
    letter-spacing: 0.05em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    appearance: none;
}

.wpcf7-form select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 8px 10px;
    padding-right: 40px;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #007cba;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
    background-color: #ffffff;
}

.wpcf7-form input[type="submit"] {
    display: block;
    width: 240px;
    margin: 40px auto 0;
    padding: 14px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #006ba1 0%, #004a6f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    font-weight: normal;
}

/* =====================================================
   PAGINATION
===================================================== */
.pagination {
  margin: 40px 0 20px;
  display: flex;
  justify-content: center;
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  align-items: center;
}
.pagination__list a,
.pagination__list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 2px;
  border: 1.5px solid var(--border);
  color: var(--navy);
  background: var(--white);
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
.pagination__list a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
/* 現在ページ */
.pagination__item.is-current span,
.pagination__list .current {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  cursor: default;
}
/* 前へ・次へボタン */
.pagination__list .prev,
.pagination__list .next {
  padding: 0 16px;
  background: var(--gray-50);
  border-color: var(--border);
  color: var(--gray-700);
  font-weight: 500;
}
.pagination__list .prev:hover,
.pagination__list .next:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
/* 省略記号 */
.pagination__list .dots {
  border: none;
  background: transparent;
  color: var(--gray-400);
  min-width: 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .pagination__list a,
  .pagination__list span {
    min-width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
}