@charset "utf-8";
/* CSS Document */

.txt-color-red{
    color: red;
}

@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 {
    top:90% !important;
}
}

#rwd-content .rwd-button, #rwd-content .rwd-button-default {
    background-color: #465b96 !important;
}