@charset "utf-8";
/* CSS Document */
.u-w-inherit {
    width: inherit !important;
}
.u-gr-temp-col-2fr-1fr {
    grid-template-columns: 2fr 1fr !important;
}
.u-gr-temp-col-3fr-1fr {
    grid-template-columns: 3fr 1fr !important;
}
.u-fc-2b7230 {
	color: #2b7230!important;
}
.u-fl-justify-c {
	justify-content: center!important;
}
.u-fl-align-baseline {
	align-items: baseline!important;
}
.u-bd-c-2b7230 {
	border-color: #2b7230!important;
}
.n-bd-r-16 {
	border-radius: 16px!important;
}
.u-fz-60 {
	font-size: 60px!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;
    }
}