@charset "UTF-8";
/* reset.css customize */
*, ::before, ::after {
  min-width: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15; /* 1 */

  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}
img {
  width: 100%;
  vertical-align: bottom;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
}
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
hr {
  clear: both;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  color: inherit;
}
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}

/* Replaced content */
/* ============================================ */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}

