@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, ul, ol, dl {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
ul, ol {
  list-style-type: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
figure {
  margin: 0;
}