@charset "Shift_JIS";

/* **************************************************

Name: hcs_common.css

Description: https://www.hitachi-ch.co.jp/ common CSS

Create: 2025.10.20
Update:

Copyright 2014 Hitachi, Ltd.

***************************************************** */

/* ====================*/
/* お問い合わせリンク */
/* ====================*/
.ContactLinkboxAObj {
    text-decoration: none !important;
}

.ContactLinkbox {
    border: 2px solid #cc0000;
    padding: 40px 35px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 20px 0;
}

.ContactLinkboxColumn1 {
    flex: 1;
    box-sizing: border-box;
    padding: 0 20px 0 110px;
    background: url(/images/contact_link_box.png) left center no-repeat;
    background-size: 80px auto;
    min-height: 80px;
    align-content: center;
}

.ContactLinkboxColumn2 {
    width: 250px;
    box-sizing: border-box;
}

.ContactLinkbox .ContactLinkboxTitle {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    padding: 0;
    margin: 0 0 10px;
    background: none;
    word-break: keep-all;
    line-height: 1.4;
}

.ContactLinkboxLead {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
    word-break: keep-all;
    line-height: 1.6;
}

.ContactLinkboxBtn {
    display: block;
    background-color: #cc0000;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 100vmax;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
}

.ContactLinkboxAObj:hover .ContactLinkboxBtn,
.ContactLinkboxAObj:active .ContactLinkboxBtn {
    background-color: #222;
}

.ContactLinkboxBtn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/image/jp/r1/icon/icon_new_window_white_hd.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 994px) {
    .ContactLinkbox {
        display: block;
    }

    .ContactLinkboxColumn1 {
        padding-right: 0;
    }

    .ContactLinkboxColumn2 {
        margin-top: 30px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ContactLinkbox {
        padding: 25px 15px;
    }

    .ContactLinkboxColumn1 {
        background-size: 60px;
        padding-left: 75px;
    }

    .ContactLinkbox .ContactLinkboxTitle {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
}