@charset "utf-8";
/* CSS Document */

.txt-color-red{
    color: red;
}

/* 2024.11.19 */
@media screen and (min-width: 768px) {
#rwd-content .rwd-box-background-image-with-grid>.rwd-list-grid.main-visual {
        display: flex;
        width: calc(100% - 15.278vw);
        margin: 24.208vw auto 0;
}
	}

@media screen and (max-width: 767px) {
    #rwd-content .rwd-box-background-image-with-grid>.background-image>.title
Specificity: (1,3,0)
 {
        top: 87% !important;
    }
}