@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
body,
p,
input,
h1,
h2,
h3,
h4,
ul,
ol,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
body {
  color: #4d5367;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header,
nav,
section,
figure,
figcaption,
article,
hgroup,
menu,
nav,
section,
menu,
footer,
article {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*common*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.hidden {
  display: none;
}
.flex-center {
  display: flex;
  align-items: center;
}
html {
  --color: #7691fa;
  --color0: #000000;
  --color1: #333333;
  --color2: #6c748a;
  --color3: #848FA4;
  --color4: #C3C8D2;
  --color5: #ffffff;
  --color-success: #62D184;
  --color-info: #75C5FA;
  --color-warning: #FAC55C;
  --color-error: #FA7575;
  --color-link: #596C96;
  --color-placeholder: #cccccc;
}
