@charset "UTF-8";
/* scssを使わない追加用CSS */

.footer-logo-wrapper {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	.footer-logo-wrapper {
		flex-direction:column;
		justify-content: center;
		
}
}