@charset "utf-8";

:root {
    --indigoblue: #1A237E;
    --dark: #1F2426;
    --muted: #cfd6da;
}


/*---------------------------------------------
footer
===============================================*/
#footer {
    background-color: #DDDDDD;
    margin-top: auto;
}

#footer-contents {
    margin: 60px 0;
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 350px 1fr;
    gap: 30px;
}

#footer-contents a {
    text-decoration: none;
    color: #333333 !important;
    margin: 5px auto;
    display: block;
    text-align: left;
}

#footer-contents a:hover {
    opacity: 0.7;
}

#footer-contents p {
    color: #000000;
}

#footer address p {
    margin-bottom: 0.5rem;
    color: #000000;
}

#copyright {
    background-color: #DDDDDD;
    font-size: 0.9em;
}

#copyright p {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem 0;
    color: #fff;
    background: #333;
}

#copyright p a {
    text-decoration: none;
    color: #fff;
}

.sns-url {
    display: flex;
    justify-content: space-between;
    width: 20%;
}

#footer-contents .sns-url a {
    font-size: 40px;
}

#footer-contents .snsbox {
    width: calc((100% - 10%) / 3);
}

#footer ul {
    display: grid;
    justify-content: space-between;
    /* width: 80%; */
    margin-right: 0;
    padding-left: 0;
    grid-template-columns: repeat(5, 1fr);
}

#footer-img img {
    width: 10%;
}

.footerBox01 {
    /* width: 30%; */
    text-align: left;
}

.footerBox02 {
    /* width: 70%; */
}


.footer-top__name {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #292929;
    font-weight: bold;
}

.footerFontweight {
    font-weight: bold;
}

.footer-top__right .nav-link {
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-top__right .nav-sub-link {
    font-size: 12px;
}

.site-footer__bottom {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 12px;
    color: #333;
}

p.site-footer__copyright {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.site-footer__copyright a {
    color: currentColor;
    font-size: 14px;
}

@media screen and (max-width:991px) {
    .footer-top__right {
        display: none;
    }
}


@media screen and (max-width:767.98px) {
    #footer-contents {
        margin: 30px 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .footerBox01 {
        width: 100%;
        text-align: left;
    }

    .footerBox02 {
        width: 100%;
    }

    #footer ul {
        display: flex;
        margin-top: 20px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
    }

    #footer ul li {
        width: calc((100% - 5%) / 3);
    }

    #footer-img img {
        width: 40%;
    }

}


/*- FooterのreCAPTCHA  ---------*/
.recaptcha-note {
    margin: 0px;
    font-size: 12px;
    text-align: center !important;
    line-height: 1.6;
    /* opacity: .75; */
}

.recaptcha-note a {
    text-decoration: underline;
    color: currentColor;
    font-size: 10px;
}

@media (max-width: 768px) {
    .grecaptcha-badge {
        display: none !important;
    }
}