@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 767px) {
    #rwd-content .rwd-box-background-image-with-grid.box-right>.background-image>.title {
        justify-content: flex-end;
        text-align: right;
        text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0) !important;
    }
}
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-fixed-btn-list-text {
    font-size: 1.6rem !important;
    }
}

    #rwd-content .rwd-box-content>.sub-text {
        text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
    }

    #rwd-content .rwd-mainvisual-video .rwd-box-content {
        position: absolute;
        top: 80%;
        left: 50%;
        z-index: 1;
        width: 98%;
        max-width: 1220px;
        padding: 0 20px;
        color: #000;
        transform: translate(-50%, -50%);
    }

    @media screen and (max-width: 767px) {
        #rwd-content .rwd-mainvisual-video .rwd-box-content {
            top: 50%;
            left: 0;
            width: 100%;
            padding: 0 18px;
            transform: translateY(-50%);
            box-sizing: border-box;
        }
    }