@charset "utf-8";
.wrapper .contents h1 {
	font-size: 48px;
	font-weight: 500;
	line-height: 85px;
	color: #124677;
}
.wrapper .contents h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;

}
.wrapper .contents .box_container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 35px;
}
.wrapper .contents .text_box {
	max-width: 600px;
}
.contents .text_box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #4F4F4F;
}
.contents .box_container img {
	border-radius: 25px;
	max-width: 600px;
}
.wrapper .contents .solution_diag {
	margin-top: 200px;
}

.wrapper .contents img {
	/* [disabled]margin-top: 100px; */
	width: 100%;
	height: 100%;
}
