body {
    min-width: 1200px;
}
.header-div {
    height: 45px;
    margin-left: 30px;
    margin-right: 30px;
}
.header-corp {
    font-size: 30px;
    font-weight: bold;
    /*color: #b01f24;*/
    color: #dd1a24;
    margin-left: 50px;
}
.tel-img {
    position: absolute;
    top: 0;
    right: 150px;
    background: url(../img/icon.png);
    width: 36px;
    height: 36px;
    background-position: -1px -340px;
}
.tel-content {
    display: inline-block;
}
.tel-content .tel-desc {
    display: block;
    line-height: 18px;
    font-weight: bold;
}
.tel-content .tel {
    display: block;
    line-height: 18px;
    color: #b01f24;
    font-weight: bold;
    font-style: italic;
}


/*header*/
.tab-menu {
    width:100%;
    height:50px;
    /*border-bottom:1px solid #c9c9c9;*/
    /*box-shadow:0 1px 18px #d3d3d3;*/
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 18px #d3d3d3;
    margin-bottom: 10px;
}
.line-v {
    height: 25px;
    background-color: #c9c9c9;
    width: 1px;
    display: inline-block;
    float: right;
}

.menu-item {
    display: inline-block;
    width: 160px;
    height: 33px;
    padding-top: 7px;
    /*line-height: 40px;*/
    text-align: center;
    font-size: 14px;
    color: #292929;
    cursor: pointer;
    text-decoration: none;
}

.menu-item .text {
    width: 159px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border-left: solid 1px #c9c9c9;
}
.border-right {
    border-right: solid 1px #c9c9c9;
}
.menu-item:hover {
    background: rgba(176,31,36,0.8);
    color: #fff;
}
.menu-item:hover > .text{
    border-left: solid 1px rgba(0,0,0,0);
    /*border-right: solid 1px rgba(0,0,0,0);*/
}
.menu-item:hover + .menu-item > .text {
    border-left: solid 1px rgba(0,0,0,0);
    /*border-right: solid 1px rgba(0,0,0,0);*/
}

.active {
    background: #b01f24;
    color: #fff;
    border: none !important;
    pointer-events: none;
}
.active .text {
    border-left: solid 1px rgba(0,0,0,0);
}
.active + .menu-item > .text {
    border-left: solid 1px rgba(0,0,0,0);
}

.space {
    height: 10px;
    width: 100%;
}