/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 0.1
*/

/* =========================================
   WiseChecker Ultimate Design (Child Theme Ver)
   ========================================= */

/* 1. ベース設定 */
.wc-wrapper-all { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; line-height: 1.6; }

/* リンク装飾リセット */
a.wc-card-featured, a.wc-card-small { text-decoration: none !important; color: #333 !important; border: none !important; background-image: none !important; display: block !important; cursor: pointer; }
a.wc-card-featured:focus, a.wc-card-small:focus { outline: none !important; }

/* 2. ヒーローセクション */
.wc-hero-wrapper { width: 100%; background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 100px 20px 120px; box-sizing: border-box; color: #fff; text-align: center; position: relative; overflow: hidden; margin-bottom: 40px; }
.wc-hero-wrapper::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 10%, transparent 10%); background-size: 30px 30px; opacity: 0.3; pointer-events: none; }
.wc-hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.wc-hero-inner h2 { font-size: 3.5em !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 15px !important; line-height: 1.1 !important; text-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.wc-hero-inner p { font-size: 1.3em !important; color: rgba(255,255,255,0.9) !important; margin-bottom: 50px !important; font-weight: 400; }

/* 3. 検索ボックス */
.wc-search-box { position: relative; max-width: 600px; margin: 0 auto; }
.wc-search-box input[type="search"] { width: 100%; padding: 22px 30px; border-radius: 12px; border: none !important; font-size: 1.1em; background: #fff; color: #333; box-shadow: 0 20px 40px rgba(0,0,0,0.2); transition: transform .2s; box-sizing: border-box; }
.wc-search-box input[type="search"]:focus { transform: scale(1.01); outline: none; }
.wc-search-icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5em; color: #ccc; pointer-events: none; }

/* 4. コンテンツ共通 */
.wc-section { max-width: 1100px; margin: 0 auto 80px; padding: 0 20px; box-sizing: border-box; }
.wc-section-title { font-size: 1.8em !important; font-weight: 800 !important; margin-bottom: 30px !important; color: #1a202c !important; display: flex; align-items: center; gap: 15px; }
.wc-section-title::before { content: ''; display: block; width: 8px; height: 32px; background: #2a5298; border-radius: 4px; }

/* 5. Featuredカード */
.wc-grid-featured { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.wc-card-featured { background: #fff; border-radius: 16px !important; padding: 0 !important; box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important; transition: all .3s ease !important; border: 1px solid #edf2f7 !important; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.wc-card-featured:hover { transform: translateY(-5px) !important; box-shadow: 0 20px 25px rgba(0,0,0,0.1) !important; border-color: #2a5298 !important; }
.wc-card-content { padding: 30px; flex-grow: 1; }
.wc-tag { background: #2d3748; color: #fff !important; font-size: .7em !important; padding: 5px 12px; border-radius: 6px; font-weight: 700; text-transform: uppercase; display: inline-block; margin-bottom: 15px; letter-spacing: .5px; }
.wc-tag.money { background: #38b2ac; }
.wc-tag.hot { background: #e53e3e; }
.wc-card-featured h3 { margin: 0 0 15px !important; font-size: 1.6em !important; font-weight: 800 !important; color: #1a202c !important; line-height: 1.3 !important; }
.wc-card-featured p { font-size: 1em !important; color: #718096 !important; margin-bottom: 0 !important; line-height: 1.6 !important; }
.wc-card-footer { padding: 20px 30px; background: #f7fafc; border-top: 1px solid #edf2f7; color: #2a5298; font-weight: 700; font-size: .95em; display: flex; justify-content: space-between; align-items: center; }
.wc-card-featured:hover .wc-card-footer { background: #2a5298; color: #fff; }

/* 6. ツールカード */
.wc-grid-small { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 20px; }
.wc-card-small { background: #fff; padding: 25px 20px !important; border-radius: 12px !important; text-align: center; border: 1px solid #edf2f7 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important; transition: all .2s !important; display: flex; flex-direction: column; align-items: center; height: 100%; }
.wc-card-small:hover { transform: translateY(-3px) !important; border-color: #2a5298 !important; box-shadow: 0 10px 15px rgba(0,0,0,0.05) !important; }
.wc-icon-wrapper { width: 64px; height: 64px; background: #f7fafc; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; font-size: 2.2em; transition: all .2s; }
.wc-card-small:hover .wc-icon-wrapper { background: #ebf8ff; transform: scale(1.1); }
.wc-label { font-size: 1em !important; font-weight: 700 !important; color: #2d3748 !important; line-height: 1.2 !important; }

/* スマホ対応 */
@media(max-width:600px){ .wc-hero-inner h2{font-size:2.2em!important} .wc-grid-featured{grid-template-columns:1fr!important} .wc-grid-small{grid-template-columns:repeat(2,1fr)!important} }



