/* タブ */

.submenuTab {
    display: flex;
    background-color: #FDE67C;
    padding: 2px;
    border-radius: 10px;
    height: 40px;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.submenuTab__link {
    width: 50%;
    line-height: 2.143;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.submenuTab__link.is-active {
    background-color: #0EC392;
    color: #fff;
}
.sitter .submenuTab__link.is-active {
    background-color: #0EC392;
}