main{
		width: calc(100% - 30px);
		margin: 40px 15px 100px;
}

.mainSections .headtxt p {
    font-size: 1.6rem;
	line-height: 2.8rem;
  font-weight: bold;
}
.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 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 ul{
	background-color:#fff;
	padding: 0;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top: 0;
}
.mainSections ul li{
	width: calc((100% - 15px) / 2);
	margin-right: 0;
	font-size: 1.0rem;
	line-height: 1.8rem;
	margin-top: 40px;
}
.mainSections ul li:last-child{
	margin-right: 0;
}
.mainSections ul li strong{
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 15px 0 10px 0;
}

.mainSections .spBorderImg{
	border: 1px solid #e9ecee;
    box-sizing: border-box;
}


/*
.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
}


/*
.mainSections .movieArea
*/
.mainSections .movieArea {
    width: 100%;
	margin-bottom: 35px;
}