
.image1-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2em;
}

.image1-2 figure {
	margin: 0;
}

.image1-2 figcaption {
	color: #2A9400;
}
.image1-2 p {
	margin: 0;
}
.image1-2 dl {
	display: -ms-grid;
	display: grid;
	margin: 0;
	line-height: 1.6;
}

.image1-2 dt,
.image1-2 dd {
}

.image1-2 dt span {
	position: relative;
	z-index: 1;
	background: white;
	font-weight: bold;
}

.image1-2 dd {
	margin: 0;
}
.image1-2 dd::before {
	position: absolute;
	content: '…………';
	transform-origin: 0 0;
	transform: scaleX(-1);
}

@media (max-width: 567px) {
	.image1-2 figcaption {
		margin-top: 0.5em;
	}
	.image1-2 dl {
		-ms-grid-columns: 6em max-content;
		grid-template-columns: 6em max-content;
		font-size: 85%;
	}
	
	.image1-2 dt:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.image1-2 dd:nth-of-type(1) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.image1-2 dt:nth-of-type(2) {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.image1-2 dd:nth-of-type(2) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	.image1-2 dt:nth-of-type(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.image1-2 dd:nth-of-type(3) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
	.image1-2 dt:nth-of-type(4) {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
	}
	.image1-2 dd:nth-of-type(4) {
		-ms-grid-column: 2;
		-ms-grid-row: 4;
	}
	.image1-2 dt:nth-of-type(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
	}
	.image1-2 dd:nth-of-type(5) {
		-ms-grid-column: 2;
		-ms-grid-row: 5;
	}
	.image1-2 dt:nth-of-type(6) {
		-ms-grid-column: 1;
		-ms-grid-row: 6;
	}
	.image1-2 dd:nth-of-type(6) {
		-ms-grid-column: 2;
		-ms-grid-row: 6;
	}
	.image1-2 dt:nth-of-type(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 7;
	}
	.image1-2 dd:nth-of-type(7) {
		-ms-grid-column: 2;
		-ms-grid-row: 7;
	}
	
}

@media (min-width: 768px) {
	.image1-2 dl {
		-ms-grid-columns: 5em max-content 7em max-content;
		grid-template-columns: 5em max-content 7em max-content;
		font-size: 65%;
		overflow: visible;
	}

	.image1-2 dt:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.image1-2 dd:nth-of-type(1) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.image1-2 dt:nth-of-type(2) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
	.image1-2 dd:nth-of-type(2) {
		-ms-grid-column: 4;
		-ms-grid-row: 1;
	}
	.image1-2 dt:nth-of-type(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.image1-2 dd:nth-of-type(3) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	.image1-2 dt:nth-of-type(4) {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
	}
	.image1-2 dd:nth-of-type(4) {
		-ms-grid-column: 4;
		-ms-grid-row: 2;
	}
	.image1-2 dt:nth-of-type(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.image1-2 dd:nth-of-type(5) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
	.image1-2 dt:nth-of-type(6) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}
	.image1-2 dd:nth-of-type(6) {
		-ms-grid-column: 4;
		-ms-grid-row: 3;
	}
	.image1-2 dt:nth-of-type(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
	}
	.image1-2 dd:nth-of-type(7) {
		-ms-grid-column: 2;
		-ms-grid-row: 4;
	}

	.image1-2 dt:nth-of-type(2n+2) {
		margin-left: 1em;
	}
}
