@charset "UTF-8";


#ceo-message_page .real-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    #ceo-message_page .real-title {
        font-size: 40px;
        line-height: 56px;
    }
}

#ceo-message_page .first-view {
    width: 100%;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    #ceo-message_page .first-view {
        margin-bottom: 30px;
    }
}

#ceo-message_page .article {
    padding-top: 24px;
    font-family: 'Noto Sans JP';
    font-style: normal;
/*    font-weight: 500;*/
    font-size: 14px;
    line-height: 1.8em;
}

@media screen and (min-width: 768px) {
    #ceo-message_page .article {
        padding-top: 30px;
        font-size: 18px;
        line-height: 31px;
    }
}

#ceo-message_page .sign {
    padding-top: 24px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8em;
    text-align: right;
}

@media screen and (min-width: 768px) {
    #ceo-message_page .sign {
        padding-top: 30px;
        font-size: 18px;
        line-height: 31px;
    }
}

.common-title .title-sub {
    text-transform: initial !important;
}

p.article {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px){
    p.article {
        margin-bottom: 100px;
    }
}