.footer {
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 70px;
    border-top: 1px solid #f6f6f6;
}
.footer-phone-tit{
	text-transform:uppercase;
}
.footer-contact li{
	margin-top:10px;
}
.footer-contact li:first-of-type{
	margin-top:0;
}
.footer  *{
	background-color: #fff;
	letter-spacing:-0.2px;
}
.footer .footer-inner:after {
    clear: both;
    display: table;
    content: '';
}
 ul.social-network.list-inline-block {
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.footer .footer-inner .footer-item {
    display: inline-block;
    float: left;
    width: 20%;
}
 
 ul.social-network li .float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}
ul.social-network li a {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
}
ul.social-network li .float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.fab {
   
    background: none;
}
 ul.social-network li a:hover .fab{
    color: #fff;
 }
 ul.social-network li a:hover {
    color: #fff;
    border-color: #51b240;
    background: #51b240;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
 ul.social-network li {
    display: inline-block;
}
.footer .footer-inner .footer-item-1 {
    width:13.5%;
}
.footer .footer-inner .footer-item-2 {
    width:28%;
}
.footer .footer-inner .footer-item-3 {
    width:25%;
}

.footer .footer-inner .footer-item-4 {
    width:13.5%;
}
.footer .footer-inner .footer-item-5 {
    width:19%;
}
.footer .footer-inner .footer-item-5 .footer-depth2{
	margin-top:30px;
}
.footer .footer-inner .footer-item-5 .footer-depth2 li{
	margin-top:10px;
}
.footer .footer-inner .footer-item .footer-title {
    font-size: 12px;
    font-weight: 700;
	color:#333;
}

.footer-depth2 {
   margin-top: 15px;
}

.footer-depth2 li {
	margin-top:10px;
}
.footer-depth2 li:first-of-type{
	margin-top:0;
}
.footer-email{
	font-size:11px;
}
.footer .footer-sns li {
    display: inline-block;
    margin-left: 10px;
}

.footer .footer-sns li:first-of-type {
    margin-left: 0;
}
.footer-phone-tit{
	font-size:12px;
	font-weight:700;
}
.footer-phone {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1;
}

@media all and (max-width: 992px) {
    .footer{
        padding-top:10px;
        padding-bottom:10px;
		/* height:217px; */
    }
    .footer .footer-inner .footer-item {
        display: block;
        float: none;
        width: 100%;
    }
    .footer .footer-inner .footer-item .footer-title{
        position: relative;
        border-top: 1px solid #e1e1e1;
        padding: 12px 0;
        cursor: pointer; 
        display:block;
        font-size:12px;
    }
    .footer .footer-inner .footer-item:first-of-type .footer-title{
		border-top:0;
	} 
    .footer .footer-inner .footer-item .footer-title:after {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
    }
    .footer-depth2{
        margin-top:0;
        margin-bottom:10px;
        display:none;
    }
    .footer-sns{
        margin-top:10px;   
    }
}
