@charset "utf-8";
/* CSS Document */
.u-w-inherit {
    width: inherit !important;
}
.u-gr-temp-col-1fr-2fr {
    grid-template-columns: 1fr 2fr !important;
}
.u-gr-temp-col-1fr-3fr {
    grid-template-columns: 1fr 3fr !important;
}
@media screen and (max-width: 640px) {
    .u-sp-gr-temp-col-none {
        grid-template-columns: none !important;
    }
    .u-sp-w-inherit {
        width: inherit !important;
    }
}