﻿@charset "UTF-8";

/* ----------------------ビューティコラム追加---------------------- */
#feature-parts-header-banner{
    display: flex;
    justify-content: center;
}

#columnPage .s-featureContent-item h2 {
    margin: 1.7em 0 0.7em;
}

.BC-ul {
    margin: 0 0 1.4em;
}

.BC-ul li {
    font-size: 1.5rem;
    font-weight: bold;
    list-style: none;
}

.BC03-font {
    font-size: 1.4rem;
    color: var(--color-red);
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #columnPage .s-featureContent-item h2 {
        margin: 2em 0 0.5em;
    }

    .BC-ul li {
        font-size: 1.8rem;
    }

    .BC03-font {
        font-size: 2rem;
    }
}

/* ----------------------formのスピンボタンなし---------------------- */

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance:textfield;
}
