/* common */
@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    max-width: 100%;
}

a:link,
a:visited {
    text-decoration: underline;
    word-break: break-all;
    color: #074bbb;
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }
}

ol,
ul {
    list-style: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/* body */
body {
    width: 100%;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    line-height: 1.8;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    position: relative;
}

/* footer */
#footer {
    font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

#footer a:link {
    text-decoration: none;
    font-weight: normal;
}

@media (hover: hover) {
    #footer a:hover {
        text-decoration: underline;
    }
}

#footer_btn {
    z-index: 99;
}

#footer #link_area {
    background: #fff;
}

#footer #link_area li {
    font-size: 12px;
}