footer {
    background-color: #0E62A9;
    color: white;
    padding: 5% 10% 3%;
}

.footer-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1100px;
    min-width: 600px;
}

.footer-logo {
    background-color: #fff;
    margin-top: 0.2rem;
    width: 71px;
    height: 81px;
}

.footer-section h3, 
.footer-section p,
.footer-section li {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: #fff;
}

.footer-section span {
    font-size: 1.375rem;
    line-height: 35px;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
	margin-left: 24px;
	text-align: left;
}

.footer-contact {
    display: flex;
    gap: 1rem;
}

.footer-section a {
    color: white;
    text-decoration: none;
}
.footer-section a:hover {
  filter: brightness(0.8);
}

.footer-fax {
    display: none;
}

.footer-link {
    display: block;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
}

.footer-bottom p {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .footer-content {
        min-width: 0;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-logo {
        width: 45px;
        height: 49px;
    }

    .footer-section h3 {
        font-size: 0.875rem;
    }

    .footer-section span {
        font-size: 1.125rem;
    }

    .footer-link {
        display: none;
    }

    .footer-tel {
        margin-top: 1.5rem;
        font-size: 1rem;
    }

    .footer-fax {
        display: block;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 1rem;
    }

    .footer-bottom p {
        font-size: 0.625rem;
    }
}
