﻿footer{
    width: 100%;
    background-color: #1b1b1b;
    position: relative;
    z-index: 10;
}
.footer-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.footer-left-box{
    width: 380px;
    display: inline-block;
    vertical-align: top;
}
.footer-center-box{
    width: 380px;
    display: inline-block;
    vertical-align: top;
}
.footer-right-box{
    width: calc(100% - 770px);
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.footer-left-name{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.footer-left-tel-box,
.footer-left-fax-box{
    display: inline-block;
}
.footer-name{
    font-size: 14px;
    font-weight: bold;
    color: #b6d338;
    display: inline-block;
}
.footer-text{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    transition: all .2s linear;
}
.footer-left-freetel-name,
.footer-left-freetel{
    font-size: 18px;
    font-weight: inherit;
}
.footer-left-telfax-box{
    margin: 10px 0;
}
.footer-left-tel-box{
    margin-right: 5px;
}
.footer-center{
    margin: 14px 0;
}
.footer-right-box{
    display: inline-block;
}
.footer-right-logo{
    color: #000;
    margin-bottom: 15px;
}
.footer-right-web{
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}
.footer-top-box{
    font-size: 24px;
    color: #b6d338;
    position: absolute;
    top: 40%;
    right: 8%;
}

/*<----hover---->*/
.footer-text:hover{
    color: #b6d338;
}
.footer-left-fax:hover,
.footer-left-ex:hover{
    color: #fff;
}


@media only screen and (max-width: 1600px){
    .footer-top-box{
        right: 4%;
    }
}
@media only screen and (max-width: 1350px){
    .footer-right-box{
        width: 300px;
    }
}

@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
        padding: 25px;
    }
    .footer-left-box,
    .footer-center-box{
        width: 320px;
    }
    .footer-right-box{
        width: 280px;
    }
    .footer-text{
        font-size: 12px;
    }
    .footer-name{
        font-size: 12px;
    }
    .footer-top-box{
        right: 2%;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 800px;
    }
    .footer-left-box{
        display: block;
    }
    .footer-center-box{
        margin-top: 10px;
    }
    .footer-right-box{
        vertical-align: bottom;
        width: calc(100% - 350px);
    }
    .footer-top-box{
        display: none;
    }
}
@media only screen and (max-width: 700px){
    .footer-box{
        width: 100%;
    }
    .footer-left-box, 
    .footer-center-box,
    .footer-right-box{
        width: 100%;
    }
    .footer-right-box{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 400px){
    .footer-box{
        padding: 10px 5px;
    }
}