body {
	margin: 0;
	font-family: "Lato", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	min-width: 320px;
	color: #444;
	background-color: #fff;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.pane-main-sorry a {
	color: #CE1032;
}
.pane-main-sorry {
	padding: 0 20px;
	max-width: 700px;
	margin: 0 auto 30px;
	box-sizing: content-box;
}
.block-header-nav {
	width: 100%;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 61px;
	border-bottom: 1px solid #C7C7C7;
	box-sizing: border-box;
}
.block-header-logo {
	width: 168px;
	margin: 0 auto;
	padding: 0;
}
.block-footer-bottom {
	padding: 30px 0;
	color: #FFF;
	text-align: center;
	background: #343434;
}
.block-copyright {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin: 0;
}
.sorry-title {
	font-size: 28px;
	text-align: center;
	background-color: inherit;
	margin: 50px 0;
	border-bottom: 0px;
}
.sorry-description {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	margin-bottom: 4em;
}
.sorry-btn01 {
	display: flex;
	width: 400px;
	height: 60px;
	border: 1px solid #CE1032;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans CJK JP', sans-serif;
	text-decoration: none;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapper {
	min-height: 100vh;
	position: relative;
}
.pane-footer::after {
	content: '';
	display: block;
	height: 78px;
}
.block-footer-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.sorry-title {
		font-size: 18px;
		border-bottom: 0px;
		margin: 30px 0;
	}
	.sorry-description {
		font-size: 12px;
		line-height: 1.75;
	}
	.block-copyright {
		font-size: 10px;
		transform: scale(.9);
	}
	.sorry-btn01 {
		width: 100%;
		max-width: 350px;
		height: 50px;
	}
	
	.pane-main{
		margin-bottom: 40px;
	}
}
