main{
 width: 1180px;
 margin: 0 auto 120px;
	color: #333;
}

.mb5{
	margin-bottom: 5px;
}
.newsTab{
	width: 1180px;
 margin: 80px auto 0 auto;
}

/*

.head

*/
.head{
	background-color: #f3f5f7;
	padding: 70px 0;
	margin-top: 80px;
}
dl.inner{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
dl.inner dt{
	width: 570px;
}
dl.inner dt strong{
	display: block;
	font-size: 2.2rem;
	color: #333;
}
dl.inner dt strong span{
	font-size: 4.2rem;
	line-height: 4.8rem;
	display:block;
}
dl.inner dt strong + strong{
	margin-top: 30px;
	margin-bottom: 10px;
}
dl.inner dt p{
	font-size: 1.4rem;
	line-height: 2.8rem;
}
dl.inner dd{
	width: 570px;
	font-size: 1.4rem;
}
dl.inner dd img{
	width: 100%;
}



/*

contents

*/
.mainSections .ttl{
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 2.8rem;
	color: #000;
	margin-top: 80px;
}
.mainSections .ttl + dl{
	margin-top: 25px;
}
.mainSections dl{
 padding-top: 40px;
 margin-top: 60px;
	border-top: 1px solid #d0d5da;
}
.mainSections dt{	
	width: 100%;
	margin-bottom: 60px;}
.mainSections h2 {
    font-size: 2.8rem;
    color: #333;
    font-weight: normal;
	margin-bottom: 0;
}
.mainSections dd p{
	margin-bottom: 40px;
}
.mainSections p.point{
	background-color: #fdf2f3;
	color: #e60012;
	padding: 15px 20px;
}
.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 .fluw{
	width:100%;
	margin-bottom: 60px;
}

.ContentBreak{
	margin-top: 80px;
}

.mainSections .colums dd a,
.mainSections .Tips dd a{
	font-size: 1.4rem;
	position: relative;
	transition-duration: color 0.12s;
    padding: 0 0 0 20px;}
.mainSections .colums dd img + a{
	display: inline-block;
	margin-top: 10px;
}
.mainSections .colums dd a.hover,
.mainSections .Tips dd a.hover{
	color: #e60012;}
.mainSections .colums dd a .redArrowS,
.mainSections .Tips dd a .redArrowS{
		left: 0;}

/*

Tips

*/
.mainSections .Tips{
	background-color: #f3f5f7;
	border-top: none;
	padding: 40px 40px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainSections .Tips h3{
	font-size: 2.2rem;
	color: #e60012;
}
.mainSections .Tips strong{
}
.mainSections .Tips p{
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-bottom: 0;
}.mainSections .Tips p.point{
	background-color: #fff;
}
.mainSections .Tips dt{
	width: 100%;
	margin-bottom: 30px;
}
.mainSections .Tips dd{
	width: calc(100% / 2 - 20px);
	margin-bottom: 40px;
}
.mainSections .Tips dd img {
	width: 100%;
}
.mainSections .Tips ul.links{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items : flex-end;
}

.mainSections .Tips ul.links li{
margin: 0 auto;
	width: 220px;
}

.mainSections .Tips ul.links img{
	display: block;
	margin: 0 auto 20px auto;
}
.mainSections .Tips ul.links li a {
	text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #e60012;
    color: #e60012 !important;
    font-size: 1.2rem;
	line-height: 1.2rem;
    position: relative;
	background-color: #FFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 10px 20px 10px 10px;
}
.mainSections .Tips ul.links li a .redArrowS{ right: 15px; transition-property: border-color, margin-right; left:inherit;}
.mainSections .Tips ul.links li a.hover{
 color: #fff !important;
 background-color: #e60012;
}
.mainSections .Tips ul.links li a.hover .redArrowS{ border-color: #fff; margin-right: -5px;}



/*.pagination*/
.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;
 /*width: 20px;
 height: 2px;
 background-color: #999;
 position: absolute;
 top: calc(50% - 1px);
 transition-property: background-color;
 transition-duration: 0.12s;
 left: 0;*/
}
.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;
	font-size: 1.4rem;
	line-height: 2rem;
}
.pagination a.NoLink{
	 pointer-events:none;
	background-color: #FFF;
}

/*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 span{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#HowTo.q1 .bottomLinks ul .q1,
#HowTo.q2 .bottomLinks ul .q2,
#HowTo.q3 .bottomLinks ul .q3,
#HowTo.q4 .bottomLinks ul .q4,
#HowTo.q5 .bottomLinks ul .q5,
#HowTo.q6 .bottomLinks ul .q6,
#HowTo.q7 .bottomLinks ul .q7,
#HowTo.q8 .bottomLinks ul .q8
{
 color: #fff;
 background-color: #e60012;
}
