main{
 width: 1180px;
 margin: 80px auto 120px;
	color: #333;
}

.mainSections .headtxt p {
    font-size: 2.4rem;
    color: #333;
    line-height: 3.6rem;
}



.mainSections dl{
 padding-top: 40px;
 margin-top: 60px;
	border-top: 1px solid #d0d5da;
}
.mainSections dl:first-of-type{
padding-top: 0;
 margin-top: 0;
	border-top: none;
}
.mainSections dt{	
	width: 100%;
	margin-bottom: 60px;}
.mainSections h2 {
    font-size: 2.8rem;
    color: #000;
    font-weight: normal;
	margin-bottom: 0;
}
.mainSections dd p{
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.mainSections .colums{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainSections .colums dd{
	width: 570px;
	font-size: 1.4rem;
 line-height: 2.8rem;
}
.mainSections .colums dd sup{
	font-size: 1rem;
	line-height: 1rem;
}
.mainSections .colums dd:last-child{
	width: 570px;}
.mainSections .colums img{
 width: 100%;
 height:auto;
	display: block;
}
.mainSections .colums strong{
	display: block;
	font-size: 2.2rem;
}
.mainSections .colums .fluw{
	width:100%;
	margin-bottom: 60px;
}

/*
.mainSections ul
*/
.mainSections ul.gImg{
	background-color: #f3f5f7;
	padding: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	text-align: center;
}

.mainSections dd > ul.gImg{
	margin-top: 0;
}
.mainSections ul.gImg li img{
	width: 100%;
	display: block;
	transition: opacity 0.12s;
}
.mainSections ul.gImg li strong{
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #333;
 transition-duration: color 0.12s;
font-size: 1.6rem;
line-height: 2.2rem;}
.mainSections ul.gImg li a:after {
	content: "\A";
	display: block;
	width: 0;
	height: 0;
	background: none;
}
.mainSections ul.gImg li a.hover{
	color: #e60012;
}
.mainSections ul.gImg li a.hover img{
	opacity: 0.7;
}


/*ページネーション*/
.pagination{
 display: flex;
 justify-content: center;
 font-size: 1.4rem;
 color: #333;
 height: 50px;
 margin-top: 80px;
}
.pagination a{
 display: block;
 background-color: #f3f5f7;
 line-height: 50px;
 padding: 0 20px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagination a.current,
.pagination a.hover{
 color: #fff;
 background-color: #e60012;
}
.pagination a.prev,
.pagination a.next{
 position: relative;
 padding: 1px 55px 0;
}
.pagination a.prev{ margin-right: 70px; padding-left: 55px;}
.pagination a.next{ margin-left: 70px; padding-right: 55px;}
.pagination .prevArrow,
.pagination .nextArrow{
 display: inline-block;
 position: absolute;
 height: 10px;
 width: 20px;
 top: calc(50% - 5px);
}
.pagination .prevArrow{ left: 15px;}
.pagination .nextArrow{ right: 15px;}
.pagination .prevArrow::before,
.pagination .nextArrow::before{
 content: '';
 display: none;
}
.pagination .prevArrow::after,
.pagination .nextArrow::after{
 content: '';
 display: block;
 width: 7px;
 height: 7px;
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
 position: absolute;
 top: 2;
 transition-property: border-color;
 transition-duration: 0.12s;
}
.pagination .prevArrow::after{ left: 0; transform: rotate(135deg);}
.pagination .nextArrow::after{ right: 0; transform: rotate(-45deg);}
.pagination a.prev.hover .prevArrow::before,
.pagination a.next.hover .nextArrow::before{ background-color: #fff;}
.pagination a.prev.hover .prevArrow::after,
.pagination a.next.hover .nextArrow::after{ border-bottom-color: #fff; border-right-color: #fff;}
.pagination p{
	text-align: center;
	font-weight: bold;
	line-height: 2rem;
}
.pagination a.NoLink{
	 pointer-events:none;
	background-color: #FFF;
}


.ContentBreak,
.spContentBreak{
	margin-top: 80px;
}
/*Environment
-----------------------------------*/
.bottomLinks li{
	display: flex;
}
.bottomLinks ul a{
	/*font-size: 1.2rem;
	line-height: 1.8rem;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.bottomLinks ul a strong{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#HowTo.KL1 .bottomLinks ul .knowledge1,
#HowTo.KL2 .bottomLinks ul .knowledge2,
#HowTo.KL3 .bottomLinks ul .knowledge3,
#HowTo.KL4 .bottomLinks ul .knowledge4,
#HowTo.KL5 .bottomLinks ul .knowledge5,
#HowTo.KL6 .bottomLinks ul .knowledge6,
#HowTo.KL7 .bottomLinks ul .knowledge7{
 color: #fff;
 background-color: #e60012;
}
.bottomLinks ul a{
	padding: 0;
	max-height: 80px;
	min-height: 80px;
}