@charset "utf-8";

.blog-title {
	position: relative;
	font-size: 3.2rem;
	font-weight: 300;
	padding-top: 1.4rem;
}
	.blog-title::before {
		content: '';
		position: absolute;
		background-color: #404040;
		width: 9.6rem;
		height: .2rem;
		top: 0;
		left: 0;
	}

@media screen and (max-width: 1440px) {
	.blog {
		max-width: 64rem;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.blog-title {
		font-size: 2.8rem;
	}
}