body {
    margin: 0;
}
.contact-left {
    width: 222px;
}

.contact-div {
    margin-top: 10px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.contact-div .title {
    border-top: 3px solid #b01f24;
    height: 50px;
    line-height: 50px;
    background: #e9e9e9;
    font-size: 20px;
    color: #000;
    padding-left: 20px;
}
.contact-div .corp-name {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #f4f4f4;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-corp {
    width: 15px;
    height: 17px;
    background: url('../img/icon.png');
    background-position: 0px -69px;
    margin-right: 10px;
}

.contact-div .tel {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #f4f4f4;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-tel {
    width: 15px;
    height: 22px;
    background: url(../img/icon.png);
    background-position: 0px -92px;
    margin-right: 10px;
}

.contact-div .email {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #f4f4f4;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-email {
    width: 14px;
    height: 12px;
    background: url('../img/icon.png');
    background-position: 0px -125px;
    margin-right: 10px;
}