@charset "UTF-8";

.subPageTitle {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: relative;
}
.subPageTitle .inner {
	display: none;
}
@media screen and (max-width: 736px) {
	.subPageTitle {
        height: 200px;
	}
}

.subPageContent .inner {
	max-width: 940px;
}
