@charset "utf-8";

/*
************************************************************************
* 会社概要company
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
#greeting {

}
#greeting .profile {
    margin-bottom: 3em;
}
#greeting .profile .pict {
    max-width: 350px;
    width: 100%;
    float: left;
}
#greeting .profile .name {
    max-width: 420px;
    width: 100%;
    float: right;
}
#greeting .profile .name .message {
    display: block;
    padding-top: 5em;
}
#greeting .profile .name .post {
    text-align: right;
    color: #009FE8;
    font-size: 2.0em;
    margin-top: 2em;
    font-weight: bold;
}
#greeting .profile .name .post .roll {
    font-size: 0.67em;
    padding-right: 1em;
}
#greeting .text {
    padding: 3em;
    margin: 0 auto;
    line-height: 1.8;
}

#strong .text {
    background-color: #fff;
    border-radius: 2em;
    padding: 3em;
    line-height: 1.8;
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    #greeting .profile {
        margin-bottom: 1em;
    }
    #greeting .profile .pict {
        max-width: 640px;
        width: 100%;
        float: none;
    }
    #greeting .profile .name {
        max-width: 640px;
        float: none;
    }
    #greeting .profile .name .message {
        padding-top: 3em;
    }
    #greeting .profile .name .post {
        margin-top: 0.5em;
    }
    #greeting .text {
        padding: 0;
    }
    #strong .text {
        padding: 0;
        background: none;
    }
}
