main{
		width: calc(100% - 30px);
		margin: 40px 15px 100px;
}

.mainSections .headtxt p {
    font-size: 1.6rem;
	line-height: 2.8rem;
  font-weight: bold;
}
.mainSections .headtxt span{
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin-top: 30px;
	display: block;
}
.mainSections dl{
 padding-top: 40px;
 margin-top: 60px;
	border-top: 1px solid #d0d5da;
}
.mainSections dl:first-of-type{
	margin-top: 40px;
}
.mainSections dt{
    margin-bottom: 40px;
}
.mainSections h2 {
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
	margin-bottom: 0;
}

.mainSections h2 sup {
    font-size: 1.4rem;
}

.mainSections dd p{
    font-size: 1.4rem;
    color: #333;
    line-height: 2.8rem;
}

.mainSections .colums{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap-reverse;
	
}
.mainSections .colums dt{
	width: 100%;
	order: 3;
}
.mainSections .colums dd{
	width: 100%;
	order: 1;
}
.mainSections .colums dd:last-child{
	width: 100%;
order: 2;}
.mainSections .colums img{
 width:100%;
 height: auto;
	margin-bottom: 35px;
}

.mainSections .colums dd.tsumekaeImg {
  order: 0;
  margin-top:0;}

.mainSections .colums dd.tsumekaeImg:last-child {
  order: -1;
  margin-top:0;}

.mainSections .colums dd.tsumekaeImg img {margin:20px 0 0;}
.mainSections .colums dd.tsumekaeImg:last-child img {margin:0;}

.mainSections .colums dd img.modalshiftImg {margin-top:30px;}

/*
.mainSections table
*/
.mainSections table,
.mainSections tbody,
.mainSections tr,
.mainSections th,
.mainSections td {
display: block;
}
.mainSections table{
	 width: 100%;
}
.mainSections th,
.mainSections td{
 border: none;
 box-sizing: border-box;
 border-collapse: collapse;
 text-align: left;
	line-height: 2.2rem;
}
.mainSections th{
 background-color: #f3f5f7;
 vertical-align: top;
	width: 100%;
}
.mainSections td{
 width: 100%;
 position:inherit;
	padding-bottom: 15px;
	overflow: hidden
}