.gb_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.primary-section .social-share {
	margin-right: 10px;
}
.gb_flex .search {
	margin-left: 10px; 
}


{# ブログタイトル追記 #}
.logo-section {
  display: flex;
  align-items: center; /* ロゴとテキストを垂直方向中央に */
}

.header_logo_tagline {
  margin-left: 12px;
  display: flex;
  align-items: center;  /* 念のためここでも中央に */
  padding-top: 4px;   /* 上に少し余白 */
  padding-bottom: 4px;/* 下にも少し余白 */
}

.header_logo_tagline small {
  font-size: 32px;
  font-weight: 500;
  line-height: 2.0;
  margin: 0;
}