@charset "utf-8";

/* Reset */
*,
*:before,
*:after {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, input, label, button, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
textarea, input,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  font-family: "EyeLevel", "Arial", "sans-serif";
  font-size: 10px;
  color: #000;
  font-weight: 300;
  line-height: 1.15;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  /*
  line-height: normal;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
  */
}

article, aside, canvas, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: keep-all;
}

ol, ul, li {
  list-style: none;
}

img, fieldset, iframe {
  border: none;
}

input, select, button, img, label, textarea {
  vertical-align: middle;
}

label, button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

select, input, button, textarea, button {
  color: #666;
  /* font-size: 1.6rem; */
  font-family: "EyeLevel", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  outline: none;
  border-radius: 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: "EyeLevel", "Arial", "sans-serif";
  font-weight: 700;
  font-style: normal;
}

legend {
  *width:0;
}

legend, hr, caption {
  overflow: hidden;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
}

legend, hr {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

i, em, address {
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.is-blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

.hidden {display:none;}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  width: 100%;
  padding: 10px;
  height: 10em;
  font-size: 2.8rem;
  border: 1px solid #fff;
  -webkit-tap-highlight-color: transparent;
  resize: none;
  -webkit-appearance: none;
}

textarea:focus {
  border-color:#000 !important;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  letter-spacing: -0.5px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 2.8rem;
  letter-spacing: -0.5px;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 2.8rem;
  letter-spacing: -0.5px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  letter-spacing: -0.5px;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 2.8rem;
  letter-spacing: -0.5px;
}

input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

.input-style {
  /* font-size: 1.6rem; */
  text-align: right;  
  padding: 0 10px;
  height: 5.0rem;
  color: #fff; 
  font-size: 3.0rem;
  font-weight: 300;
  border: 0.2rem solid #fff;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
}

.input-style:focus {
  border-color:#68ff0d !important;
}

.input-style:disabled {
  background-color: rgba(255, 255, 255,.4);
  color: #000;
}

.input-style:disabled:focus {
  border-color:#fff !important;
}

.input-style:read-only {
  background-color: rgba(0, 0, 0,.5);
}

.input-style:read-only:focus {
  border-color:#fff !important;
}


::-webkit-input-placeholder {color:#bababa;}
:-moz-placeholder {color:#bababa; opacity:1;}
::-moz-placeholder {color:#bababa; opacity:1;}
:-ms-input-placeholder {color:#bababa;}
::placeholder {color:#bababa; opacity:1;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#skip {
  position: fixed;
  top: -999px;
  left: 0;
  width: 100%;
  height: 4em;
  background-color: #ea2227;
  text-align: center;
  color: #fff;
  line-height: 4;
  z-index: 1080;
}


.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}


@media (max-width: 750px) {
  .input-style {
    height: 8.0rem;
    font-size: 3.8rem;
  }
}