/**
 * reset css
 */

h1,
h2,
h3,
h4,
h5 {
  display: block;
  font-size: 1.14rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

a {
  text-decoration: none;
}
ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  display: block;
}

body {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.alert-text {
  font-size: 1.4rem;
}

p {
  margin-block: 0;
}
