footer{
    border-top: solid 1px;
    text-align: center;
    background-color: #F3EFEA;
    padding-bottom: 20px;
}

footer > a img{
    width: 232px;
    margin-top: 52px;
    margin-bottom: 54px;
}

.fot-company{
    font-size: .14rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 3px;
}

.fot-company span{
    font-size: .16rem;
}

.footer-address {
    margin-bottom: 9px;
    font-weight: 400;
}

.fot-company-address,
.footer-address a{
    font-size: .13rem;
    color: #000;
    text-align: center;
    display: inline-block;
}

.footer-address a {
    margin-left: 10px;
}

.copyright{
    font-size: .10rem;
    text-align: center;
    font-weight: 400;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #f3efeb;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #55c96b;
    font-size: 13px;
    text-decoration: none;
    padding-top: 12px;
}
.pagetop a:hover {
}


@media screen and (max-width: 768px){
	footer {
		padding-bottom: 90px;
	}
    footer > a img {
        margin-top: 32px;
        margin-bottom: 45px;
    }
	.fot-company-address {
        line-height: 1.5;
    }
    .footer-address a {
        display: inline;
        line-height: 1;
    }
    .footer-address div{
        display: flex;
    }
	.fot-company {
		margin-bottom: 10px;
	}
	.footer-address {
		margin-bottom: -1px;
	}
	.pagetop{
		display:none !important;
	}
}