
/*================

greeting

=================================================*/
.greeting_box {
    background-color: #FFF;
}

.greeting_img img {
    margin-left: 0!important;
    width: 70%;

}
.c44_img {
    float: right;
    margin-right: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}
.c44_img_left {
    float: left;
    margin-left: 0;
    margin-right: 32px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 690px){
.c44_img_left{
    float: none;
    width: 100%;
    margin-right: 0;
}
.c44_img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.greeting_img img {
    margin-left: auto;
    width: 100%;
}
#greeting.dlb_box2-8_area{
    display: flex;
    flex-direction: column;
}
#greeting .greeting_img {
    order: 0;
}
#greeting .greeting_box{
    position: static;
    width: 90%;
    padding: 2em;
    order: 1;
}
#greeting .greeting_box br{
    display: none;
}
#greeting.dlb_box2-8_area .dlb_box2-8_title{
    text-align: left !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
}
/*----------------------------------*/}