#main_heder {
background-image:url(images/hed_hari.png);
background-position: bottom;
background-repeat: no-repeat;
width: 760px;
}
#main_heder h1 {
margin: 10px 10px 10px;
text-align: right;
color: #fff;
line-height: 1em;
font-size: 14px;
}
#main_heder .heder_box {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
#main_heder .heder_subbox01 {
padding-left: 25px;
padding-bottom: 10px;
}

#main_heder .heder_subbox02 {
padding-bottom: 10px;
padding-right: 5px;
}

#main_heder .heder_cont {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
}