/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  max-width: 640px;
  height: 100%;
}

a {
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
}

.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: .5em 2em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #161616;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 3px;
}

.login-wrap {
  width: 78.66667%;
  margin: 0 auto;
  padding: 10% 0;
}

.heima-logo {
  width: 71.18644%;
  margin: 0 auto;
  display: block;
}

.heima-logo img {
  width: 100%;
}

.login-form::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.login-form .input-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}

.login-form .input-cont::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.login-form .input-cont span {
  float: left;
  border-right: 1px solid #656565;
  line-height: 1em;
  margin: 3.73333% 0;
  width: 18.30508%;
  text-align: center;
  color: #666;
}

.login-form .input-cont input {
  float: left;
  padding-left: 5px;
  width: 81.35593%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 0;
  border: 0;
  display: block;
  color: #666;
}

.login-form label:first-child {
  border-bottom: 0;
}

.login-form .check-cont {
  float: right;
  color: #656565;
  padding: 3.73333% 0 5.33333%;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.login-form .check-cont input {
  display: none;
}

.login-form .check-cont i {
  float: left;
  margin-right: 3px;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/uncheck.png) no-repeat;
  background-size: contain;
}

.login-form .check-cont input:checked + i {
  background: url(../images/checked.png) no-repeat;
  background-size: contain;
}

.login-form .check-cont span {
  float: left;
  line-height: 1.2em;
}

.enter-btn {
  border: 0;
  width: 100%;
  line-height: 2.2em;
  background-color: #e23a3a;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 16px;
  outline: none;
}

.service-center {
  width: 100%;
  background-color: #fffcf9;
  min-height: 100%;
}

.service-center::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.service-cont::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.service-list {
  float: left;
  width: 50%;
  padding: 2em 0;
  color: #7e7d7c;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.service-list img {
  width: 4em;
  display: block;
  margin: 0 auto;
}

.service-list span {
  display: block;
  text-align: center;
}

.service-time {
  display: block;
  padding: 2em 0;
  text-align: center;
  font-size: 14px;
  color: #7e7d7c;
}
