@charset "utf-8";

html {
   font-size: 62.5%;
   scroll-behavior: smooth;
   position: relative;
   overflow-x: hidden;
}

* { 
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

ol, ul { 
   list-style: none;
} 

a { 
   text-decoration: none;
   color: #000;
}

select, input, textarea, fieldset { 
   border: 0;
}

caption, legend { 
   display: none;
}

img { 
   vertical-align: top;
}

table { 
   border-collapse: collapse;
   width: 100%;
}

i, em, address {
   font-style: normal;
}

b, strong, h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
}

button, input {
   border: none;
   background: transparent;
}