@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Utility
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.u_mt0 {
    margin-top: 0 !important;
}

.u_mb0 {
    margin-bottom: 0 !important;
}

.u_mb48 {
    margin-bottom: 48px;
}

.u_pt0 {
    padding-top: 0 !important;
}

.u_pb0 {
    padding-bottom: 0 !important;
}

.u_alignCenter {
    text-align: center !important;
}

.u_alignRight {
    text-align: right !important;
}

.u_spHide {
    display: block;
}

.u_pcHide {
    display: none;
}

br.u_pcHide {
    display: none;
}

.u_colorGray {
    color: #ccc;
}

@media screen and (max-width: 767px) {
    .u_mb48 {
        margin-bottom: 32px;
    }

    .u_spHide {
        display: none;
    }

    .u_pcHide {
        display: block;
    }

    br.u_pcHide {
        display: inline;
    }
}
