@charset "utf-8";

/* obi */
.obi {
    background-color: #c03;
    padding: 15px;
    margin-bottom: 15px;
}

.obi .obi-txt {
    color: #fff;
}

/* button */
.button {
    display: flex;
    justify-content: center;
}

.button-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c03;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 120%;
    width: 90%;
    letter-spacing: 1px;
}

.button-link::after {
    display: inline-block;
    content: "▶︎";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    color: #fff;
}

.btn-area-c:after,
.btn-area-c:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.dsContent a:visited,
.dsContent a:link {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .bnr_list-item {
        width: 100% !important;
    }

    .app-text {
        font-size: 16px;
    }
}

/* bnr_area */
.bnr_area.bnr_area--layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.bnr_area-item {
    margin-top: 0;
    max-width: 640px;
    width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
    .bnr_area.bnr_area--layout {
        flex-direction: column;
        gap: 10px;
        margin: 0;
    }

    .bnr_area-item {
        width: 100%;
        max-width: 100%;
    }
}

/* bnr_list-item */
.bnr_list-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    gap: 20px;
    margin: auto;
}

/* dsxdf */
.dsxdf_list {
    display: flex;
}

.dsxdf_list-item {
    flex: 1 1 0;
}

.dsxdf-lp-bonus .pointImg {
    margin-bottom: 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .dsxdf-lp-bonus .pointSub {
        font-size: 11px;
    }

    .dsxdf-lp-bonus .pointMain {
        font-size: 14px;
        margin-bottom: 0;
    }

    .dsxdf-lp-bonus {
        margin: 10px 0;
    }

    .dsxdf-lp-bonus .pointArea {
        margin: 0 auto 0;
    }
}

.asterisk-list a {
    color: #024fcc;
}