/* common */
@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a:link,
a:visited {
    text-decoration: none;
    word-break: break-all;
    color: #034580;
}

ol,
ul {
    list-style: none;
}

/* body */
body {
    width: 100%;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 2;
    position: relative;
}

.text-min {
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    letter-spacing: 1px;
}

.text-en {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* 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;
}

#footer a:hover {
    text-decoration: underline;
}

#footer_btn {
    z-index: 99;
}

#footer #link_area {
    background: #fff;
}

#footer #link_area li {
    font-size: 12px;
}

/*
#footer_bt ul li {
    font-size: 14px;
}*/
