/* https://www.lifecard.co.jp/campaign/docomo_Autumn_Winter.html 専用css*/

.button .button__type::before {
    background: rgb(0, 153, 255) !important;
}

@media (hover:hover) {
    .button .button__type:hover {
        color: rgb(0, 153, 255) !important;
    }
}

.heading2:after {
    background: rgb(0, 153, 255) !important;
}

.order-list__mark {
    color: rgb(0, 153, 255) !important;
}

.button__type:after {
    border: 2px solid rgb(0, 153, 255) !important;
}

.heading1__title:after {
    display: none;
}

.heading1 {
    padding-bottom: 0 !important;
}

.button-v2 .button-v2__type {
    color: rgb(0, 153, 255) !important;
    border: 2px solid rgb(0, 153, 255) !important;
}

@media (hover:hover) {
    .button-v2 .button-v2__type:hover {
        color: #fff !important;
        background-color: rgb(0, 153, 255) !important;
    }
}

/* section内中央揃え */
.media-center {
    text-align: -webkit-center;
}

@media only screen and (max-width:767.98px) {
    .touroku-size {
        font-size: 3vmin;
    }
}