.articleBlock01.short{
	padding-top: 45px;
}
.errorPage .title{
	font-size: 22px;
	text-align: center;
	line-height: 2;
}
.errorPage .txt{
	margin-top: 25px;
	font-size: 13px;
	text-align: center;
	line-height: 2;
}
.commonBt01.type03 {
    width: 420px;
    height: 60px;
		margin-top: 60px;
    justify-content: center;
		position: relative;
}
.commonBt01.type03::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: .8;
}

@media screen and (max-width: 768px) {
	.articleBlock01.short{
		padding-top: 25px;
	}
	.errorPage .title{
		font-size: 12px;
		font-weight: 500;
	}
	.errorPage .txt{
		margin-top: 20px;
		font-size: 9px;
	}
	.commonBt01.type03{
		width: 100%;
		height: 45px;
		margin-top: 30px;
	}
}
