@charset "utf-8";

.ml-about-item .attention{
	color: #666;
	font-size: 10px;
}
.ml-about-item .ml-head:before{
	background-color: #b4b4b4 !important;
}

.textPopup{
	margin-top: 32px;
	font-size: 30px;
	letter-spacing: -0.4px;
	text-align: center;
	color: #b81649;
	background: #fff;
	position: relative;
}
.textPopup:before,
.textPopup:after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 1.2em;
	margin-bottom: -0.25em;
	background: #b81649;
	position: relative;
}
.textPopup:before{
	margin-right: 1em;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.textPopup:after{
	margin-left: 1em;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

.pointWrap{
	padding: 38px 0;
	border-bottom: #e5e5e5 solid 1px;
}
.pointWrap .ml-flex-sb > *:first-child{
	width: 590px;
}
.pointWrap .ml-flex-sb img,
.pointWrap .attention{
	padding-right: 34px;
}
.pointWrap .attention{
	text-align: right;
}
.pointWrap .info{
	margin-bottom: 38px;
}
.pointWrap .ml-flex-sb .info{
	width: 550px;
}
.pointWrap .tac{
	text-align: center;
}

.titlePoint{
	margin-bottom: 32px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	letter-spacing: -0.25px;
	font-feature-settings: "palt" 1;
}
.titlePoint > span{
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin-right: 24px;
	padding: 12px 0;
	width: 6em;
	text-align: center;
	color: #333;
	background: #f6f6f6;
	border-radius: 3px;
}
.titlePoint > b{
	font-size: 26px;
	line-height: 1.3;
	font-family: "Open Sans", "Hiragino Kaku Gothic W4 JIS2004",sans-serif;
	font-weight: normal;
	color: #333;
}
.titlePoint > b > span{
	display: block;
}

.bannerWrap{
	text-align: center;
	margin: 40px 0;
}

/* 上書き直し */
.ml-about-item p.attention{
	color: inherit !important;
	margin: 0 !important;
	padding: 0 34px 0 0 !important;
	border-top: none !important;
}

.add_movie1{
	text-align: center;
	padding: 4em 0;
}
.add_movie2{
	text-align: center;
}