.page_title_box {
	position: relative;
	background-image: url("../images/products/main_visual.jpg");
}

.page_title_box .title {
	position: relative;
	display: block;
	background-image: none;
}

.page_title_box .title h1 {
	font-size: 36px;
	color: #fff;
	text-shadow: none;
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.page_title_box .title h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.page_title_box .title h1 {
		font-size: 24px;
	}
}