/*見出しフォント */
body, h1, h2, h3, h4, h5, h6 {
    font-family: "メイリオ","Meiryo",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

/*本文フォント */
body {
    font-family: "メイリオ","Meiryo",Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 1.7;
    font-size: 16px;
}

/*文字サイズ・行間・太さ */
p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

/*リンク文字色・太さ */
a {
    color: #1A0DAB;
    font-weight: 500;
}

/*文字色・文字間隔 */
html, body {
    color: #333333;
    letter-spacing: normal;
}

/*フッターを左寄りに */
.haik-footer {
    text-align: left;
}