/* https://www.lifecard.co.jp/campaign/20250801_3.html専用css */
.Header_simple_white {
    background-color: #ffffff;
}

.Main__background {
    background: none !important;
}

.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;
}

.util-link {
    color: rgb(0, 153, 255) !important;
}

.button .button__type--blank:before {
    background: #0099ff;
}

.button-v2-detail {
    color: #0099ff;
    border: 2px solid #0099ff;
}

.js-width {
    width: 690px !important;
    max-width: 100% !important;
}

.figure-margin {
    margin-bottom: 80px;
}

.list-red {
    color: red;
}

.button-v2 .button-v2__type--blank {
    color: #0099ff !important;
    border: 2px solid #0099ff !important;
}

[data-size-pc="3col"]>* {
    width: 100%;
}

@media (hover:hover) {

    .button .button__type--blank:hover,
    .button .button__type:hover {
        color: #0099ff;
    }

    .button-v2 .button-v2__type:hover {
        color: #fff;
        background: #0099ff;
    }

    .button-v2 .button-v2__type--blank:hover {
        color: #fff !important;
        background: #0099ff;
    }
}


@media only screen and (max-width:768px) {
    .button.mb-2 {
        margin-bottom: 2rem;
    }

    .button-v2-detail {
        width: 100%;
    }
}