.pagenotfound-notice{
	font-weight: bold;
	font-size: 18px;
	padding-top:25px!important;
	margin-bottom: 75px;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
    font-weight:700;
}

@media screen and (max-width:414px) {
	.pagenotfound-title{
		font-size: 2.5rem;
		line-height: 1.5;
	}
	.pagenotfound-notice{
		font-size: 16px;
		padding-top:25px!important;
		margin-bottom: 35px;
	}
}