.g-tit01_x {
	padding: 50px 0 30px;
	text-align: center;
}

.g-tit01_x strong {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font-size: 32px;
}

.g-tit01_x.bai strong {
	color: #5e9fe6;
}

.g-tit01_x .tit {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #333;
	font-weight: bold;
	font-size: 32px;
}

.g-tit01_x.bai .tit {
	color: #fff;
}

/* .g-tit01_x.bai .tit:before {
	background: url(../img/titl02_x.) center center no-repeat;
}

.g-tit01_x.bai .tit::after {
	background: url(../img/titr02_x.png) center center no-repeat;
} */

.g-tit01_x .tit:before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 230px;
	height: 3px;
	background: url(../img/titl01_x.png) center center no-repeat;
	content: '';
}

.g-tit01_x .tit:after {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 230px;
	height: 3px;
	background: url(../img/titr01_x.png) center center no-repeat;
	content: '';
}

.g-tit01_x p {
	font-size: 18px;
}