.footer__logo_mobile {
    display: none;
}

.footer-wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}

.footer-column1 {
    float: left;
    width: 38%;
    color: #989797;
}

.footer-column2 {
    float: left;
    width: 35%;
    color: #989797;
}

.footer-column2 strong {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

.footer-column3 {
    float: right;
    color: #989797;
}

.footer-column3 strong {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

.footer__sns li {
    margin-left: 18px;
}

.footer__sns li:first-child {
    margin-left: 0;
}

.footer__address {
    margin-top: 28px;
}

.footer__address p {
    margin-bottom: 18px;
}

.footer__quicklink {
    width: 250px;
}

.footer__quicklink a {
    font-size: 14px;
    color: #989797;
}

.footer__quicklink p {
    display: inline-block;
    border: 1px solid #989797;
    width: 93px;
    height: 37px;
    line-height: 35px;
    margin: 0 0 15px 0;
    text-align: center;
}

.footer__quicklink p:nth-child(1),
.footer__quicklink p:nth-child(3) {
    margin-right: 10px;
}

.footer__quicklink p:nth-child(2),
.footer__quicklink p:nth-child(4) {
    margin-left: 10px;
}

.footer-column2 strong,
.footer-column3 strong {
    font-weight: 500;
}

.footer__sns li a img {
    width: 48px;
    height: 48px;
}