/*
.mainSections .movieArea
*/
.mainSections .movieArea {
    width: 570px;
    margin: 0 auto;
    padding-bottom: 0;
}
.mainSections .movieArea .movie-wrap{
	position: relative;
	width: 100%;
	/*padding-top: 56.25%;*/
	padding-top: calc(3 / 4 * 100%);
	/*background: #ccc;*/}
.mainSections .movieArea .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}

main .movieArea .movie-wrap video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}


.mainSections ul.gImg li{
	width: 252px;
}
.mainSections ul.gImg li.txt{
	font-size: 1.4rem;
	line-height: 2.8rem;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	text-align: left;
}
.mainSections ul.gImg li.txt strong{
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-weight: bold;
	color: #e60012;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.mainSections ul.gImg li{
	margin-right: 30px;
}
.mainSections ul.gImg li:last-child{
	margin-right: 0;
}



/* tab
------------------------ */
.mainSections .Tips {
	margin: 80px 0 0 0;
	padding: 40px;
	border-top: none;
	background-color: #f3f5f7;
}
.mainSections .Tips > h3 {
	margin-bottom: 30px;
	color: #e60012;
	font-size: 2.2rem;
}
.mainSections section {
	border-bottom: 0;
}
.mainSections .newsTab {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}