.Header_simple_white {
    background-color: #ffffff;
}

.button .button__type::before,
.heading1__title:after,
.heading2:after,
.unorder-list>li:before {
    background: #0099ff;
}

.button .button__type--blank:after,
.button .button__type:after {
    border: 2px solid #0099ff;
}

.button-v2 .button-v2__type {
    color: #0099ff;
    border: 2px solid #0099ff;
}

.heading1__title:after {
    display: none;
}

.heading1 {
    padding: 0;
}

.campaign_space-detail {
    margin-left: 2em;
}

li .note-list {
    margin: 10px 0 10px 0 !important;
}

.unorderline-text {
    text-decoration: underline;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {

    .button .button__type--blank:hover,
    .button .button__type:hover {
        color: #0099ff;
    }
}

@media (hover:hover) {
    .button .button__type:hover {
        color: #0099ff;
    }

    .button-v2 .button-v2__type:hover {
        color: #fff;
        background: #0099ff;
    }
}


@media only screen and (max-width:768px) {
    .button.mb-2 {
        margin-bottom: 2rem;
    }
}