@import url("font.css");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.6875;
  font-family: "Noto";
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.9rem;
  height: 1.9rem;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  border: 1px solid #ddd;
}

input {
  height: 1.9rem;
  line-height: 1.9rem;
}

input:-moz-read-only, input:disabled {
  background: #fafafa;
}

input:read-only, input:disabled {
  background: #fafafa;
}

input[readonly] {
  background: #fafafa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

address, em, i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
/*   max-width: 100%; */
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

caption, legend,
.sr-only, .sr_only, .hidden, .blind, .IR, .title_hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

.error_wrap + .error_wrap {
  margin-top: 1rem;
}

.error_wrap {
  text-align: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background: #eff1f4;
  position: relative;
}

.error_wrap > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error_wrap .bold {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-top: 2rem;
}

.error_wrap.border {
  background: #fff;
}

.error_wrap.border .bold {
  font-size: 1.5rem;
  margin: 2rem 0 .5rem;
}

.error_wrap.border .txt {
  font-weight: 400;
}

.error_wrap .btn_area {
  margin-top: 2.9rem;
}

.error_wrap .btn_area a {
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}

.error_wrap .btn_area a:hover, .error_wrap .btn_area a:focus {
  text-decoration: underline;
}

.error_wrap .btn_area a.type1 {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.error_wrap .btn_area a.type2 {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.error_wrap .error_contents{
	width:100%;
	top:45%
}
