/*
Theme Name: site-tpl
Author: site-tpl
Version: 1.0
Description: site-tpl
*/

.p-404 {
	min-height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
}
.p-404 .p-title {
	font-size: 4.8rem;
	margin-bottom: 4rem;
}
.p-404 .txt1 {
	font-size: 1.8rem;
	margin-bottom: 4rem;
}

.p-blog {
	min-height: 100vh;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}
.post-title {
	font-size: 2.8rem;
}
.post-content {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.p-404 .p-title {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	.p-404 .txt1 {
		font-size: 1.4rem;
		line-height: 2;
	}	
}