/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* 3ステップセクションのスタイル */
#simple_steps {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
}

.steps_header {
    text-align: center;
    margin-bottom: 40px;
}

.steps_header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.steps_header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.steps_visual {
    text-align: center;
}

.steps_image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* プランバッジのスタイル */
.plan_badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 15px;
}

.plan_badge.free {
    background: #e8f5e8;
    color: #2d5a2d;
    border: 1px solid #4caf50;
}

.plan_badge.paid {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border: 1px solid #ff6b6b;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.feature_detail_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feature_detail_header h2 {
    margin: 0;
    flex: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .steps_header h2 {
        font-size: 2rem;
    }
    
    .steps_header p {
        font-size: 1rem;
    }
    
    .feature_detail_header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .plan_badge {
        margin-left: 0;
        margin-top: 10px;
    }
}
