@charset "UTF-8";

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,th,td,form{
  margin : 0;
  padding : 0;
  font-style : normal;
  font-weight : normal;
  list-style-type : none;

}
ul,ol{
  line-height: 1.6;
}
p{
  line-height : 1.6;
}
/* font size */
html{
  font-size : 62.5%;
}
body{
  font-size : 1.5px;
  font-size : 1.5rem;
}

/* border padding 計算しやすいように */
*,*::before,*::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}