@charset "utf-8";
.container-fluid * {
    box-sizing: border-box;
}

.container-fluid *:before, .container-fluid *:after {
    box-sizing: border-box;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    text-align: justify;
    height: auto !important;
    word-break: break-all;
    color:#444;
}

.c-contents sup {
    font-size: 11px;
}

p, table, ul, dl, ol {
    margin-top: 0;
    margin-bottom: 1.67em;
}

table {
    border-collapse: collapse;
}

button {
    font-family: inherit;
}