@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 ERROR 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ――――――――――――――――――――――――――――――
［ errorContents ］
―――――――――――――――――――――――――――――― */

.errorContents { max-width: 550px; margin: 0 auto 100px; }
.errorContents p { font-size: 1.8rem; line-height: 3.8rem; }
.errorContents p:not(:last-child) { margin-bottom: 25px; }

@media screen and (max-width: 767px) {
	.errorContents { margin-bottom: 50px; }
	.errorContents p { font-size: 1.6rem; line-height: 3rem; }
	.errorContents p:not(:last-child) { margin-bottom: 20px; }
}
