.customer-desk__w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .5em;
    padding-right: .5em;
}

.customer-desk__tel {
    text-align: center;
    width: 55%;
    display: flex;
    justify-content: center;
}

@media print,
screen and (max-width: 64em) {
    .customer-desk__tel {
        width: 100%;
    }
}

.customer-desk__tel dt {
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .6em;
    padding-top: 0.1em;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.customer-desk__tel dt span {
    font-weight: normal;
    font-size: 16px;
}

.customer-desk__tel dd {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customer-desk__tel dd img {
    width: 64px;
}

@media print,
screen and (max-width: 64em) {
    .customer-desk__tel dd img {
        width: 30px;
    }
}

.customer-desk__tel dd a {
    font-size: 44px;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-left: .2em;
}

.customer-desk__time {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #000;
    margin-top: .5em;
}

.customer-desk__mail {
    width: 386px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.customer-desk__mail a {
    width: 100%;
    position: relative;
}

.customer-desk__mail a:before {
    content: "\f0e0";
    font-weight: normal;
    font-size: 36px;
    font-size: 2.25rem;
    color: #00ACEA;
    position: absolute;
    top: 50%;
    line-height: 0;
    left: .75em;
}



@media print,
screen and (min-width: 64em) {

    .customer-desk__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .customer-desk__tel dd a {
        font-size: 3rem;
    }

    .pc-none {
        display: none;
    }
}
