.header-logo{
  align-items: center;
}
#header .header_small_content .bogo-language-switcher{
	float: right;
   padding: 3px 0;
}
#header .header_small_content .bogo-language-switcher li{
	display:inline-block;
}

.bogoflags-us:before {
    content: "";
    background-image:url(https://teal-orange.jp/wp-content/uploads/2024/05/america.png);
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-size: contain;
}
.bogoflags-jp:before {
    content: "";
    background-image:url(https://teal-orange.jp/wp-content/uploads/2024/05/japan.png);
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-size: contain;
}
#header .header_small_menu .header_small_content .bogoflags{
  height:20px;
}

@media screen and (max-width: 959px) {
  #header .header_small_menu .header_small_content{
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
  }
  #header .header_small_menu .header_small_content #description{
    padding-left:0.5em;
  }
}