/* footer */
.footer{
    padding: 64px 48px;
}

@media screen and (max-width:824px){
    .footer{
        padding: 48px 32px;
    }
}

.footer .footer-flex{
    display: inline-block;
    width: 100%;
}

.footer-top, .footer-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width:824px){
    .footer-top, .footer-bottom{
        display: inline-block;
    }
}

.footer-bottom_right{
    margin-top: 46px;
}

.footer_logo{
    width: 210px;
}
.footer-sns{
    margin: 40px 0 0 0;
}
/* copyrightの外側 */
.footer__copyright{
    display: inline-block;
    margin: 16px 0 0;
}

@media screen and (max-width:824px){
    .footer__copyright{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

/* copyright本体 */

.footer-copyright {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
}

@media screen and (max-width:824px){
    .footer-copyright {
        font-size: 1.0rem;
    }
}

.footer-sns li{
    width: 24px;
}

.footer-bunner-list{
    margin: 64px 0 0;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    width: fit-content;
}

@media screen and (min-width:825px) and (max-width:1200px){
    .footer-bunner-list{
        display: flex;
        flex-flow: column;
        gap: 16px;
    }
}

@media screen and (max-width:824px){
    .footer-bunner-list{
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px;
    }
}

.footer-bunner-list li{
    width: auto;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 16px 24px;
    box-sizing: border-box;
    font-size: 2.0rem;
    font-weight: bold;
}

@media screen and (min-width:825px) and (max-width:1200px){
    .footer-bunner-list li{
        width: 360px;
    }
}

@media screen and (max-width:824px){
    .footer-bunner-list li{
        width: 100%;
    }
}

.footer-bunner-list img{
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 8px;
}

.footer-menu-list li:not(:first-child){
    margin-left: 16px;
}

@media screen and (max-width:824px){
    .footer-menu-list li{
        width: 50%;
    }
    .footer-menu-list li:not(:first-child){
        margin-left: 0;
    }

    .footer-menu-list li:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (min-width:825px) and (max-width:1280px){
    .footer-menu-list{
        display: none;
    }
}

@media screen and (max-width:824px){
    .footer-menu-list{
        margin-top: 32px;
        font-size: 1.6rem;
    }
}

.footer-menu-list img{
    width: 24px;
    margin-left: 8px;
}

.footer-link{
    margin: 64px 0 0 0;
    text-align: left;
    opacity: .8;
}
@media screen and (min-width:825px) and (max-width:1280px){
    .footer-bunner-list>li+li{
        margin: 0;
    }
}

@media screen and (min-width:825px) and (max-width:1200px){
    .footer-link{
        width: 360px;
    }
}

@media screen and (max-width:824px){
    .footer-link{
        margin-top: 32px;
        text-align: center;
        font-size: 1.2rem;
    }
}

.footer-link li{
    border: none;
    margin-right: 0;
}

/* 言語切り替え */
.bogo-language-switcher{
    display: inline-block;
    margin-top: 16px;
}

@media screen and (max-width:824px){
    .bogo-language-switcher{
        text-align: center;
    }
}

.bogo-language-switcher li{
    display: inline-block;
    font-size: 1.6rem;
}

.bogo-language-switcher li:first-child{
    margin-right: 16px;
}

.isms_certified{
    margin-top: 46px;
}

@media screen and (min-width:825px) and (max-width:1200px){
    .isms_certified{
        margin-top: 94px;
    }
}

.isms_certified__logos img{
    width: 140px;
    max-width: 140px;
}

@media screen and (max-width:824px){
    .isms_certified__logos img{
        width: 96px;
    }
}

.isms_certified__logos--pmark{
    padding-bottom: 24px;
}

.isms_certified__text{
    margin-top: 8px;
    font-size: 1.0rem;
    text-align: left;
}

@media screen and (max-width:824px){
    .isms_certified__text{
        text-align: center;   
    }
}

.isms_certified__logos{
    margin: 0;
    justify-content: right;
    align-items: center;
    gap: 36px;
}

@media screen and (max-width:824px){
    .isms_certified__logos{
        justify-content: center;
    }
}

.bogoflags{
    display: none !important;
}
