@media screen and (max-width: 767px) {
    .sidebar-contact-container {
        display: none;
    }
}

/* IPAD、PC端 */
@media screen and (min-width: 768px) {
    .sidebar-contact-container {
        width: 270px;
        border: 1px solid #DDD;
        /*margin-top: 20px;*/
    }

    .sidebar-contact-title {
        /*padding: 15px;*/
        /*font-size: 20px;*/
        /*font-weight: bold;*/
        /*border-bottom: 1px solid #DDD;*/
        /*background-color: #EFEFEF;*/
        font-size: 25px;
        font-weight: bold;
        /*border-bottom: 4px solid #444;*/
        background-color: #0C53AB;
        color: #FFF;
        text-align: center;
        height: 90px;
        line-height: 90px;
    }

    .sidebar-contact-content-container {
        padding: 15px;
        color: #FFF;
        font-size: 16px;
        line-height: 1.6;
        background-image: url("../../images/contact_bg.jpg");
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .sidebar-contact-content-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .sidebar-contact-content-icon {
        width: 36px !important;
        height: 36px !important;
        border: 1px solid #FFF;
        border-radius: 50%;
        font-size: 25px;
        line-height: 36px;
        text-align: center;
    }

    .sidebar-contact-content-info {
        margin-left: 10px;
    }

    .sidebar-contact-content-tel {
        font-size: 20px;
        font-weight: bold;
    }
}