/*
 フッター right-menu 基本CSS
*/

@media screen and ( min-width: 1144px ) {

	.foot-nav { margin-bottom: 0; }

	.foot-primary {
		text-align: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction:  row-reverse;
		flex-direction: row-reverse;
	}

	.foot-menu {
		-ms-column-count: 2;
		column-count: 2;
	}

	.foot-menu > li {
		display: block;
		page-break-inside: avoid;
		break-inside: avoid;
	}

}