@charset "utf-8";

html {
  box-sizing: border-box;
  line-height: 1.2;
  overflow-y: scroll;
  touch-action: manipulation;
  text-size-adjust: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  padding:
  env(safe-area-inset-top)
  env(safe-area-inset-right)
  env(safe-area-inset-bottom)
  env(safe-area-inset-left);
}

button
input,
select,
textarea {
  border: none;
  font-size: 100%;
  font-family: inherit;
  outline: 0;
}

select {
  background-color: transparent;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a,
ins {
  outline: 0;
  text-decoration: none;
}

a,
img {
  -webkit-touch-callout: none;
}

img {
  max-width: 100%;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}
