﻿.Contact1 .AddressBox .Item {
    width: 100%;
    height: 0;
    padding-bottom: calc(50% * 0.7);
    position: relative;
}
.Contact1 .AddressBox .Item > div {
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    position: absolute;
}
.Contact1 .AddressBox .Item > div.BG {
    width: 100%;
    padding: 0;
    opacity: 0.3;
}
.Contact1 .AddressBox .Item > div.BG img {
    width: 100%;
}
.Contact1 .AddressBox .Item.Choose > div.BG {
    opacity: 1;
}
.Contact1 .AddressBox .Item.Choose div.NumBox {
    background-color: rgba(0, 0, 0, 0.50);
}
.Contact1 .AddressBox .Item p.NumBox {
    font-size: 100px;
    line-height: 0.6
}
.Contact1 .AddressBox .Item > div.MesBox {
    height: auto;
    bottom: 20px;
    color: #808080;
}
.Contact1 .AddressBox .Item.Choose > div.MesBox {
    color: #ffffff;
}
.Contact1 .AddressBox .Item div.IcoBox img:nth-child(1) {
    display: block;
}
.Contact1 .AddressBox .Item.Choose div.IcoBox img:nth-child(1) {
    display: none;
}
.Contact1 .AddressBox .Item div.IcoBox img:nth-child(2) {
    display: none;
}
.Contact1 .AddressBox .Item.Choose div.IcoBox img:nth-child(2) {
    display: block;
}
.Contact1 .AddressBox #AddressBox_Img > div {
    display: none;
}
.Contact1 .AddressBox #AddressBox_Img > div.Choose {
    display: block;
}



.Contact3 {
    padding: 50px 0;
    background-color: #e6e6e6;
}
.Contact3 .Flex {
    flex-wrap: nowrap;
}
.Contact3 .Flex .ImgBox {
    width: 360px;
    min-width: 360px;
    padding-left: 10px;
}

















.Brand1 {
    margin-top: -100px;
}
.Brand1 small {
    font-size: 0.5em;
}
.Brand1 h1, 
.Brand1 p {
    white-space: nowrap;
}
.Brand1 .Content {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
}
.Brand1 .Item {
    width: 25%;
    height: 140px;
    margin: 40px auto;
    position: relative;
}
.Brand1 .Item::after {
    content: " ";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #c0bdbb;
}
.Brand1 .Item:nth-child(4n + 4):after {
    content: none;
}
.Brand1 .Item p > span,
.Brand1 .Item p > img {
    vertical-align: middle;
}




.Brand3 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}






@media screen and (max-width: 1200px) {
    .Brand1 {
        margin-top: 0;
    }


}
@media screen and (max-width: 1000px) {
    .Brand1 .Item {
        width: 50%;
    }
    .Brand1 .Item:nth-child(4n + 4):after {
        content: " ";
    }
    .Brand1 .Item:nth-child(2n + 2):after {
        content: none;
    }

}
@media screen and (max-width: 800px) {
    .Contact1 .AddressBox .Item {
        padding-bottom: calc(100% * 0.7);
    }




}
@media screen and (max-width: 600px) {




}