.footer {
    width: 100%;
    height: 3.5em;
    line-height: 3.5em;
    font-size: x-small;
    text-align: center;
    background: #DED4CB;
    color: #fff;
}
#footer{
    padding-bottom: 30px;
}
.footer-tel{
    margin: 20px 0 0;
    text-align: center;
}
.footer-tel a{
    text-decoration: none;
    display: inline-block;
}
.footer-tel a:hover{
    text-decoration: none;
}
.footer-tel a:last-child{
    margin-left: 220px;
}

.footer-tel a span{
    display: block;
    margin-top: 10px;
    font-size: 24px;
    color: #ffcc00;
    text-align: center;
}

.footerlinks{
    margin-top: 25px;
    border: 1px solid #dfd38e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footerlinks a{
    margin-top: 2px;
    border: 1px solid #cbaf80;
    display: inline-block;
    width: 32.8%;
    font-size: 18px;
    text-align: center;
    color: #fed994;
    padding: 15px 0 ;
}
.footerlinks a:hover{
    text-decoration: none;
}
.copyright{
    line-height: 2;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.out-links{
    text-align: center;
    margin-top: 20px;
}
.out-links a{
    display: inline-block;
    text-align: center;
    color: #fff;
}
.out-links a:last-child{
    /* margin-left: 50px; */
}

@media screen and (max-width: 767px) {
    .inner{
		width: 100%;
		padding: 0 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
    .footer-tel{
        margin: 10px 0 0;
        text-align: center;
    }
    .footer-tel a:last-child{
        margin-left: 50px;
    }
    .copyright{
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    #footer{
        padding-bottom: 15px;
    }
    .visiblePC{
        display: none;
    }
}