.index-enterprise-list-name{
    font-size: 46px;
}
.index-enterprise-list-text{
    line-height: 20px;
    box-sizing: border-box;
    padding: 8px 0;
    padding-left: 15px;
}
@media only screen and (max-width: 1400px){
    .index-enterprise-list-name{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1200px){
    .index-enterprise-list-name{
        font-size: 20px;
    }
    .header-menu-title{
        font-size: 14px;
    }
    .header-style1 .header-menu> li{
        margin-left: 10px;
    }
    .header-style1 .header-menu> li:first-child{
        margin-left: 0;
    }
    .header-style1 .header-box{
        padding: 11px 20px;
    }
}
.rwd-index-menu-name{
    font-size: 18px;
}
@media only screen and (max-width: 550px){
    .rwd-index-menu-info-box{
        height: 70px;
    }
    .rwd-index-menu-name {
        font-size: 16px;
    }
    .rwd-index-menu-info-box::after{
        border-top: 70px solid #6b1317;
    }
    .rwd-index-menu:nth-child(even) .rwd-index-menu-info-box::after{
        border-top: 70px solid #6b1317;
    }
    .index-enterprise-list-text{
        line-height: 20px;
    }
}
@media only screen and (max-height: 420px){
    .rwd-index-menu-name {
        font-size: 16px;
    }
}
