@charset "utf-8";

@media only screen and (max-width: 640px) {
	.c-column-group .col-unit-1\/2.mt-e1-sp {
		margin-top: 1em;
	}
}

.c-note-df {
	display: flex;
	align-items: flex-end;
}
@media only screen and (max-width: 640px) {
.c-note-df {
	flex-wrap: wrap;
}
}