@charset "utf-8";
/*
	カテゴリー
	error,maintenance
	update.21.03.18
*/
/* s.maintenance */
.main.error .section .title,
.main.maintenance .section .title {
	text-align:center;
	font-size:2rem;
	color:#383635;
	margin:0 auto;
	padding:2% 3%;
	line-height:1.4;
	border:1px solid #383635;
	background:#fff;
	border-radius: 6px;
	font-weight:700;
}
.main.error .section .text,
.main.maintenance .section .text {
	padding-top:4%;
	text-align:center;
	font-size:1.6rem;
}
.main.error .page-top,
.main.maintenance .page-top {
	display: none !important;
}
@media print, screen and (min-width: 768px){ 
	.main.error .section .title,
	.main.maintenance .section .title {
		font-size:3rem;
	}
	.main.error .section .text,
	.main.maintenance .section .text {
		font-size:2rem;
	}
}