* {
	margin: 0;
	padding: 0;
}

.h_zpgg .about-cont__tit {
	padding: 0 0 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.h_zpgg .about-cont__tit h2 {
	text-align: center;
	margin: 0 20px;
}

.about-cont .inner {
	margin: 0 auto;
}

.page-message {
	text-align: center;
	background: #F0F0F1;
}

.page-message h3 {
	font-size: 24px;
	color: #e60012;
	margin-bottom: 30px;
}

.page-message p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.page-message .message_text {
	margin-bottom: 60px;
}

.page-message__bg {
	width: 100%;
	/* min-width: 1040px; */
	background-image: url(../img/message_03.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 80px;
	text-align: center;
}