@charset "utf-8";

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

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

/* 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);
}

.section--banner {
    margin: 25px 0;
}

.bnr_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

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

.bnr {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.section--banner .bnr_list-item .button-link {
    text-decoration: none;
}

.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;
}

@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%;
    }

    .section--banner {
        margin-top: 20px;
    }

    .bnr_list {
        flex-direction: column;
        align-items: center;
    }

    .bnr_list-item {
        width: 100%;
    }

    .bnr {
        width: 100%;
    }
}

/* 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;
    }
}