<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.greeting .main{
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 2em 3em;
}
.greeting .imagebox{
    width: 100%;
    max-width: 200px;
}
.greeting .textbox{
    flex: 1;
    line-height: 2;
}
.greeting .name0{
    height: 1.2em;
}
.greeting .name{
    height: 1.8em;
}
@media (max-width:840px){
    .greeting .main{
        flex-direction: column;
    }
    .greeting .imagebox{
        margin-right: auto;
        margin-left: auto;
    }
}


/*  */
.viewimage{
    width: 100%;
}</pre></body></html>