/* ナビ */
.nav-bar-wrap {
    background-color: white;
}

.second-nav {
    width: 100%;
    padding: 10px 0;
    z-index: 1000;
    display: flex;
    justify-content: left;
}

.second-nav-bar-left {
    display: flex;
    padding: 0 16px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.second-nav-bar-left a {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
}

.second-nav-bar-left img {
    width: 6px;
    position: relative;
    margin-right: 8px;

}

.return-text {
    color: rgba(79, 133, 77, 1);
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}


/* スティッキーナビ */
.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

