.header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* min-width: 1280px; */
    max-height: 100vh;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.header__wrapper {
    max-height: 620px;
}

.header__wrapper .header-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    /* min-width: 1200px; */
    height: 70px;
    background-color: #cdd0e0;
}

.header__wrapper .identity-logo-wrap {
    width: 70px;
    height: auto;
    max-height: 100%;
}

.container-menu .news-release {
    margin-bottom: 60px;
    margin-top: 100px;
}

.container-menu .news-release h2 {
    color: #114b91;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.container-menu .news-release ul {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.container-menu .news-release ul a {
    display: flex;
    padding: 25px;
    border-bottom: dotted 3px #E3ECF0;
    font-size: 13px;
    color: #000;
    line-height: 30px;
}

.container-menu .news-release ul a .news-date {
    font-weight: bold;
    flex: 0 0 200px;
}

.container-menu .news-release ul a .news-tags {
    flex: 0 0 140px;
    text-align: right;
    padding-right: 18px;
}

.container-menu .news-release ul a .important-tag {
    background: #CF0023;
    color: #FFF;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 8px;
    border-radius: 40px;
    display: inline-block;
}

.container-menu .news-release ul a .new-tag {
    background: #FFF74F;
    color: #000;
    padding: 8px 8px;
    border-radius: 40px;
    font-size: 13px;
}

.container-menu .news-release ul li:last-child a {
    border-bottom: none;
}

.container-menu .news-release .view-all-link {
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: 25px;
}

.container-menu .news-release .view-all-link:before {
    display: inline-block;
    content: "";
    background: url("../../img/arrow@2x.png");
    background-size: 10.5px;
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    margin-right: 7px;
}

.container-menu .news-release a, .news-release button {
    text-decoration: none;
    color: #000;
}

.container-menu .news-release a:hover,
.container-menu .news-release button:hover,
.container-menu .news-release input[type=submit]:hover {
    opacity: .8;
}

.container-menu .news-release .news-date,
.container-menu .news-release .news-tags,
.container-menu .news-release .news-title {
    font-size: 16px;
}

@media (max-width: 768px) {
    .container-menu .news-release {
        margin-bottom: 50px;
    }

    .container-menu .news-release ul {
        padding: 5px 18px;
    }

    .container-menu .news-release ul a {
        font-size: 1.3rem;
        line-height: 2.3rem;
        padding: 12px;
        flex-flow: row wrap;
        border-bottom: dotted 2px #E3ECF0;
    }

    .container-menu .news-release ul a .news-date {
        flex: 0 0 50%;
    }

    .container-menu .news-release ul a .news-tags {
        flex: 0 0 50%;
        padding-right: 0;
        text-align: left;
    }

    .container-menu .news-release ul a .important-tag {
        font-size: 1rem;
        height: 1.5rem;
        line-height: 1.5rem;
        padding: 0 5px;
    }

    .container-menu .news-release ul a .new-tag {
        font-size: 10px;
    }

    .container-menu .news-release .view-all-link {
        text-align: center;
        margin-top: 14px;
    }

    .container-menu .news-release .view-all-link:before {
        background-size: 7px;
        width: 7px;
        height: 8px;
        margin-right: 5px;
    }

    .container-menu .news-release .news-date,
    .container-menu .news-release .news-tags,
    .container-menu .news-release .news-title {
        font-size: 13px;
    }
}

.js-container label:hover {
    cursor: auto;
}
