/* ======== 販売会社個別で必要な独自スタイル ======== */
.welfare-showroom__equipment{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ee7800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1344px;
    margin: 1em auto 0;
}

.welfare-showroom__equipment ::after{
    background: #ee7800;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 140px;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
}