/**
 * 開発実績セクションのスペーシング調整
 */

/* 技術バッジと開発実績の間にゆとり */
.dev-tech {
    margin-bottom: 60px !important;
}

/* 開発実績セクション全体 */
.dev-types {
    padding-top: 40px !important;
    margin-top: 40px !important;
}

.dev-types h3 {
    margin-bottom: 40px !important;
    text-align: center !important;
}

/* 開発実績グリッド */
.type-grid {
    margin-bottom: 50px !important;
}

/* 各開発実績アイテム */
.type-item {
    margin-bottom: 30px !important;
    padding: 25px !important;
}

.type-item h4 {
    margin-bottom: 15px !important;
}

.type-item p {
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
}

/* CTAセクションの上部マージン */
.plan-cta {
    margin-top: 50px !important;
    padding-top: 40px !important;
    border-top: 1px solid #eee !important;
}

.cta-message {
    margin-bottom: 25px !important;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .dev-tech {
        margin-bottom: 40px !important;
    }
    
    .dev-types {
        padding-top: 30px !important;
        margin-top: 30px !important;
    }
    
    .dev-types h3 {
        margin-bottom: 30px !important;
    }
    
    .type-grid {
        margin-bottom: 40px !important;
    }
    
    .type-item {
        margin-bottom: 20px !important;
        padding: 20px !important;
    }
}