@font-face {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,a,table,th,td,span,figure {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-family:
        "Sawarabi Mincho",
        "Helvetica Neue",
        "Segoe UI",
        "Yu Gothic",
        YuGothic,
        sans-serif;
  font-weight:normal;
}
ul {
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
}
img {
    border:none;
    vertical-align:bottom;
    max-height:100%;
    max-width: 100%; /*元の画像サイズを超えないように*/
    height: auto;/*横幅に合わせて縦幅を調整*/
    vertical-align: bottom; /*画像を下付にする*/
    display: block; /*ブラウザによってinline要素と認識されるのを防ぐ*/
}