.ir_mid_vison_bnr.un_width {
	width: min(100% - 40px, 1000px);
	margin: 0 auto;
	padding-bottom: 40px;
}
.ir_mid_vison_bnr.un_width img {
	margin-bottom: 1rem;
}
.ir_mid_vison_bnr.un_width figcaption {
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.ir_mid_vison_bnr figcaption {
		font-size: 15px;
	}
}
.ir_mid_vison_bnr.un_width a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ir_mid_vison_bnr.un_width a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.un_ir_top_flex {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	/* justify-content: center; */
	margin-top: 3rem;
}
.un_ir_top_flex img {
	width: min(100%, 470px);
	height: auto;
	margin: 0 auto;
	border: solid 1px #879bac;
}
@media screen and (max-width: 750px) {
	.un_ir_top_flex {
		align-items: center;
		flex-direction: column;
		gap: 3rem;
	}
}
