/* img division*/
.mainSections dd.img3{
	margin-top: 60px;
}
.mainSections dd.img3 ul{
	display: flex;
	justify-content: space-between;
}
.mainSections dd.img3 ul li{
	width: calc((100% - 40px) / 3);
}
.mainSections dd.img3 ul img{
	width: 100%;
	display: block;
}
.mainSections dd strong + img{margin-top: 20px;}
.mainSections dd img + p{margin-top: 10px; line-height: 1.8rem;}
.mainSections dd.img3 strong{
	font-size:	1.8rem;
}