@charset "utf-8";

.ml-about-item .ml-lead + div{
	margin-top: 2em;
}

.ml-about-item img{
	width: 100%;
}
.ml-about-item .attention{
	color: #666 !important;
	/*font-size: 12px;*/
	font-size: 80%;
	text-align: right;
	margin-top: .5em;
}

.sectionTitle{
	padding: .75em 1em;
	margin-bottom: .75em;
	font-weight: normal;
	font-size: 18px;
	font-size: 4.8vw;
	background: #f6f6f6;
}
.info{
	font-size: 14px;
	font-size: 3.7vw;
	line-height: 1.8;
	margin: 1em 0 !important;
}


.textPopup{
	font-size: 40px;
	font-size: 5.3vw;
	margin: 1em 0 .3em !important;
	letter-spacing: -0.4px;
	text-align: center;
	position: relative;
	color: #b81649 !important;
}
.textPopup:before,
.textPopup:after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 2.4em;
	background: #b81649;
	position: absolute;
	top: .25em;
	bottom: 0;
}
.textPopup:before{
	margin-right: 1em;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	left: 10%;
}
.textPopup:after{
	margin-left: 1em;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
	right: 10%;
}

.titlePoint{
	padding-left: 2.2em;
	position: relative;
}
.titlePoint > span:first-child{
	display: inline-block;
	position: absolute;
	left: .75em;
	top: .75em;
}

.imgWrap{
	width: 84%;
	margin: 32px auto;
}
.imgWrap + .attention{
	margin-right: 8%;
}

.pointWrap{
	margin-bottom: 3em;
}

.bannerWrap{
	margin: 4em 0;
}

.add_movie1{
	text-align: center;
	padding: 1em;
}
.add_movie2{
	text-align: center;
	padding: 0 1em;
}
.add_movie1 video,
.add_movie2 video{
	width: 100%;
}