.list li:last-child:after {
    display: block;
}

.list .address {
    padding-left: 0;
    margin-bottom: 25px;
}

.list dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.75;
    color: #595959;
    margin-bottom: 46px;
}

.list dd {
    width: 50%;
}


.list .other_text {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.75;
    color: #595959;
    margin-bottom: 46px;
}

.list .other_text p{
    width: 50%;
}
.list .other_text_sp p{width:100%;}
.list .other_text_sp p:nth-child(3){margin-top: 10px;}

.list{padding-bottom: 0;}
.contact_face{
    height: 10.31vw;
    background: #f0f0f0;
    /*background: url(../../img/en/contact/Contact_02.jpg);*/
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.contact_face .mind{display: flex; justify-content: flex-end; height: 100%; align-items: center;margin-top: 1.5vw;}
.contact_face .font1{font-size: 22px; color: #595959;}
.contact_face .icon{display: flex;margin-left: 10%;}
.contact_face .icon a{margin-left: 28px;}
.contact_face .icon .imgm{width:1.4vw;}
.contact_face .icon .img3{width:1.8vw;}
.contact_face .icon .img4{width:5.25vw;}
.contact_face .icon .imga3{position: relative;}
.contact_face .icon .ewmimg{width:100px; display: none; position: absolute;bottom: 32px;left: -50%;margin-left: -50%; z-index: 99;}
.contact_face .icon .imga3:hover .ewmimg{display: block}
.contact_face .mobilebj{display: none}


@media all and (max-width: 1481px) {
	.list .other_text{font-size:14px;}
	.list .address{font-size:14px;}
}

@media all and (max-width: 1480px) {
    .contact_face{ height: 13.31vw;}
    .contact_face .mind{margin-top: 2.5vw;}
    .contact_face .icon .ewmimg{bottom: 24px;}
    .list .address {
        margin-bottom: 19px;
    }

    .list dl {
        font-size: 14px;
        margin-bottom: 35px;
    }
}

@media all and (max-width: 767px) {
    .list li {
        padding-bottom: 9vw;
    }

    .list li:last-child:after {
        display: none;
    }

    .list li .pic {
        margin-bottom: 6.4vw;
    }

    .list li .box {
        padding: 0;
    }

    .list li .address {
        color: #595959;
    }

    .list dl,.list p {
        font-size: 3.47vw;
        margin-bottom: 0;
    }



    .contact_face{
        height: 52vw;
        position: relative;
    }
    .contact_face .mobilebj{width:100%; display: block}
    .contact_face .mind{position: absolute; left: 0; bottom: 0; display: inline-block; height: auto;padding-left: 7%;}
    .contact_face .font1{font-size: 6.13vw; width:100%; margin-bottom:12vw; }
    .contact_face .icon{margin-left: 0;margin-bottom:14vw;}
    .contact_face .icon .imgm {width: 6.6vw; }
    .contact_face .icon .img4 { width: 26.25vw;}
    .contact_face .icon .img3 {width: 8.3vw;}
    .contact_face .icon a {margin-left: 0; margin-right: 9.5vw; }
}
