@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;
}
h6 {
    color: #333!important;
    font-size: 16px!important;
    line-height: 1.6;
}
.u-bd-b-c-333333 {
	border-bottom: #333333!important;
}
.u-bd-t-c-ffffff {
	border-top: solid 1px #ffffff!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;
    }
}