/*
Theme Name: Blocksy Child
Template: blocksy
*/

/*===============================
 その他の補正
===============================*/
body {
    background: #fff !important;
}
@media (max-width: 1260px) {
    .single-post .entry-content.is-layout-constrained {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container, .site-content, .content-area {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
*/
.mobile-menu[data-submenu-dots=yes] [class*=children]>ul li a:not(:empty):before {
    inset-inline-start: -17px !important;
}
/* 固定ページのh1の大きさ */
h1.fixtitle {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
h1.fixtitle {
    font-size: 24px;
  }
}
body .postid-2519 h2.fixtitle {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1em !important;
}

@media screen and (max-width: 768px) {
h2.fixtitle {
    font-size: 24px;
  }
}
/* 固定ページでは非表示 */
.page h1.page-title {
  display: none;
}

/* 投稿ページでは表示 */
.single-post h1.page-title {
    display: block !important;
}

/*疑似要素でリストの前にマーカー */
.list_wrap {
    list-style: none;  /* デフォルトのアイコンを消す */
    margin-left: 1.5em !important;
    padding: 0;         /* デフォルト指定上書き */
}
.list_or:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #ee7b1b;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 8px;          /* 余白指定 */
}
/*===============================
 トップページ
===============================*/
@media (max-width: 555px) {

  /* スライダー全体 */
  .vk_slider,
  .vk_slider .swiper,
  .vk_slider .swiper-wrapper,
  .vk_slider .swiper-slide,
  .vk_slider .vk_slider_item,
  .vk_slider .vk_slider_item_container {
    height: 440px !important;
    min-height: 440px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* 画像エリア */
    .vk_slider .wp-block-cover {
    height: 440px !important;
    min-height: 440px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important; /* 上寄せしすぎない */
  }


  /* カバー内部 */
  .vk_slider .wp-block-cover__inner-container,
  .vk_slider .wp-block-group {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    padding: 40px 20px 50px !important;
    margin: 0 !important;
  }

  /* Spacerを消す */
  .vk_slider .vk_spacer {
    display: none !important;
  }

  /* 見出し */
  .vk_slider h2.wp-block-heading {
    margin: 0 0 16px !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  /* メインコピー */
  .vk_slider p {
    margin: 0 !important;
    font-size: 2.2rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  /* ナビ・ドット位置 */
  .vk_slider .swiper-pagination {
    bottom: 14px !important;
  }

  .vk_slider .swiper-button-prev,
  .vk_slider .swiper-button-next {
    bottom: 12px !important;
  }
  .fv {
    height: 60vh;
  }
}

/*FV動画の上のフォントの影 */
.fvtext {
    text-shadow: 0 0 2px #808080 !important;
}

/*獣医師の皆様への提供サービスリストの前にマーカー */
.list_wrapB {
    list-style: none;  /* デフォルトのアイコンを消す */
    margin-left: 1.5em !important;
    padding: 0;         /* デフォルト指定上書き */
}
.list_orB:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #ee7b1b;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 8px;          /* 余白指定 */
}

@media screen and (max-width: 781px) {
ul.list_wrapB {
    margin-left: 0.5em !important;
}
}
/*リストの中の強調文 */
.emphasis-txt {
    background: linear-gradient(transparent 60%, rgba(255, 230, 153, 0.7) 0);
    color: #f23a26;
	font-weight:bold;
}

/* サイトタイトルの非表示（SEO的に残す） */
.page-id-85 .breadcrumb-wrapper {
	display:none;
}	
.site-title,
.site-description {
  display: none !important;
}
/* SNSシェアボタン機能非表示 */
.veu_socialSet {
  display: none !important;
}
/* パンくずリスト */
nav.breadcrumb {
  max-width: 1140px;
  margin: 0.5em auto;
}
@media screen and (max-width: 1156px) {
.breadcrumb-wrapper {
    margin: 0 24px !important;
	font-size: 0.9em;
}
}
nav.breadcrumb a {
    color: #ee7b1b;
}

/* ナンバーリストの修正*/
ul.is-style-vk-numbered-circle-mark li:before, ol.is-style-vk-numbered-circle-mark li:before {
    margin: 2px 0 0 -30px !important;
    background: #ee7b1b !important;
    font-size: calc(1rem * 0.9) !important;
    line-height: calc(1rem * 1.4) !important;
    width: 22px !important;
    height: 22px !important;
}

/* 無料サンプルの申し込みボタン　大きいサイズ*/
.button-wrapper {
    text-align: center;
    padding: 64px 0 10px;
}
@media screen and (max-width: 781px) {
	.button-wrapper {
    padding: 46px 0 10px;
}
}

.custom-button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}
.label {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #4c1804;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 17px;
    border: 5px solid #4c1804;
    border-radius: 40px;
    z-index: 1;
    white-space: nowrap;
    line-height: 1.3;
}
.label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}

/* ホバー時 */
.main-button {
    display: inline-block;
    background-color: #4c1804;
    color: #fff;
    padding: 13px 62px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    min-width: 280px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.main-button:hover {
    background-color: #5e2005;
    color: #ee7b1b;
    transform: translateY(-2px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.main-button:active {
  background-color: #3a1203;
  color: #ee7b1b;
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* スマホ時 */
@media screen and (max-width: 440px) {
  .main-button {
    padding: 12px 8px;
	font-size: 17px;
    }
.label {
    top: -56px;
	font-size: 16px;
}
}
/* スマホホバー時 */
@media screen and (max-width: 440px) {
  .main-button {
    padding: 12px 8px;
    font-size: 17px;
    transition: all 0.3s ease;
  }

  .main-button:hover {
    color: #ee7b1b;
  }

  .label {
    top: -55px;
    font-size: 16px;
  }
}
/* オレンジボタンバージョン */
.labelB {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #ee7b1b;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 20px;
    border: 5px solid #ee7b1b;
    border-radius: 20px;
    z-index: 1;
    white-space: nowrap;
    line-height: 1.5;
}
.labelB::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
.main-buttonB {
    display: inline-block;
    background-color: #ee7b1b;
    color: #fff;
    padding: 13px 62px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    min-width: 340px;
    box-sizing: border-box;
}
.button-wrapperB {
    text-align: center;
    padding: 8px 0 10px;
}
/* オレンジボタンバージョンホバー */
.main-buttonB:hover {
    background-color: #ff9933;  /* 少し明るいオレンジに変化 */
    color: #4c1804;             /* ホバー時：茶色文字で対比 */
    transform: translateY(-2px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.main-buttonB:active {
    background-color: #d96d12;  /* 押下時：濃いオレンジで深みを出す */
    color: #4c1804;
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* スマホ時 */
@media screen and (max-width: 905px) {
.main-buttonB {
    min-width: 280px;
}
}
@media screen and (max-width: 440px) {
  .main-buttonB {
    padding: 12px 8px;
	font-size: 17px;
    }
.labelB {
    top: -33px;
	font-size: 16px;
}
}

/* オレンジボタン小さいバージョン */
/* ボタン配置用 */
.button-wrapper.smallbt {
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

/* ラベル付きボタン（小サイズ・オレンジ） */
.custom-button.orange.small {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}

/* ラベル（吹き出し） */
.custom-button.orange.small .label {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #ee7b1b;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 16px;
  border: 3px solid #ee7b1b;
  border-radius: 20px;
  z-index: 1;
  white-space: nowrap;
}

.custom-button.orange.small .label::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}

/* ボタン本体 */
.main-button.orange.small {
  display: inline-block;
  background-color: #ee7b1b;
  color: #fff;
  padding: 9px 44px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px !important;
  text-decoration: none;
  min-width: 300px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* ホバー時 */
.main-button.orange.small:hover {
  background-color: #ff9933;
  color: #4c1804;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* アクティブ時 */
.main-button.orange.small:active {
  background-color: #d96d12;
  color: #4c1804;
  transform: translateY(1px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* 茶色ボタン小さいバージョン */
/* ラベル付きボタン（小サイズ・茶色） */
.custom-button.brown.small {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}

/* ラベル（吹き出し） */
.custom-button.brown.small .label {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #4c1804;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 16px;
  border: 3px solid #4c1804;
  border-radius: 20px;
  z-index: 1;
  white-space: nowrap;
}

.custom-button.brown.small .label::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}

/* ボタン本体 */
.main-button.brown.small {
  display: inline-block;
  background-color: #4c1804;
  color: #fff;
  padding: 9px 44px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px !important;
  text-decoration: none;
  min-width: 300px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* ホバー時 */
.main-button.brown.small:hover {
  background-color: #5e2005;  /* 少し明るい茶色に */
  color: #ee7b1b;             /* ホバー時：オレンジ文字 */
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* アクティブ時 */
.main-button.brown.small:active {
  background-color: #3a1203;  /* 押下時：濃い茶色 */
  color: #ee7b1b;
  transform: translateY(1px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
/* ピンクベージュボタン小さいバージョン */
/* ラベル付きボタン（小サイズ・ピンクベージュ） */
/* ボタン配置用（共通） */
.button-wrapper.smallbt.beige2 {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}

/* ラベル付きボタン（小サイズ・ピンクベージュ） */
/* 小サイズのラベル付きベージュボタン */
.custom-button.beige.small {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}

/* ラベル（ベージュのまま） */
.custom-button.beige.small .label {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #3a1203;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 16px;
  border: 3px solid #edc6a6;
  border-radius: 20px;
  z-index: 1;
  white-space: nowrap;
}

.custom-button.beige.small .label::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff; /* 白背景に合わせた三角 */
}

/* ボタン本体 */
.main-button.beige.small {
  display: inline-block;
  background-color: #edc6a6;
  color: #4c1804; /* 通常時は茶色文字 */
  padding: 9px 44px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px !important;
  text-decoration: none;
  min-width: 300px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* ホバー時 */
.main-button.beige.small:hover {
  background-color: #dbb18b; /* 少し濃く */
  color: #fff;               /* 白文字に反転 */
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* アクティブ時 */
.main-button.beige.small:active {
  background-color: #caa37b; /* さらに濃く */
  color: #fff;
  transform: translateY(1px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
/* ベージュボタン大きめ版 */
.custom-button.beige.large {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}
/* ラベル（小サイズと同じまま） */
.custom-button.beige.large .label {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #4c1804;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 22px;
  border: 3px solid #edc6a6;
  border-radius: 20px;
  z-index: 1;
  white-space: nowrap;
}

.custom-button.beige.large .label::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}

/* ボタン本体（大きめ） */
.main-button.beige.large {
  display: inline-block;
  background-color: #edc6a6;
  color: #4c1804;
  padding: 13px 60px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 21px !important;
  text-decoration: none;
  min-width: 340px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ホバー時 */
.main-button.beige.large:hover {
  background-color: #dbb18b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* アクティブ時 */
.main-button.beige.large:active {
  background-color: #caa37b;
  color: #fff;
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* スマホ時の大きさ */
@media screen and (max-width: 440px) {
    .main-button.beige.large {
        padding: 12px 8px;
        font-size: 17px !important;
        min-width: 280px;
    }
}

/* トップページ飼い主の方へ「お取り寄せ依頼書」*/
.main-button.beige.request {
  display: inline-block;
  background-color: #edc6a6;
  color: #4c1804; /* 通常時は茶色で視認性UP */
  padding: 9px 14px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  min-width: 260px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* ホバー時：背景少し濃く＋白文字 */
.main-button.beige.request:hover {
  background-color: #dbb18b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* アクティブ時：さらに濃く＋白文字 */
.main-button.beige.request:active {
  background-color: #caa37b;
  color: #fff;
  transform: translateY(1px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* トップページお取り扱い病院検索*/
/* 製品紹介 */
.main-button.orange.search {
  display: inline-block;
  background-color: #ee7b1b;
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  min-width: 260px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* ホバー */
.main-button.orange.search:hover {
  background-color: #ff9933 !important;
  color: #4c1804 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* アクティブ */
.main-button.orange.search:active {
  background-color: #d96d12;
  color: #4c1804;
  transform: translateY(1px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* 親メニュー（上段メニュー）の高さ調整 */
 [data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
	color: #fff !important;
    padding-bottom: 0;
    height: 45%;
	padding: 10px;
}

.ct-toggle-dropdown-desktop .ct-icon path {
    fill: #fff !important;
}

/* ドロップダウンメニューの背景色を #ee7b1b（透明度85%）に */
[data-header*="type-1"] .ct-header .sub-menu {
    background-color: rgba(238, 123, 27, 0.85) !important; /* #ee7b1b */
    backdrop-filter: blur(2px); /* オプション：背景ぼかし */
    border-radius: 4px;
}

/* ドロップダウン内のリンク（通常状態） */
[data-header*="type-1"] .ct-header .sub-menu a.ct-menu-link {
    color: #fff !important;
    font-weight: bold !important;
    display: block;
}

/* リンクのホバー・アクティブ・フォーカス時 */
[data-header*="type-1"] .ct-header .sub-menu a.ct-menu-link:hover,
[data-header*="type-1"] .ct-header .sub-menu a.ct-menu-link:focus,
[data-header*="type-1"] .ct-header .sub-menu a.ct-menu-link:active {
    color: #441e0d !important;
    background-color: rgba(255, 255, 255, 0.2); /* 薄い白の背景に変化 */
}
[data-header*="type-1"] .ct-header .menu > li:hover > a.ct-menu-link {
    background-color: #441e0d !important;
    color: #fff !important; /* 文字色白 */
    font-weight: bold;
	border-radius: 4px;
}
/* ロゴを上に寄せる */
.site-branding {
  align-self: flex-start !important;
}
/* 現在のページのメニュー項目に背景色 #441e0d を適用する*/
[data-header*="type-1"] .ct-header .menu > li.current-menu-item > a.ct-menu-link,
[data-header*="type-1"] .ct-header .menu > li.current_page_item > a.ct-menu-link {
    background-color: #441e0d !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
	border-radius: 4px;
}
/* スマホ時ハンバーガーメニューの線の色*/
.ct-container svg.ct-icon,
.ct-panel-actions svg.ct-icon,
svg.ct-icon.toggle-icon-1 {
    fill: #ee7b1b !important;
}
@media screen and (max-width: 781px) {
    body.home .t-fvim {
    height: auto !important;
    min-height: 280px !important;
    }
		.page-id-85 .wp-block-group h3:first-child {
    margin-top: 30%;
}
    .page-id-85 .ct-container-full {
    padding-bottom: 0;
}
}

/* FVボタン配置：PC左寄せ／SP中央寄せ */
.fv-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .fv-buttons {
    align-items: center !important;
    position: relative;
    top: 40px;
}
  .fv-buttons a.wp-block-button__link {
    width: 260px;
    height: 40px;
    display: inline-block !important;
    text-align: center;
  }
  .uptextsp {
	position: relative;
    top: -42px;
}
}
.btn-wide,
.btn-wideB {
  width: 260px !important;
  max-width: 100%;
}
.btn-wideB {
  color: #fff;
  font-weight: bold !important;
  border-radius: 20px !important;
  background-color: #ff7c00 !important;
  align-items: center;
  gap: 8px;
}

/* トップページ全幅FVの余白・背景調整 */
/*.page-id-85 .ct-container-full {
  padding: 0 !important;
  margin: 0 !important;
}

.page-id-85 .wp-block-cover {
    z-index: 100;
    top: -90px !important;
}
*/

/* サプリメントブロック 横並びカード*/
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* ←space-betweenだと下が浮く場合がある */
  height: 100%;
  text-align:left;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* ←影 */
  flex: 1 1 calc(33.333% - 24px); /* 3列にする */
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_body {
    border-radius: 8px 8px 8px 8px !important;
}
.vk_borderBox .vk_borderBox_body {
    padding: 1.2em !important;
}
/* ③ 高さを揃える（Flexベースの親ブロックに必要） */
.product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* ←高さを揃える */
  gap: 24px;
}
/* 中の線を消す */
.vk_borderBox_body {
    border: none !important;
    box-shadow: none !important;
}
/* ただし「with-border」が付いているボックスは例外として線を出す */
.vk_borderBox.with-border .vk_borderBox_body {
    border: 2px solid #ccc !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px;
    padding: 20px;
}
.vk_borderBox.with-borderB .vk_borderBox_body {
    border: 2px solid #ee7b1b !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px;
    padding: 20px;
}

/* サプリメントブロック 見出し非表示 */
.vk_borderBox_title_container {
    display: none !important;
}
/*犬猫カード */
.product-card.no-frame {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #fafbfc !important;
}

@media screen and (max-width: 781px) {
	.product-card.no-frame {
	display:none !important
}
}

.bg-card .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* ← 下に寄せる */
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
/* 無料サンプルの申し込みボタン */
/* 共通設定 */
.sample-box {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

/* スマホ用（幅100%） */
@media screen and (max-width: 781px) {
  .sample-box {
    max-width: 100%;
  }
}  

/* ご愛用者様の声セクション２、３スマホ非表示 */
@media screen and (max-width: 781px) {
.voice2,.voice3 {
    display: none;
}
}
/* あにまるナビPC,SP */
/* デフォルト（PC表示）ではSP用を非表示、PC用を表示 */
/* PC表示時 */
body figure.aninavisp {
  display: none !important;
}
body figure.aninavipc {
  display: block !important;
}

/* SP表示時 */
@media screen and (max-width: 781px) {
  body figure.aninavisp {
    display: block !important;
  }
  body figure.aninavipc {
    display: none !important;
  }
}

/* 商品画像横並び */
.wp-block-columns .wp-block-column.left-column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.left-column-50 {
   display:block;
   flex: 0 0 100% !important;
   max-width: 100% !important;
  }
}
/*===============================
 個別ページ
===============================*/
/* fv画像 */
.fv-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding:0;
  background: #fff8ed !important;
}

.fv-inner_b {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding:0;
  background: #eaeff5 !important;
}

.fvtextblock {
  background: #fff8ed !important;
 width: 60% !important;
}

.fvtextblock_b {
  background: #eaeff5 !important;
 width: 60% !important;
}

/* レスポンシブルなテーブルタグ */
table.b_table {
width: 100%;
}	
table{
border-collapse: collapse;
width: 100%;
}
.tb01 th,
.tb01 td{
padding: 10px;
border: solid 1px #ccc;
text-align:center;
box-sizing:border-box;
}
.tb01 th {
background: #ee7b1b;
color: #fff;
}
.text_al {
text-align: left !important;
width: 50%;
}
@media screen and (max-width: 640px) {
.tb01 .head{
display:none;
}
.tb01 {
width: 100%;
}
table.tb01 td {
display: block;
width: 100%;
border-bottom:none;
}
table.tb01 td:first-child{
background: #ee7b1b;
color:#fff;
font-weight:bold;
}
table.tb01 td:before{
content: attr(data-label);
font-size: .7rem;
font-weight:bold;
color: #999;
display: block;
}
.tb01 tr:last-child{
border-bottom: solid 1px #ccc;
}
}
@media screen and (max-width: 781px) {
  .reverse-mobile {
    flex-direction: column-reverse !important;
  }
  .center-mobile {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}

/* 個別ページ　ファーストビュー：背景付きグループの余白を消す */
.fv-glow-text,
.fv-glow-text_l {
  color: #ff8a00;

  text-shadow:
    0 0 6px rgba(255,255,255,1),     /* 中心を強く */
    0 0 16px rgba(255,255,255,1),
    0 0 32px rgba(255,255,255,0.95),
    0 0 60px rgba(255,255,255,0.85),
    0 0 90px rgba(255,255,255,0.75);

  font-size: 1.3em !important;
}
.fv-glow-text,
.fv-glow-text_l {
  position: relative;
  color: #ff8a00;
}

.fv-glow-text::before,
.fv-glow-text_l::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  filter: blur(14px);
  opacity: 0.9;
  z-index: -1;
}

 @media (max-width: 767px) {
    .page-id-2960 .wp-block-cover,
    .page-id-85 .wp-block-cover {
        min-height: 350px !important;
    }
 .page-id-2469 .wp-block-cover {
    min-height: 280px !important;
  }
  .fv-glow-text {
  font-size: 1.6em;
}
}
/* SP */
@media (max-width: 767px) {
  .page-id-2960 .vk_inline-font-size,
  .page-id-2469 .vk_inline-font-size {
    font-size: 1.1em !important;
  }
	.fv-glow-text_l {
    font-size: 1.7em !important;
  }
}
.page-id-2960 .wp-block-group.alignfull,
.page-id-2469 .wp-block-group.alignfull {
  margin-bottom: 0 !important;
}
/* お取り扱い動物病院検索 */
.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-image {
  display: inline-block;
  width: 451px; /* 画像サイズに合わせて調整 */
  height: 59px;  /* 実寸に合わせて調整 */
  background-image: url('https://white-lithium5021.znlc.jp/animal/wp-content/uploads/2025/05/hospitals-a.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto !important; /* ←横中央寄せ */
  text-indent: -9999px; /* テキストを非表示にして画像のみ表示 */
  border: none;
  cursor: pointer;
  transition: background-image 0.3s ease;
}
.btn-image:hover {
  background-image: url('https://white-lithium5021.znlc.jp/animal/wp-content/uploads/2025/05/hospitals-down.png');
}
.center-wrapperB {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-imageB {
  display: inline-block;
  width: 451px !important; /* 画像サイズに合わせて調整 */
  height: 118px !important; /* 実寸に合わせて調整 */
  background-image: url('https://white-lithium5021.znlc.jp/animal/wp-content/uploads/2025/05/order-c1-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto !important; /* ←横中央寄せ */
  text-indent: -9999px; /* テキストを非表示にして画像のみ表示 */
  border: none;
  cursor: pointer;
  transition: background-image 0.3s ease;
}

a.btn-imageB {
    display: inline-block;
    width: 451px !important;
    height: 118px !important;
    background-image: url(https://white-lithium5021.znlc.jp/animal/wp-content/uploads/2025/05/order-c1-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto !important; /* ←横中央寄せ */
    text-indent: -9999px; /* テキストを非表示にして画像のみ表示 */
    border: none;
    cursor: pointer;
    transition: background-image 0.3s ease;
  }
a.btn-imageB:hover {
  background-image: url('https://white-lithium5021.znlc.jp/animal/wp-content/uploads/2025/05/order-dB.png');
}

/* 購入ボタンの上の余白 */
p.mbsp {
    margin-bottom: 129px;
}
@media screen and (max-width: 781px) {
    p.mbsp {
        margin-bottom: 45px;
    }
}
p.spltprca {
    margin-bottom: 91px;
}
@media screen and (max-width: 781px) {
p.spltprca {
    margin-bottom: 30px;
}
}
p.mbsplar {
    margin-bottom: 146px;
}
@media screen and (max-width: 781px) {
p.mbsplar {
    margin-bottom: 30px;
}
}
p.mbimm {
    margin-bottom: 100px;
}
@media screen and (max-width: 781px) {
p.mbimm {
    margin-bottom: 35px;
}
}
p.mbimmca {
    margin-bottom: 287px;
}
@media screen and (max-width: 781px) {
p.mbimmca {
    margin-bottom: 45px;
}
}
p.flexpr {
    margin-bottom: 120px;
}
@media screen and (max-width: 781px) {
p.flexpr {
    margin-bottom: 45px;
}
}

p.flexprca {
    margin-bottom: 277px;
}
@media screen and (max-width: 781px) {
p.flexprca {
    margin-bottom: 50px;
}
}
p.felicarecr {
    margin-bottom: 190px;
}
@media screen and (max-width: 781px) {
p.felicarecr {
    margin-bottom: 45px;
}
}
p.welhimeneki {
    margin-bottom: 248px;
}
@media screen and (max-width: 781px) {
p.welhimeneki {
    margin-bottom: 45px;
}
}
p.welhifu {
    margin-bottom: 270px;
}
@media screen and (max-width: 781px) {
p.welhifu {
    margin-bottom: 45px;
}
}
p.weldcrtkatuo {
    margin-bottom: 190px;
}
@media screen and (max-width: 781px) {
p.weldcrtkatuo {
    margin-bottom: 45px;
}
}
p.weldcrt {
    margin-bottom: 360px;
}
@media screen and (max-width: 781px) {
p.weldcrt {
    margin-bottom: 45px;
}
}
p.welld {
    margin-bottom: 170px;
}
@media screen and (max-width: 781px) {
p.welld {
    margin-bottom: 45px;
}
}
p.welldcr {
    margin-bottom: 320px;
}
@media screen and (max-width: 781px) {
p.welldcr {
    margin-bottom: 45px;
}
}
p.immnop {
    margin-bottom: 117px;
}
@media screen and (max-width: 781px) {
p.immnop {
    margin-bottom: 45px;
}
}

/*===============================
 ご愛用者の声
===============================*/
.orange-box {
  display: inline-block;
  font-weight:bold;
  color: #fff !important;
  background-color: #ee7b1b;
  margin: 0 auto 50px;
  line-height: 1;
  padding: 3px 15px 10px 15px !important;
}

/*===============================
 飼い主様からのお手紙
===============================*/
.box {
	box-shadow: 2px 2px 4px -2px gray inset;
}

/*===============================
 フッター
===============================*/
/* フッター全体の背景色と文字色 */
footer#footer {
    background-color: #182e3b;
    /* color: #fff !important; */
}
footer#footer p,
footer#footer a{
    color: #fff;
}
footer#colophon,
footer#colophon .widget {
  background-color: #00333A;
  color: #ffffff;
}
footer#footer ul.sub-menu,
footer#colophon ul.sub-menu {
  background-color: #182e3b !important;
  border-radius: 0 !important;
}

/* フッター内のロゴの大きさ*/
footer#footer .wp-block-image img {
    max-width: 50%;
}
/* ロゴと住所の間隔*/
.ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 18px) !important;
}
/* 二段目上間隔*/
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 36px !important;
}
/* フッターの問い合わせボタン */
.contactftbx {
  display: flex;
  gap: 14px !important;
  justify-content: center;
  flex-wrap: wrap; /* スマホで折り返す */
  margin-top: 1em;
}
.contactftbx a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ee7b1b;
  color: #fff;
  text-decoration: none;
  padding: 0.7em 1.2em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  min-width: 160px;
}
.contactftbx a i {
  margin-right: 0.5em;
  font-size: 1em;
}
.contactftbx a:hover {
  background-color: #d96c15;
}

/* フッター内のリンク */
footer#colophon a {
  color: #ffffff;
  text-decoration: none;
}
footer#colophon a:hover {
  color: #ee7b1b;
}
/* スマホ時の問い合わせボタン上の間隔 */
@media screen and (max-width: 781px) {
.ct-footer [data-row]>div {
    grid-row-gap: var(--columns-gap, 5px) !important;
}
}
/* スマホ時のみボタン上下 */
@media screen and (max-width: 781px) {
  .contactftbx {
    flex-direction: column !important;
    gap: 12px !important; /* ボタン同士の隙間 */
  }

  .contactftbx > div {
    width: 100%;
  }

  .contactftbx a {
    display: block;
    text-align: center;
  }
}
/* コピーライト中央寄せ */
footer#footer .ct-footer-copyright {
  text-align: center;
}
/* ロゴ上の間を消す*/
[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --container-spacing: 0!important;
}
/* サプレットPROタイトル非表示 */
@media screen and (max-width: 781px) {
.page-id-118 h1.wp-block-heading {
    font-size: 1.7em;
}
.last-block	{
    display: none;
}
}
/* プライバシーポリシータイトル非表示 */
@media screen and (max-width: 781px) {
.page-id-3 h1.wp-block-heading {
    font-size: 1.7em;
}
.last-block	{
    display: none;
}
}
/* 親：2つのボックスを囲うカラムブロック */
.example3{
    display: flex;
    align-items: stretch;
}
.example3>div{
display: flex;
align-items: stretch;
border: 2px solid #ccc !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) !important;
border-radius: 10px;
width: 49%;
padding: 10px;
background: #cbe6ed;
}
.example3>div>a{
    display: block;
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
/* 「続きを読む」ボタン */
.cp_box1 {
  position: relative;
}
.cp_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}

.cp_box1 .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: '続きをよむ';
  color: #ffffff;
  background: #1b2538;
  border-radius: 20px;
}
.cp_box1 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/* ウエルデリ誕生への想い 見出しスタイル */

h3.wp-block-heading.custom-heading {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem !important;
  color: #ee7b1b; /* オレンジ */
  padding-left: 1.5em;
  line-height: 1.4;
}

/* 見出しの左に■をつける */
h3.wp-block-heading {
    font-size: 22px !important;
}
h3.wp-block-heading.custom-heading::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #ee7b1b;
  font-size: 1.1em;
}
/* 飼い主の方へのボタン*/
.midbox {
	text-align: center;	
}
/* フェリケアプロ（PRO）商品画像の余白*/
@media screen and (max-width: 781px) {
figure.pctop {
    margin-top: 0 !important;
}
}
.kasaneru {
    position: relative;
    margin: auto;
    width: 50%;
    top: -20px;
}
.kasaneru p {
    position: absolute;
    top: 63%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.4em;
}
body .hero-section.is-width-constrained {
    margin-bottom: 0 !important;
}
body .ct-container-full {
    padding-top: 0 !important;
}
/*=============================
 お問い合わせページ
===============================*/
/* 必須ラベル */
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
	content: "必須";
	display: inline-block;
	padding: 5px 6px;
	color: #fff;
	background-color: crimson;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-left: 1em;
	border-radius: 4px;
}
/*お問い合わせページのテーブルの横幅*/
@media (min-width: 640px) {
    .smf-form--business .smf-item__col--label {
        flex: 0 0 20em;
        max-width: 20em;
    }
    .smf-form--business .smf-item__col--controls {
        flex: 1 1 calc(100% - 20em);
        max-width: calc(100% - 20em);
    }
}
span.smf-item__label__text {
    font-weight: bold;
}
/*確認画面へのボタン*/
.smf-action .smf-button-control__control {
    font-size: 1em;
    font-weight: bold;
    background-color: #ee7b1b;
    background-image: none;
    color: #fff;
    border: none;
    transition: box-shadow 0.25s;
    border-radius: 80px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
    min-width: 260px;
    padding: 1em;
    position: relative;
    text-decoration: none;
    width: auto;
}
.smf-action .smf-button-control__control:hover {
    border-color: inherit!important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
}
.smf-action {
    text-align: center;
    margin: 16px 0 28px;
}
/* カートの装飾*/
select {
    background: #fff !important;
}
/* ステップ見出し 共通 */
.entry-content .step-title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px; /* 数字と文字の間隔 */
  font-weight: 700;
}
/* 数字ラベル */
.entry-content .step-title::before{
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 27px;
  padding: 0 8px;
  background: #ee7b1b;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 2px;
  flex-shrink: 0;
}

/* 個別番号 */
.entry-content .step-1::before{ content:"1"; }
.entry-content .step-2::before{ content:"2"; }
.entry-content .step-3::before{ content:"3"; }
.entry-content .step-4::before{ content:"4"; }
.entry-content .step-5::before{ content:"5"; }
.entry-content .step-6::before{ content:"6"; }
.entry-content .step-7::before{ content:"7"; }
.entry-content .step-8::before{ content:"8"; }
.entry-content .step-9::before{ content:"9"; }
.entry-content .step-10::before{ content:"10"; }
/* 私たちが考える健康コンセプト*/
.back-image {
  background-image: url(https://white-lithium5021.znlc.jp/joyaku/wp-content/uploads/2025/12/back_or-3-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 90px 0;
  min-height: 300px;
}

/* 上薬研究所の霊芝 */
.fv-inner_c {
  background: #f5ebe0 !important;
}
.fvtextblock_c {
  background: #f5ebe0 !important;
  width: 60% !important;
}
/* ===== このリストだけ：項目とボタンを近づける ===== */
ol.is-style-vk-numbered-circle-mark.process-links li{
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important; /* 引き離し解除 */
  gap: 12px !important;                  /* 距離（好みで 8〜16） */
}

/* ===== ボタン（詳細はこちら）をボタン化 ===== */
ol.is-style-vk-numbered-circle-mark.process-links .detail-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;          /* ボタンの大きさ */
  border-radius: 999px;        /* 丸いボタン */
  background: #ee7b1b;         /* オレンジ */
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 0 !important;   /* auto になっても右に飛ばさない */
  transition: opacity .2s ease;
}

ol.is-style-vk-numbered-circle-mark.process-links .detail-btn:hover{
  opacity: .85;
}

/* テキストが長い時に潰れない保険 */
ol.is-style-vk-numbered-circle-mark.process-links .list-text{
  flex: 0 1 auto !important;
	    white-space: nowrap;
}
/* ===== スマホ時：ボタンを改行して下に配置 ===== */
@media (max-width: 767px) {
  /* li：スマホ時レイアウト全体 */
   ol.is-style-vk-numbered-circle-mark.process-links li{
    flex-wrap: wrap;
    gap: 8px 12px !important;        /* 行間／横間 */
    padding-left: 15px;/* 番号分のスペース確保 */
    padding-bottom: 6px;             /* 各項目の縦余白 */
    align-items: flex-start !important; /* 番号を上揃え */
  }
  ol.is-style-vk-numbered-circle-mark.process-links li:last-child{
  padding-bottom: 0 !important;
}
  /* テキスト：必ず1行目 */
  ol.is-style-vk-numbered-circle-mark.process-links .list-text{
    flex: 0 0 100% !important;
  }

  /* ボタン：必ず2行目 */
  ol.is-style-vk-numbered-circle-mark.process-links .detail-btn{
    margin-left: 0 !important;       /* 左寄せで安定 */
    margin-top: 0 !important;
  }

  /* 番号の位置微調整 */
  ol.is-style-vk-numbered-circle-mark.process-links li::before{
    margin-top: 1px !important;      /* 0〜2pxで調整可 */
  }
  .fv-inner_c.wp-block-columns {
    margin-bottom: 0 !important;
  }
    .fv-inner_c .wp-block-image {
    margin-bottom: 0 !important;
  }
    .fv-inner_c .process-links {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
    .fv-inner_c .wp-block-image {
        margin-bottom: 0 !important;
        margin-left: 0;
    }
  }
/* スマホ時：本文エリアに左右余白を付ける */
@media (max-width: 1260px) {
    .single-post .entry-content.is-layout-constrained {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* 見出しの装飾 */
.single-post h1.page-title {
  position: relative;
  background: none;              /* 本体の背景は消す */
  color: #ee7b1b;
  padding: 15px;
  z-index: 1;
}

/* 背景だけを画面いっぱいに */
.single-post h1.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff8ed;
  z-index: -1;
}
/* 投稿ページ：本文の下に余白 */
.single-post .entry-content {
  margin-bottom: 60px;
}
.single-post .entry-content.is-layout-constrained {
        padding-top: 16px;
}
/* 全カテゴリの「カテゴリー」ラベルを消す */
body.category .page-title .ct-title-label {
  display: none;
}

body.category .page-title{
  display: flex;
  align-items: baseline;
  gap: 0;
}

/* 投稿ページ & カテゴリページ 共通タイトル装飾 */
.single-post h1.page-title,
.category h1.page-title {
  position: relative;
  background: none;
  color: #ee7b1b;
  padding: 15px;
  z-index: 1;
}

.single-post h1.page-title::before,
.category h1.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff8ed;
  z-index: -1;
}
/* ニュース一覧　カード装飾 */
body.category-news .entries .entry-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);  /* ←ここが「見えない」対策 */
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  border-radius: 12px;
  overflow: hidden;
}

body.category-news .entries .entry-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  transform: translateY(-2px);
  transition: .2s ease;
}
/* ニュース一覧全体の上下余白 */
.entries[data-archive="default"] {
  margin-top: 40px;
  margin-bottom: 60px;
}
/* トップページのyoutube埋め込みの余白 */
@media screen and (min-width: 782px) {
.pd-right {
    padding-right: 12px;
}
.pd-left {
    padding-left: 12px;
}
.topclm {
  column-gap: 0;
}
}
.wp-element-caption {
    font-size: 16px !important;
}
/* 特定商取引法に基づく表示 */
/* h1SP時 */
@media screen and (max-width: 781px) {
.page-id-629 h1.wp-block-heading {
        font-size: 1.7em;
    }
.tbl-r03 td {
    border: solid 1px #ee7b1b;
    padding: 10px;
}
}
@media screen and (max-width: 640px) {
    .tbl-r03 th, .tbl-r03 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}
