@import url("/stcontents/css/common/font.css");
html {
    font-size: 10px;
}
body {
    height: 100%;
    word-break: break-word;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","MS Gothic","ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 1.2rem;
    color: #333;
    -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    font-weight: bold;
}
h1 {
    font-size: 2.6rem;
}
h2 {
    font-size: 2rem;
    line-height: 36px;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.6rem;
}
h5 {
    font-size: 1.4rem;
}
h6 {
    font-size: 1.2rem;
}
p {
    margin-bottom: 8px;
}
a {
    text-decoration: none;
    color: #0066cc;
}
@media (min-width: 768px) {
    body {
        font-size: 1.4rem;
    }    
    a:hover {
        color: #554B98;
    }
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2.6rem;
        line-height: 48px;
    }
    h3 {
        font-size: 2rem;
        line-height: 36px;
    }
    h4 {
        font-size: 2rem;
    }
    h5 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1.6rem;
    }
}