@charset "UTF-8";
/*--------------------------------------------
		reset
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "ＭＳ Ｐゴシック", "MS PGothic" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

article, aside, dialog, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

hr {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-align: center;
}

input,
select {
  vertical-align: middle;
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
  resize: vertical;
}

select {
  text-align: left;
}

input {
  -webkit-border-radius: 0;
  /* iOS 8+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

img, x:-moz-any-link, x:default {
  box-shadow: 0 0 0 #000;
}

img {
  vertical-align: bottom;
}

a,
img {
  border: 0;
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

ol,
ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/*--------------------------------------------
		error
---------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  color: #1d50a2;
}

.error {
  background-color: #fff;
  border: 4px double #1d50a2;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 60px 0;
  margin-top: 120px;
}

.error__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f4a02c;
  line-height: 1.3;
  margin-bottom: 1.6em;
}

.error__txt {
  margin-bottom: 0.8em;
}

.error__btn {
  display: block;
  width: 30%;
  background: #1d50a2;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 0.5em 0.3em;
  margin: 2em auto 0;
}

@media screen and (min-width: 768px) {
  .error__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .error {
    width: 90%;
    padding: 6% 5%;
    margin-top: 10%;
  }
  .error__ttl {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .error__txt {
    width: 95%;
    font-size: 11px;
    text-align: left;
    margin: auto;
  }
  .error__btn {
    width: 95%;
    font-size: 11px;
    margin-top: 1.2em;
  }
}
