/* フッター  */
.footer * {
    background: #ecffdb;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: #4b5564;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.search-word {
    font-size: 0.8rem;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer {
    padding: 2rem;
    font-size: 15px;
    color: #4b5564;
    background: #ecffdb;
    text-align: center;
}

.footer-content {
    max-width: 1100px;
    min-width: 1100px;
    text-align: left;
    margin: 0 auto;
}

.footer__navi-heading {
    font-weight: 600;
    margin-bottom: 0.55rem;
}

.footer__navi-heading-blank {
    margin-bottom: 2rem;
}

.footer__navi-heading-sub-a {
    font-weight: 600;
    color: black;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.footer__navi-heading-sub-b {
    font-weight: 600;
    color: black;
    margin-bottom: 0.2rem;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
    width: 300px;
}

.logo-svg-footer {
    width: 75%;
}

.footer__navi li {
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .md-flex {
        display: flex;
    }

    .md-justify-between {
        justify-content: space-between;
    }

    .grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.sp-about {
    display: none;
}

@media screen and (max-width: 1100px) {
    .footer-content {
	min-width: unset;
    }

    .logo-svg-footer {
        width: 60%;
    }

    .sp-none {
        display: none;
    }

    .sp-about {
        display: block;
        padding-bottom: 20px;
        padding-right: 100px;
    }
}
