@charset "utf-8";

*{
  padding: 0;
  margin: 0;
  font-style: normal;
  box-sizing: border-box;
}
html {
  font-size: 17px;
}
input,select,textarea{
  font-family: inherit;
}
input[type=checkbox],input[type=radio],input[type=button],input[type=submit],label{
  cursor: pointer;
}
li{
  list-style-type: none;
}
a{
  outline: none;
  text-decoration: none;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header--bg {
  height: 85px;
  padding: 10px 30px;
}