.section-marketplace{
    padding:55px 0 55px 20px;
    background:#fff
}

.section-flag{
    padding:55px 0 55px 20px;
    background-color:#9cf
}

.section-marketplace .contents{
    margin-left:17%
}

.section-flag .contents{
    margin-left:10%;
    padding-bottom:1em
}

.section-footer-layer{
    padding-top:0;
    padding-bottom:0!important;
    margin-top:-3.3em
}

html[lang=ja] .section-flag .contents{
    padding-top:.35em
}


.section-footer-layer .form-area2{
    margin-top:-3em
}

.section-footer-layer .area-word-contact{
    width: 20%;
    margin-top: -2em;
    margin-right: 12em;
}

.section-footer-layer .img-footer{
    margin-bottom:.5em;
    border-radius:15px;
    border: 5px solid #fff;
    background-color: #fff;
}

.section-footer-layer .addresses{
    margin-top:1em;
    width: 40%;
}

@media (max-width:768px){
    
    .address-bottom{
        display:inline-flex;
        margin-left:-3em
    }
    
    .area-footer-layer2{
        display:inline-flex
    }

    .section-marketplace .contents{
        margin-left:0;
        text-align:center
    }
    
    .section-flag .contents{
        margin-left:4%;
        text-align:center
    }
    
    .section-flag{
        margin-right:1em!important;
        padding-top:4.6em
    }
}

@media (max-width:567px){
    
    .section-marketplace .contents{
        margin-left:0
    }
    
    .section-flag .contents{
        margin-left:4%
    }
    
    .address-bottom{
        display:block;
        margin-left:0
    }
}


.footer-copyright{
    text-align: center;
    padding: 20px 0;
    background: #313131;
    color: white;
}

.footer-text-address{
    font-family: system-ui;
    color: #000;
    font-size: smaller;
}

.area-footer-layer{
    display: flex;
    flex-direction: row;
} 

@media (max-width:768px){
    .footer-copyright{
        padding: 0;
        font-size: 10px;
    }

    .footer-text-address h3{
        font-size: 14px;
        padding-bottom: 0;
    }

    .section-footer-layer .area-word-contact{
        display: none;
    }

    .section-footer-layer .img-footer{
        margin-bottom:.5em;
        border-radius:15px;
        border: 5px solid #fff;
        background-color: #fff;
    }

    .section-footer-layer .addresses{
        width: 100%;
    }

    .footer-text-address{
        font-size: 10px;
    }

    .footer-content-center{
        padding: 0 !important;
    }

    .content-col-footer{
        padding: 15px 15px !important;
    }

    
    .area-footer-layer{
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
    }

    .list-menu-footer{
        margin: 0px !important;
    }

    .join-our-newsletter{
        display: none;
    }
}