/* ??????????????? */
.product-contact-promotion{
    margin:0 0 15px 0;

    font-size:21px;
    font-weight:700;
    line-height:1.2;

    color:#112b8f;
}

.product-contact-promotion a{
    color:#112b8f;
    text-decoration:underline;
    font-weight:700;
}

.product-contact-promotion a:hover{
    color:#d62b1f;
}

/* ???????????? */
.product-contact-heading{
    display:inline-block;

    margin-bottom:18px;
    padding:4px 10px;

    background:#fff000;

    color:#ef4b1d;

    font-size:21px;
    font-weight:700;

    border-radius:3px;
}
.product-contact-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 1.25;
}

.product-contact-phone,
.product-contact-line,
.product-contact-email {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.product-contact-phone {
    width: 250px;
}

.product-contact-line {
    width: 190px;
}

.product-contact-email {
    flex: 1;
    min-width: 0;
}

.product-contact-icon {
    display: inline-block;
    flex: 0 0 auto;
    object-fit: contain;
    margin-right: 7px;
    vertical-align: middle;
}

.icon-phone {
    width: 28px;
    height: 28px;
}

.icon-line {
    width: 25px;
    height: 25px;
}

.icon-email {
    width: 31px;
    height: 24px;
}
@media screen and (max-width: 900px) {
    .product-contact-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }

    .product-contact-phone,
    .product-contact-line,
    .product-contact-email {
        width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        margin-bottom: 4px;
    }
}