*{
  font-style: normal;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html,
body{
  -webkit-text-size-adjust: 100%; 
}
body{
  background-color: #fff;
  font-size: 62.5%;
}
a:hover{
  text-decoration: none;
}
img{
  border: 0;
  vertical-align: bottom;
}
li{
  list-style-type: none;
}
input[type="submit"] ,
input[type="button"]{
  -webkit-appearance: none;
}
.note-red tr td {
  position: relative;
  padding-left: 20px;
}
.note-red tr td span:before {
  content: "※";
  position: absolute;
  top: auto;
  left: 0;
}