body {
    font-family:Noto Sans JP, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, Hiragino Sans, 游ゴシック, YuGothic, 游ゴシック体, BIZ UDPGothic, Meiryo, Helvetica Neue, Arial, sans-serif;
}

.header_hei_inner {
    background-color: black;
    height: 70px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 550;
    display: block;
}

h1 {
    margin-top: 2px;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
}

.gnav__drop {
    font-size: 20px;
    font-weight: bold;
}

.gnav__drop a {
    text-decoration: none;
    color: #ffffff;
}

.gnav__drop a:hover {
    color: #EE843D;
}

.header_wid_inner {
    width: 950px;
    margin: 0 auto;
}

.header_nav_list {
    float: right;
    margin-top: -50px;
}

.clearfix {
    display: block;
}

.gnav__drop {
    position: relative;
}

.header__nav_item {
    float: left;
    margin-left: 40px;
}

ul li {
    list-style: none;
}

h2 img {
    margin-top: 100px;
    width: 100%;
}

