/*!
 * File: product.css
 * Purpose: 商品ページに適用
 * Load: 条件付きで enqueue（functions.php で is_page() 等）
 * Note: 商品ページに適応
 */
.vona-product-lp-wrapper{width:100%}.vona-product-lp{max-width:70%;margin:0 auto;text-align:left;line-height:1.7}.vona-hero,.vona-section-title,.vona-closing,.vona-howto,.vona-spec,.vona-faq,.vona-seo-text{text-align:center}.vona-section-title{--h2c:#696969;color:var(--h2c);text-align:center;padding-block:10px;border-block:1px solid color-mix(in srgb,var(--h2c) 35%,transparent)}.vona-section-h3{text-decoration:underline}.vona-product-lp-wrapper .vona-section-title .em{display:inline-block;margin-right:.4em;line-height:1;vertical-align:-2px;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:1em}.vona-product-lp-wrapper .vona-section-title .em-sakura:before{content:"\01F338"}.vona-product-lp-wrapper .vona-section-title .em-bouquet:before{content:"\2714";color:#00f}.vona-product-lp-wrapper .vona-section-title .em-questions:before{content:"\2753"}.vona-product-lp-wrapper .vona-section-title .em-book:before{content:"\01F4D6"}.vona-product-lp-wrapper .vona-section-title .em-search:before{content:"\01F50D"}.vona-product-lp-wrapper .vona-section-title .em-clover:before{content:"\01F340"}.vona-product-lp-wrapper .vona-section-h3 .em-smile:before{content:"\1F600"}.vona-product-lp-wrapper .cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap);margin-top:12px}.vona-product-lp-wrapper .card{background:var(--card);border:1px solid #dcdcdc;border-radius:var(--radius);border-radius:12px;padding:7px}@media (max-width:1024px){.vona-product-lp-wrapper .cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.vona-product-lp-wrapper .cards_2column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap);margin-top:12px}@media (max-width:1024px){.vona-product-lp-wrapper .cards_2column{grid-template-columns:repeat(2,minmax(0,1fr))}}.vona-solution__text p,.vona-feature p,.vona-faq__item p,.vona-seo-text p{text-align:left}.vona-hero__benefits,.vona-howto__list{margin:1.5rem auto;padding-left:1.5rem;text-align:left;list-style-position:outside}.vona-spec__table{width:100%;border-collapse:collapse;margin:2rem auto;text-align:left}.vona-spec__table th,.vona-spec__table td{padding:.8rem .6rem;border-bottom:1px solid #eee}.vona-spec__table th{width:30%;font-weight:600}.vona-btn{display:inline-block;padding:.9rem 2.4rem;border-radius:999px;text-decoration:none;font-weight:600}.vona-btn--primary{background-color:#111;color:#fff}.vona-product-lp img{max-width:100%;height:auto;display:block;margin:0 auto}@media (max-width:768px){.vona-product-lp{max-width:100%;width:100%;padding:0 16px}.vona-spec__table th,.vona-spec__table td{padding:.7rem .4rem}}