@charset 'euc-jp';

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  color: #38393C;
  line-height: 1.5;
  background-color: #e6f7fb;
}

.error-page {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.error-page a {
  color: #00a4ba;
  text-decoration: none;
}

.error-page a:hover {
  color: #0093a6;
}

.error-page__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2em;
}

.error-page__icon {
  display: inline-block;
  max-width: 180px;
  margin-bottom: 2em;
}

.error-page__icon img {
  width: 100%;
  display: block;
}

.error-page__heading {
  margin: 1em 0;
  font-size: 18px;
  font-weight: bold;
}

.error-page__sub-heading {
  font-size: 14px;
}

.error-page__action {
  margin: 1em 0;
}

.error-page__action a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2em;
  color: #fff;
  background-color: #00a4ba;
  font-size: 16px;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.error-page__action a:hover {
  color: #fff;
  background-color: #0093a6;
}

.error-page__body {
  box-sizing: border-box;
  max-width: 800px;
  padding: 1em 1.5em;
  margin: 2em auto 0;
  background-color: #fff;
  border-radius: 5px;
}

.error-page__body p {
  margin: 0.5em 0;
}

.error-page__body ul {
  display: inline-block;
  margin: 0.5em auto;
  text-align: justify;
  list-style-type: disc;
}

.error-page__body li {
  margin: 0 0 0 1em;
}

.p-page__footer {
  display: none;
}
