@charset "utf-8";
/* error */
.error_box h2 { font-size: 20px; font-weight: 700; line-height: 30px; text-align: center; }
.error_box h2::before { width: 64px; height: 64px; background: url(../../image/icon/icon_error.svg) no-repeat center center; background-size: contain; content: ''; display: block; margin: 0 auto 16px; }
.error_box p { font-size: 14px; line-height: 22px; margin-top: 16px; }