main {
	width: calc(100% - 30px);
	margin: 0 15px 100px 15px;}

.mb5{
	margin-bottom: 5px !important;
}

.newsTab{
	width: 100%;
 margin: 40px auto 0 auto;
}

/*

.head

*/
.head{
	background-color: #f3f5f7;
	padding: 40px 0;
	margin-top: 40px;
}
dl.inner{
	width: calc(100% - 30px);
	display:inherit;
}
dl.inner dt{
	width: 100%;
	margin-bottom: 40px;
}
dl.inner dt strong{
	font-size: 2.0rem;
}
dl.inner dt strong span{
	font-size: 3.2rem;
	line-height: 4rem;
}
dl.inner dd{
	width: 100%;
}
dl.inner dd ul.links{
	justify-content: space-between;
}
dl.inner dd ul.links li{
	display: block;
	width: calc((100% - 20px) / 2);
}
dl.inner dd ul.links li.oneC{
	width:80%;
}
dl.inner dd ul.links img{
	margin: 20px auto;
}
dl.inner dd ul.links img:nth-child(even){
	margin-left: 20px;
}
/*

Overview

*/
.Overview{
	padding: 10px;
	margin-top: 20px;
}


/*

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 dd p{
	margin-bottom: 0;
}*/
.mainSections .colums{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainSections .colums dd{
	width: 100%;
}
.mainSections .colums dd sup{
	font-size: 1rem;
	line-height: 1rem;
}
.mainSections .colums dd:last-child{
	width: 100%;}
.mainSections .colums dd strong{
	font-size: 1.6rem;
}
.mainSections .colums img{
 width: 100%;
 height:auto;
	display: block;
}
.mainSections .colums .fluw{
	width:100%;
	margin-bottom: 0;
}
.mainSections dl{
	display: flex;
}
.mainSections .mbN{
	margin-bottom: 0 !important;
}
.mainSections .spBreak{
	margin-top: 0 !important;
}
/*

Tips

*/
.mainSections .Tips{
	padding: 20px 20px 0 20px;
}
.mainSections .Tips dt{
	margin-bottom: 20px;
}
.mainSections .Tips h3{
	font-size: 2rem;
}
.mainSections .Tips dd{
	margin-bottom: 20px;
}
.mainSections dl.Tips dd:first-of-type{order:inherit;}
.mainSections dl.Tips dd:last-of-type{order:inherit;}
.mainSections dl.Tips dd{
	width: 100%;
}
.mainSections .Tips ul.links{
	justify-content: space-between;
}
.mainSections .Tips ul.links.ctC{
	justify-content: center;
}
.mainSections .Tips ul.links{
	margin-bottom: 10px;
}
.mainSections .Tips ul.links li{
	margin: 0;
	width: calc((100% - 20px) / 2);
	text-align: center;
	min-width: inherit;
}
.mainSections .Tips ul.links li:nth-child(even){
	margin-left: 20px;
}
.mainSections .Tips ul.links img{
	margin: 30px auto 20px auto;
}
/*

pagination

*/
.pagination{
	display: none;
}


/*

Environment

*/
.bottomLinks ul a{
	padding: 0 10px;
	max-height: 66px;
	min-height: 66px;
}