.box {
    position: relative;
    font-size: 1rem;
    background: #E8EBE1;
}

.box a {
    color: #000;
}

.topbox {
    font-size: 0;
    line-height: 0;
    line-height: normal;
    color: #fff;
    height: 46px;
    position: absolute;
    right: 70px;
    top: 0;
    z-index: 10;
}

.top_feature {
    transition: 0.3s;
    font-size: 1rem;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    width: 172px;
    padding: 0 1.5rem;
    background: #8ec0a3;
}

.top_feature:hover {
    background: #3e7154;
}

.top_spec {
    font-size: 1rem;
    font-weight: 500;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    width: 172px;
    padding: 0 1.5rem;
    background: #7BA88E;
}

.bottom {
    padding: 100px 0;
    background: #fff;
}

.bottom a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.bottom_nav {
    max-width: 1500px;
    margin: 0 2rem;
    font-size: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    margin: auto;
}

.storeiconcontainer {
    text-align: center;
    width: 100%;
    margin: auto;
}

.storeicon {
    display: inline-block !important;
    border: 0px !important;
    width: 180px !important;
    height: auto;
    margin-left: 10px;
}

    .storeicon img {
        width: 150px !important;
        height: auto;
    }

.bottom_nav ul {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.bottom_nav ul a {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    width: 8rem;
    padding: 0.5rem 0;
    border: 1px solid #000;
    display: inline-block;
    margin: 0 0.5rem;
}

.bottom_nav_left,
.bottom_nav_right {
    vertical-align: top;
    padding: 0 1rem;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

.bottom_nav_left hr,
.bottom_nav_right hr {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.bottom_nav h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: center;
}

@media(max-width:768px) {
    .bottom {
        padding: 60px 0;
    }
}

@media(max-width:650px) {

    .bottom_nav h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

    .bottom_nav_left,
    .bottom_nav_right {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media(max-width:500px) {
    .bottom_nav h2 {
        font-size: 5.6vw;
        line-height: 8vw;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
}

@media(max-width:420px) {
    .bottom_nav h2 {
        font-size: 5.4vw;
    }
}

@media(max-width:374px) {
    .bottom_nav h2 {
        font-size: 5.0vw;
    }
}

@media(max-width:768px) {
    .box {
        font-size: 0.9rem;
    }

    .topbox {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
    }

    .top_feature,
    .top_spec {
        width: 50%;
    }
}

