/* ======================================================
   PC Footer — Light theme with Teal accent (#00A3A3)
   Horizontal layout: [logo | title+info | tel]
   ====================================================== */
.lp-footer {
    width: 100%;
    background-color: #ffffff;
    color: #666666;
    padding: 28px 20px 20px;
    border-top: 3px solid #00A3A3;
    box-sizing: border-box;
}

.lp-footer-inner {
    max-width: 1443px;
    margin: 0 auto;
    text-align: left;
}

.lp-footer-main {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 16px;
}

.lp-footer-logo {
    flex: 0 0 auto;
}

.lp-footer-logo img {
    width: 52px;
    height: auto;
    display: block;
}

.lp-footer-text {
    flex: 0 0 auto;
}

.lp-footer-text img {
    height: 25px;
    width: auto;
    display: block;
}

.lp-footer-title {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin: 0;
}

.lp-footer-info {
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.7;
    color: #666666;
}

.lp-footer-info p {
    margin: 0;
}

.lp-footer-tel {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #00A3A3;
    white-space: nowrap;
}

.lp-footer-copyright {
    font-size: 13px;
    color: #999999;
}
