@charset "UTF-8";
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
font-style: normal;
font-weight: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}

html {
line-height: 1;
}

code {
line-height: 1.2;
}

ol, ul, li {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

q, blockquote {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: none;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}

picture {
line-height: 1;
}

img {
border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}

h1, h2, h3, h4, h5, h6, p, div {
word-wrap: break-word;
}

button, input, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
margin: 0;
border: none;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
background-color: transparent;
display: block;
outline: none;
}

::-moz-focus-inner {
border: 0px;
}

select::-ms-expand {
display: none;
}

*:focus {
outline: none;
}



body, html {
height: 100%;
}

body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Osaka－等幅", Osaka, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.7;
background: #000;
color: #fff;

display: flex;
justify-content: center;
align-items: center;
}
.error {
text-align: center;
min-width: 640px;
margin-bottom: 6vh;
}

.error strong {
font-size: 1.3em;
font-weight: bold;
color: #fcc800;
margin-bottom: 0.8em;
}
