/* ************************************************************************************************
ファイル名: president.css
概要: 社長メッセージページ
作成日: 2025.09.17
更新日: xxxx.xx.xx
Copyright 2025 Hitachi, Ltd.
************************************************************************************************ */

@charset "utf-8";

/* ============================== */
/* cr-head-title-message */
/* ============================== */

#cr-head-title-txt-message-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
}

#cr-head-title-txt-message {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
/* #cr-head-title-txt-message .title,
#cr-head-title-txt-message .lead,
#cr-head-title-txt-message .name {
    display: block;
    line-height: 160%;
} */
#cr-head-title-txt-message .title,
#cr-head-title-txt-message .lead {
    display: block;
    line-height: 160%;
}
#cr-head-title-txt-message .title {
    font-size: 2.5rem;
    font-weight: bold;
}
#cr-head-title-txt-message .title .small {
    font-size: 0.875rem;
    margin-left: 20px;
    white-space: nowrap;
}
#cr-head-title-txt-message .lead {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 13px;
}

#cr-head-title-txt-message .lead .lead-line {
    display: inline-block;
}

/* #cr-head-title-txt-message .name .small {
    font-size: 0.875rem;
    margin-right: 10px;
    display: inline-block;
    line-height: 160%;
}
#cr-head-title-txt-message .name .medium {
    font-size: 1.5rem;
    display: inline-block;
    line-height: 160%;
} */
@media (max-width: 767px){

    #cr-head-title-txt-message .title {
        font-size: 1.25rem;
    }

    #cr-head-title-txt-message .title .small {
        font-size: 0.75rem;
        margin-left: 8px;
    }

    #cr-head-title-txt-message .lead {
        font-size: 1.1875rem;
    }

    /* #cr-head-title-txt-message .name .small {
        font-size: 0.75rem;
    }

    #cr-head-title-txt-message .name .medium {
        font-size: 1.25rem;
    } */
}
@media (max-width: 419px){
    #cr-head-title-txt-message .title {
        line-height: 100%;
        margin-bottom: 10px;
    }
    /* #cr-head-title-txt-message .name .medium {
        display: inline-block;
    } */
}

/* contentbox */
.contentbox {
    max-width: 965px;
    padding: 100px 24px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}

@media (max-width: 994px){
    .contentbox {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }
    .max-width .contentbox {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}