@charset "UTF-8";
.nmbs-wrap { padding: 27px 0 50px; }
.nmbs {  }
/* Company */
@media screen and (max-width: 680px) {
	.nmbs-wrap { margin-left: -10px; margin-right: -10px; }
	.nmbs:not(:first-of-type) { margin-top: 20px; }
}
@media print, screen and (min-width:681px) {
	.nmbs-wrap { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(6, auto); grid-column-gap: 40px; grid-row-gap: 40px; padding: 100px 0; }
	.nmbs:nth-of-type(1) { grid-area: 1 / 1 / 3 / 2; }
	.nmbs:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
	.nmbs:nth-of-type(3) { grid-area: 2 / 2 / 3 / 3; }
	.nmbs:nth-of-type(4) { grid-area: 3 / 1 / 4 / 2; }
	.nmbs:nth-of-type(5) { grid-area: 3 / 2 / 4 / 3; }
	.nmbs:nth-of-type(6) { grid-area: 4 / 1 / 5 / 2; }
	.nmbs:nth-of-type(7) { grid-area: 5 / 1 / 6 / 2; }
	.nmbs:nth-of-type(8) { grid-area: 4 / 2 / 6 / 3; }
	.nmbs:nth-of-type(9) { grid-area: 6 / 1 / 7 / 2; }
	.nmbs:nth-of-type(10) { grid-area: 6 / 2 / 7 / 3; }

}
