@charset "utf-8";
/* CSS Document */

html, body, main, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input , a , textarea{
   margin:0;
   padding:0;
   border:0;
   outline:0;
   font-size:100%;
   background:transparent center center/cover no-repeat;
   box-sizing: border-box;
   list-style: none;
   vertical-align: bottom;
   letter-spacing: 0.075em;
}
img{
   width: 100%;
   height: auto;
   vertical-align: top;
}
ul,dl,ol {
   list-style:none;
}
a {
   margin:0;
   padding:0;
   font-size:100%;
   background:transparent;
   text-decoration: none;
}
table {
   border-collapse:collapse;
   border-spacing:0;
}
address{
   font-style: normal;
}
input, select{
   vertical-align:middle;
   -webkit-appearance: none;
   border: none;
}

select{
   padding: 16px;
   font-size: 1.6rem;
   width: 100%;
   letter-spacing: 0.05em;
}

input[type="submit"],input[type="button"],button {
  -webkit-appearance: none;
   border: none;
}
input[type="radio"]{
   opacity: 0;
   position: absolute;
   z-index: -1;
}
