#header_search {
	width: 0;
}
#global_menu {
	/*margin: 80px auto;*/
	margin: 30px auto;
}
#page_header {
	margin-top: 80px;
}
#header_carousel_type2 {
	/*margin-top: 100px;*/
}
#container {
	margin-top: 30px;	
}
#page_image_header {
	height: 30px;
}
.post_content h2 {
border-bottom: solid 1px #ddd
}
.post_content h3 {
border-left: solid 3px #ea777b;
padding-left: 10px;
}

#header_logo .pc_logo_image {
	width: 200px;
	height: auto;
}

@media screen and (max-width: 1251px) {
	#bread_crumb {
			margin-top: 60px;
	}
	#header_top {
		height: 30px;
	}
	#container {
		margin-top: 0;
	}
	#menu_button {
		top: 0;
		bottom: auto;
	}
	#header {
    height: 100px;
	}
	#header_logo {
			margin-left: 0;
			width: 100%;
	}
	#header_logo .mobile_logo_image {
    display: block;
		width: 200px;
    height: auto;
	}
	div#header_logo::after {
			content: " ";
			display: block;
			clear: both;
	}
	#site_description.show_desc_mobile {
			display: inline;
			width: 100%;
			margin: 10px 20px 10px;
			text-align: center;
			padding: 0;
	}	
}

@media screen and (max-width: 782px) {
	#header {
    height: 120px;
	}
  .post_content p {line-height: 1.8;}
}
@media screen and (min-width:1101px) {
	article#article {
			border: 1px solid #ddd;
			padding: 20px;
	}
	#header {
		height: 190px;
	}
}
/* ボタンのスタイル */
.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #6fa24a;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
.post_content a.buttonIconText02, .custom-html-widget a.buttonIconText02 {
    color: #fff;
    text-align: center;
    margin: 10px auto;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

.cardlink p:last-child {
	margin: 10px auto;
}


@media screen and (max-width: 782px) {
	.buttonIconText02 {
		width: auto;
	}	
}
@media screen and (min-width: 783px) {
	.post_content a.buttonIconText02, .custom-html-widget a.buttonIconText02 {
		width: 71%;
	}
}
@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #54802f;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}
/* 固定ページのフッターのSNSシェアボタンを外す→ExUnitで削除可→Facebookだけ消えなかったのでそのまま*/
.page .sharedaddy,
.page .veu_contentAddSection,
.single .sharedaddy,
.single .veu_contentAddSection
{
	display: none;
}

/* 画像の中央寄せが寄らなかったので修正 */
.post_content .aligncenter{
	text-align: center;
}