main {
	width: calc(100% - 30px);
	margin: 40px 15px 100px;}

/*

contents

*/
.mainSections .ttl{
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin-top: 40px;
}
.mainSections dl{
	display: flex;
}
.mainSections dt{	
	margin-bottom: 40px;}
.mainSections h2 {
	margin-bottom: 0;
}
.mainSections dl.finish h2 {
	text-indent: 0;
	margin-left: 0;
}
.mainSections h2 strong{
	margin-right: 5px;
}
.mainSections dl.finish h2 strong{
	margin-right: 0;
	display: block;
}
.mainSections dd p{
	font-size: 1.4rem;
	margin-bottom: 0;
}
.mainSections dd p.point{
	background-color: #fdf2f3;
	color: #e60012;
	padding: 15px 20px;
	line-height: 2.2rem;
}
.mainSections dd p + p.point{
	margin-top: 20px;
}
.mainSections .colums{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainSections .colums dd{
	width: 100%;
	font-size: 1.4rem;
 line-height: 2.8rem;
}
.mainSections .colums dd sup{
	font-size: 1rem;
	line-height: 1rem;
}
.mainSections .colums dd:last-child{
	width: 100%;}
.mainSections .colums img{
 width: 100%;
 height:auto;
	display: block;
}
.mainSections .colums strong{
	font-size: 1.8rem;
}
.mainSections .colums .fluw{
	width:100%;
	margin-bottom:0;
}
.mainSections dl{
	display: flex;
	flex-wrap: wrap;
}
.mainSections dl dd:first-of-type{order:2;}
.mainSections dl dd:last-of-type{order:1;}
.mainSections dl dd img{
	margin-bottom: 40px;
}

.mainSections .fluw{
	width:100%;
	margin-bottom: 40px;
}
.mainSections dl .spBreak{
	margin-top: 0;
}




/*
.mainSections ul
*/
.mainSections .spBorderImg{
	border: 1px solid #e9ecee;
	box-sizing: border-box;
}
.mainSections ul.gImg{
	padding: 10px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.mainSections dd > ul.gImg{
	margin-top: 0;
}
.mainSections ul.gImg li:nth-child(n + 3) {
  margin-top:20px;
}
.mainSections ul.gImg li strong{
	font-size: 1.4rem;
	line-height: 2.0rem;
}

/*

.pagination p

*/
.pagination{
	display: none;
}


.mb5{
	margin-bottom: 5px !important;
}


/*Environment
-----------------------------------*/
.bottomLinks ul a{
	padding: 0 5px;
	max-height: 75px;
	min-height: 75px;
}
.bottomLinks ul li.longT a{
	line-height: 1.2rem;
}