@charset "utf-8";

body {
	font-size: 32px;
}

.page-head-wrap {
	width: 840px;
	margin: 0 auto;
}

.page-head-block {
	height: 310px;
}

.page-head-title {
	margin-top: 0px;
}

.page-head-title:before {
	font-size: 1.25em;
}

.page-head-title:after {
	height: 1.25em;
}

.page-head-test:before {
	font-size: .875em;
}

.page-head-text {
	background: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	font-size: .875em;
	line-height: 1.375em;
	opacity: 0.75;
}

ul.page-link>li>a[href]:last-child:before {
	font-size: 1em;
}

ul.page-link.page-link-ex>li>a:first-child:before {
	font-size: 1.25em;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 24px;
	}
	.page-head-block {
		height: auto;
	}
	.page-head-wrap {
		width: auto;
	}
}