@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #4D4D4D;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  position: relative;
}
@media screen and (max-width:768px){
  body {
    font-size: 12px;
  }
}


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,figure,figcaption,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,address,caption,em,strong {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: 300;
text-align: left;
font-family: 'Noto Sans JP', sans-serif;
}

li {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
}

fieldset,img,table,th,td {
border: 0;
}

img,
input[type="image"] {
vertical-align: bottom;
}

input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}

button,select{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}