@charset "utf-8";
/* CSS Document */

.box.contact {
    
    width:100%;    

}

.box.contact .text {
    
    margin-left: 3.95vw; 
    margin-right: 7.29vw;
    width:38.4%;
    float:left;

}

.box.contact .image {
    
    margin-left: 7.29vw; 
    width:42.4%;
    float:left;

}

.box.contact table td:first-of-type {
    
    width:3.74vw;  

}

.box.contact table img, .box.contact table svg {
    
    width:1.87vw; 
    height:auto;

}

@media only screen and (max-width: 799px) {

    .box.contact .image, .box.contact .text {

        width:100%;
        margin:0;

    }
    
    .box.contact .text {

        margin-top: 19.44vw;
        margin-bottom: 19.44vw;
        margin-left: 14.44vw;
        width:71%;

    }
    
    .box.contact table td:first-of-type {

        width:10vw;  

    }

    .box.contact table img, .box.contact table svg {

        width:5vw; 
        height:auto;

    }
    
}
