/* ========================================
   Minor Section (中項目グループ)
   ======================================== */
.minor-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.minor-section--title {
    font-size: 24px;
    font-weight: bold;
    color: #316EA9;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 768px) {
    .minor-section--title {
        font-size: 16px;
    }
}
