@charset "UTF-8";
/*============
  Foundation
  ============*/
body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  color: #444;
  min-height: 100%;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1a75ff;
  text-decoration: none;
}
a:active {
  outline-width: 0;
}

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

dl, dt, dd, ul, ol, li, p, blockquote, fieldset, div {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

/*============
  layout
  ============*/
.wrapper {
  margin: auto;
  width: 100%;
  overflow-x: hidden;
}

.inner {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 750px;
}

.emg {
  text-align: center;
}

#end {
  margin: 8px;
  padding: 8px;
  border: 3px solid #e60013;
  font-weight: 600;
  text-align: center;
}

.info {
  margin: 8px;
  padding: 8px;
  border: 1px solid #e60013;
  font-size: 0.813rem;
  color: #e60013;
  text-align: center;
}

.jsOff {
  margin: 8px;
  padding: 8px;
  border: 1px solid #e60013;
  font-size: 0.813rem;
  text-align: center;
}
.jsOff .pt1 {
  padding-bottom: 4px;
}
.jsOff .pt2 {
  padding-bottom: 8px;
}
.jsOff .pt3 {
  font-size: 0.75rem;
}

/*-- footer --*/
#footer {
  margin: 0;
  padding: 16px 8px 80px;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
}
#footer small {
  font-size: 0.75rem;
}

.loginArea {
  margin-bottom: 16px;
}

.loginName {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.loginName a {
  font-weight: bold;
}

.loginStatus {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
