@charset "utf-8";
@import url("../../css/third.css");
@import url("../../css/flex.css");
/* CSS Document */
.top_image {
    background: url(../images/title.jpg) center/cover no-repeat #000;
	background-position: 58%;
}
.thirdtop_inner::before {
	content: "MILK LORRY CAR";
	font-family: 'Merriweather-Regular.woff';
}
@media screen and (min-width: 1186px) {
		.thirdtop_inner::before {
		font-size: 3em;
			display: block;
	}
	.thirdtop_inner h2 {
		padding-top:1em; 
	}
}

@media screen and (min-width: 1024px) {
	.thirdtop_contents {
		height: 405px;
	}
}
@media screen and (min-width: 1500px) {
	.thirdtop_contents {
		height: 430px;
	}
}