@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: RobotoLight , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1em;
 }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto; 
  width: 100%;
  margin: 0 auto;
  }

body {
  line-height: 1;
}

main {
  display: block;
 }

ol, ul {
  list-style: none; }

button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit; }
  button:disabled {
    cursor: default; }

input[type="file"], input [type="range"] {
  border: none; }

input:not([type="radio"]), input:not([type="checkbox"]), input:not([type="range"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px; }

input:-webkit-autofill {
  background-color: transparent; }

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
input[type="email"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
input[type="tel"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
   }

body {
  font-family: "Dosis", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 16px;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
   }
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box; } 

@font-face{
font-family: "RobotoSlab";
src: url("font/RobotoSlab-SemiBold.ttf");
}
@font-face{
font-family: "RobotoSlabLight";
src: url("font/RobotoSlab-ExtraLight.ttf");
}
@font-face{
font-family: "RobotoMedium";
src: url("font/RobotoSlab-Medium.ttf");
}
@font-face{
font-family: "RobotoLight";
src: url("font/RobotoSlab-Light.ttf");
}