main{
		width: calc(100% - 30px);
		margin: 40px 15px 60px;
	padding-bottom: 60px;
}


.mainSections dl{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap-reverse;
}
.mainSections dt{
    margin-bottom: 40px;
}
.mainSections h2 {
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
	margin-bottom: 0;
}
.mainSections dd p{
    font-size: 1.4rem;
    color: #333;
    line-height: 2.8rem;
}

.mainSections .colums dt{
	width: 100%;
	order: 3;
}
.mainSections .colums dd{
	width: 100%;
	order: 2;
}
.mainSections .colums img{
 width:100%;
 height: auto;
	margin-bottom: 35px;
}

.mainSections ul{
  width: 100%;
  gap: 15px;
  margin-top: 45px;
}
.mainSections ul li{
	width: calc((100% - 15px) / 2);
}