/* ========== 中京マイコン 新品PCソフトページ専用CSS ========== */

.brand-new-main {
    padding: 40px 0 60px;
}

.brand-new-maincopy {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.brand-new-maincopy span {
    display: inline-block;
    font-family: "Dela Gothic One", sans-serif;
    color: #1C1987;
    font-size: 35px;
    border-bottom: 4px solid #1C1987;
    padding-bottom: 6px;
}

@media (min-width: 768px) {
    .brand-new-maincopy span {
        font-size: 5rem;
    }
}

/* ========== 見出し ========== */

.brand-new-heading {
    margin: 36px 0 18px;
    padding: 10px 16px;
    background: #1C1987;
    color: #fff;
    font-size: 22px;
    border-radius: 4px;
}

/* ========== 並び替えボタン ========== */

.sort-buttons {
    margin: 32px 0 28px;
    text-align: center;
}

.sort-btn,
.sort-btn-out {
    display: inline-block;
    margin: 0 .5rem;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1;
}

.sort-btn {
    padding: .6rem 1.2rem;
    font-size: 1rem;
    background: #1C1987;
    color: #fff;
    cursor: pointer;
}

.sort-btn:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.sort-btn-out {
    padding: .5rem 1rem;
    font-size: 0.8rem;
    background: #393939;
    color: #fff;
    pointer-events: none;
}

/* ========== 見出し ========== */

.brand-new-heading {
    margin: 36px 0 18px;
    padding: 10px 16px;
    background: #1C1987;
    color: #fff;
    font-size: 22px;
    border-radius: 4px;
    border-bottom: none;
}

@media (min-width: 768px) {
    .sort-btn {
        padding: .8rem 1.8rem;
        font-size: 1.2rem;
        border-radius: 8px;
    }

    .sort-btn-out {
        padding: .6rem 1.2rem;
        font-size: 1rem;
        border-radius: 8px;
    }
}