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

/*===============================
 その他の補正
===============================*/
body {
    background: #fff !important;
}
@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;
  }
}

@media screen and (min-width: 782px) {
footer#footer {
    margin-top: 50px;
}
}

/* 固定ページの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;
  }
}
/* 固定ページのh1スマホの大きさ */
h1.page-title {
  display: none;
}

/*疑似要素でリストの前にマーカー */
.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;          /* 余白指定 */
}

/*===============================
 トップページ
===============================*/
/*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;
}

/* 無料サンプルの申し込みボタン　大きいサイズ*/
.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;
}
/* ホバー時 */
.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.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) !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2) !important;
}

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

/* トップページ飼い主の方へ「お取り寄せ依頼書」*/
.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;
}

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

/* ドロップダウンメニューの表示位置を上に */
/* [data-header*="type-1"] .ct-header [data-id="menu-secondary"] ul.sub-menu {
    top: 72%; /
}
*/
/* ドロップダウンメニュー全体の背景色 */
ul.sub-menu {
    background-color: rgba(238, 123, 27, 0.95) !important; /* #ee7b1bのRGBA形式で透明度調整 */
    border-radius: 4px !important;
}

/* ドロップダウン内のリンク文字色や装飾*/
ul.sub-menu a.ct-menu-link {
    color: #441e0d !important;
    font-weight: bold !important;
    display: block !important;
}
.ct-toggle-dropdown-desktop .ct-icon path {
    fill: #fff !important;
}

/* ホバー時の色（任意） */
ul.sub-menu a.ct-menu-link:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; /* 薄い白背景 */
    color: #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: 400px !important;
  }
}

/* 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;
  align-items: stretch; /* ← 高さを揃える */
}
/* 中の線を消す */
.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;
}
/* カードの背景色 */
.wp-block-column {
    background: #FFF !important;
}
/* サプリメントブロック 見出し非表示 */
.vk_borderBox_title_container {
    display: none !important;
}
/*犬猫カード */
.product-card.no-frame {
  background: none !important;
  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;
  }
}
/* h2見出しデザイン */
.section-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #ee7b1b;
  padding-left: 12px;
  margin-bottom: 16px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;  
}

/* 左の縦ライン */
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ff8000;
}

/* 下の横ライン（見出し下に全幅） */
.section-title::after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 2px;
  background-color: #ff8000;
  width: 100%;
}
@media (max-width: 781px) {
.section-title {
   font-size: 20px;
  }
}

/* 犬猫画像横並び */
.wp-block-columns .wp-block-column.left-column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.left-column-60 {
   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;
}

.fvtextblock {
  background: #fff8ed !important;
 width: 60% !important;
}
.fvimgblock {
  background: #fff8ed !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;
  }
}
/* お取り扱い動物病院検索 */
.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;
}
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 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.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.6rem;
  color: #ee7b1b; /* オレンジ */
  padding-left: 1.5em;
  line-height: 1.4;
}

/* 見出しの左に■をつける */
h3.wp-block-heading.custom-heading ::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #ee7b1b;
  font-size: 1.1em;
}
/* 特定商取引法に基づく表示 */
.tbl-r02 th {
    background: #ee7b1b;
    border: solid 1px #ccc;
    color: #fff;
     padding: 10px;
    width: 30%;
}
/* h1SP時 */
@media screen and (max-width: 781px) {
.page-id-629 h1.wp-block-heading {
        font-size: 1.7em;
    }
.tbl-r02 td {
    border: solid 1px #ee7b1b;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .tbl-r02 th, .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .tbl-r02 th, .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}

/* 飼い主の方へのボタン*/
.midbox {
	text-align: center;	
}
/* フェリケアプロ（PRO）商品画像の余白*/
@media screen and (max-width: 781px) {
figure.pctop {
    margin-top: 0 !important;
}
}