.mainSections dl:first-of-type dd:first-of-type{order:inherit;}
.mainSections dl:first-of-type dd:last-of-type{order:inherit;}
.mainSections dl:first-of-type dd.fluw{
	margin-bottom: 40px;
}

/*.ContentBreak{
	margin-top: 0;
}*/

.mainSections dl:nth-of-type(2) dd:nth-of-type(1){order: 2;}
.mainSections dl:nth-of-type(2) dd:nth-of-type(2){order: 1;}
.mainSections dl:nth-of-type(2) dd:nth-of-type(3){order: 4;}
.mainSections dl:nth-of-type(2) dd:nth-of-type(4){order: 3; margin-top: 80px;}

.mainSections ul.gImg{
	justify-content: space-between;
	padding: 20px;
}
.mainSections ul.gImg li.txt{
	margin-bottom: 0;
}
.mainSections ul.gImg li.txt strong{
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 2rem;
}
.mainSections ul.gImg li{
	width: calc((100% - 15px) / 2);
}
.mainSections ul.gImg li{
	margin-right: 15px;
	text-align: center;
}
.mainSections ul.gImg li:nth-child(odd){
	margin-right: 0;
}
.mainSections ul.gImg li img{
margin-bottom: 0;
}

.mainSections .movieArea {
	width: 100%;
}
.mainSections .Tips > h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 2rem;
}

/**/
.mainSections dl.Rainy dd:nth-of-type(2) {
	order: 1;
}
.mainSections dl.Rainy dd:nth-of-type(1) {
	order: 2;
}
.mainSections dl.Rainy dd:nth-of-type(4) {
	order: 3;
}
.mainSections dl.Rainy dd:nth-of-type(3) {
	order: 4;
	margin-top: 0;
}

/* tab
------------------------ */
.mainSections .Tips {
	padding: 20px;
}
.mainSections .newsTab {
	width: 100%;
}
.newsTab li a.active:after {
    content: '';
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #e60012 transparent transparent transparent;}



/*

tips

*/
.mainSections ul.gImg li:nth-child(n + 2) {
  margin-top:20px;
}