@charset "UTF-8";

/*==========================================
= header
===========================================*/
.bottom {
    margin-top: 70px;
    background-color: #d92d1b;
}

.bottom .featureNavi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.bottom .featureNavi ul li {
    width: 20%;
    list-style: none;
    display: flex;
    align-items: center;
}

.bottom .featureNavi ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
    transition: .2s;
}

.bottom .featureNavi ul li a:hover {
    color: #333;
    background-color: #ffffffcc;
}

.bottom .featureNavi ul li a span {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px 0 35px;
    background: url(icoFeatureList.svg) no-repeat 5px center;
    font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1200px) {
    .bottom {
        display: none;
    }
}

