.wp-block-group.has-background h2:first-child,
.wp-block-group.has-background h3:first-child,
.wp-block-group.has-background h4:first-child,
.wp-block-group.has-background h5:first-child {
	margin-top: initial;
}
.wp-block-column h2:first-child,
.wp-block-column h3:first-child,
.wp-block-column h4:first-child,
.wp-block-column h5:first-child {
	margin-top: initial;
}
@media (max-width: 768px) {
	.main .grid_spCol1 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.table_left24 th {
	width: 24%;
}
@media (max-width: 768px) {
	.is-layout-flex.colReverse {
		flex-direction: column-reverse;
	}
}
.wp-contents .wp-block-table thead {
	border-bottom: initial;
}
.table_span26 span {
	display: block;
}
@media (min-width: 769px) {
	.table_span26 span {
		min-width: 18rem;
		display: inline-block;
	}
}
.mega-menu__text-icon {
	position: relative;
}
/* .wp-block-button a[target="_blank"]::after{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%23ffffff" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%23ffffff" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%23ffffff" stroke-width="1"/></g></g></svg>');
}
.wp-block-button a[target="_blank"]:hover::after{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%2325263F" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%2325263F" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%2325263F" stroke-width="1"/></g></g></svg>');
} */

/* フードサイエンス事業部 */
.foodscience .products_list {
	background-color: #fff;
	padding: 3rem;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
@media (min-width: 769px) {
	.foodscience .products_list {
		display: flex;
		flex-wrap: wrap;
	}
}
.foodscience .products_list.wp-block-list li {
	padding-left: initial;
}
@media (min-width: 769px) {
	.foodscience .products_list.wp-block-list li {
		flex-basis: calc(100% / 3);
	}
}
.foodscience .products_list.wp-block-list > li::before {
	content: none;
}
.wp-contents .wp-block-group.has-background.group_pdtNone {
  padding-top: 0;
}

/* サイトマップ */
@media (min-width: 769px) {
	.sitemap .products_list {
		display: flex;
		flex-wrap: wrap;
	}
	.sitemap .products_list li {
		flex-basis: 50%;
	}
}

/* ENボタン */
.header__en--sp{
  margin-block: 12px;
}

/* 英語ページ */
.english .sub-mv__title:has(.en) .ja{
font-size: 2.6rem;
}
@media (max-width: 768px){
  .english .sub-mv__title:has(.en) .ja{
font-size: 2.0rem;
}
}
.wp-block-button.is-style-email .wp-block-button__link {
  padding-right: 5.7rem;
  padding-left: 7.7rem;
  
  &::after {
  content: '';
  width: calc(19 / 16 * 1em);
  aspect-ratio: 19 / 19.57;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}}
.wp-block-button.is-style-email .wp-block-button__link{
  &::after {
  mask-image: url('./images/icon_email.svg');
  background-color: #fff;
  width: 30px;
  height: 20px;
  mask-position: center;
  mask-size: cover;
  top: 50%;
  left: 3.0rem;
  translate: 0 -50%;
}
}
@media (hover:hover){
  .wp-block-button.is-style-email .wp-block-button__link:hover::after{
    mask-image: url('./images/icon_email.svg');
    background-color: var(--color-main);
}}

/* SP検索ボックス */
.sp-search {
  margin-bottom: 12px;
}
.sp-search .search-window {
  justify-content: space-between;
}
.sp-search .search-window__input {
  width: 90%;
  -webkit-appearance: searchfield; /* 重要：noneにしない */
  appearance: auto;
  background-color: #fff;
}
.sp-search .search-window__input::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.sp-search .search-window__button svg {
  width: 2rem;
}

/* タグ一覧 */
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.mt_60{
  margin-top: 6rem;
}