@charset "utf-8";
.part {
	margin-top: 123px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.part h3::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
}
.part p {
	font-size: 19px;
}
#first {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 25px;
}
.wrapper #first .intro {
	max-width: 500px;
	/* [disabled]margin-right: 25px; */
}

.wrapper #first .graph_01 {
	margin-top: 99px;
}
#first .graph_01 img {
	width: 100%;
	height: 100%;
}

.wrapper #first .img_01 {
	max-width: 500px;
	/* [disabled]margin-right: 25px; */

}
#first .img_01 img {
	border-radius: 25px;
	width: 100%;
	height: 100%;
}
#first .intro p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.intro p span {
	font-weight: 700;
}
.wrapper #first .solution0 {
	max-width: 500px;
}



#first .solution0 p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.solution0 p span {
	font-weight: 700;
}
