.about-category{
    width: 250px;
}
.header-style1 .header-menu> li{
    margin: 0 15px;
}
.header-menu-title{
    width: 105px;
    line-height: 1.2;
}
.header-menu-title:after{
    bottom: -2px;
}
.index-business-list-text{
    height: initial;
    -webkit-line-clamp: 5;
}
.service-category{
    height: 60px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    padding: 0 10px;
}

.footer-info{
    margin-left: 100px;
}
.footer-info:nth-child(3){
    max-width: 400px;
}

.about-specification-list-text p:nth-child(2),
.about-specification-list-text p:nth-child(3),
.about-specification-list-text p:nth-child(5),
.about-specification-list-text p:nth-child(6){
    box-sizing: border-box;
    padding-left: 42px;
    line-height: 1.2;
}
.about-specification-list-text p:nth-child(1){
    margin-bottom: 5px;
}
.about-specification-list-text p:nth-child(4){
    margin-top: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1600px){
    .footer-info{
        margin-left: 60px;
    }
    .footer-info:nth-child(3){
        max-width: 330px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-info:nth-child(n){
        margin-left: 30px;
    }
    .footer-info:nth-child(3){
        margin-top: 30px;
        max-width: initial;
    }
}
@media only screen and (min-width: 769px){
    @media only screen and (max-width: 1360px){
        .header-style1 .header-menu-box {
            width: calc(100% - 630px);
        }
        .header-right-box{
            width: 300px;
        }
    }
    @media only screen and (max-width: 1280px){
        .header-style1 .header-menu-box {
            width: calc(100% - 510px);
        }
        .header-right-box{
            width: 240px;
        }
        .header-menu-title{
            width: 80px;
        }
    }
    @media only screen and (max-width: 1000px){
        .header-style1 .header-menu-box {
            width: calc(100% - 390px);
        }
        .header-right-box {
            width: 160px;
        }
        .header-right-list-text p{
            text-align: center;
            font-size: 12px;
        }
        .header-style1 .header-menu> li {
            margin: 0 5px;
        }
    }
}
@media only screen and (max-width: 1000px){
    .service-category{
        height: 50px
    }
}
@media only screen and (max-width: 768px){
    .rwd-service-category{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        padding: 10px 40px;
        height: initial;
        min-height: 40px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 768px){
    .about-specification-list-text p:nth-child(2), 
    .about-specification-list-text p:nth-child(3), 
    .about-specification-list-text p:nth-child(5), 
    .about-specification-list-text p:nth-child(6){
        padding-left: 22px;
    }
    .about-specification-list-text p:nth-child(4) {
        margin-top: 10px;
    }
}