/* =================================
Zen Maru Gothic: CSS classes
================================= */
.zen-maru-gothic-light {font-family: "Zen Maru Gothic", sans-serif;font-weight: 300;font-style: normal;}
.zen-maru-gothic-regular {font-family: "Zen Maru Gothic", sans-serif;font-weight: 400;font-style: normal;}
.zen-maru-gothic-medium {font-family: "Zen Maru Gothic", sans-serif;font-weight: 500;font-style: normal;}

/* =================================
Zen Kaku Gothic Antique: CSS classes
================================= */
.zen-kaku-gothic-antique-light {font-family: "Zen Kaku Gothic Antique", sans-serif;font-weight: 300;font-style: normal;}
.zen-kaku-gothic-antique-regular {font-family: "Zen Kaku Gothic Antique", sans-serif;font-weight: 400;font-style: normal;}
.zen-kaku-gothic-antique-medium {font-family: "Zen Kaku Gothic Antique", sans-serif;font-weight: 500;font-style: normal;}

/* =================================
M PLUS 1p: CSS classes
================================= */
.m-plus-1p-light {font-family: "M PLUS 1p", sans-serif;font-weight: 300;font-style: normal;}
.m-plus-1p-regular {font-family: "M PLUS 1p", sans-serif;font-weight: 400;font-style: normal;}
.m-plus-1p-medium {font-family: "M PLUS 1p", sans-serif;font-weight: 500;font-style: normal;}

/* =================================
M PLUS Rounded 1c: CSS classes
================================= */
.m-plus-rounded-1c-light {font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 300;font-style: normal;}
.m-plus-rounded-1c-regular {font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 400;font-style: normal;}
.m-plus-rounded-1c-medium {font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;}


body,
button,
input,
textarea { font-family: "Zen Kaku Gothic Antique", sans-serif;font-weight: 400;font-style: normal;    line-height: 1.8;letter-spacing: .05rem;}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { font-family: "M PLUS 1p", sans-serif;font-weight: 400;font-style: normal;letter-spacing: .1rem;}

h1.c-postTitle__ttl { font-family: "M PLUS 1p", sans-serif;font-weight: 400;font-style: normal;letter-spacing: .1rem;}

/* 1. まずはサイト全体で日付・時間を隠す */
.c-postTimes, 
.p-postList__times {
    display: none !important;
}

/* 2. カテゴリーID 2 と 17、または「トップページ」の時だけ「復活」させる */
.category-2 .c-postTimes,
.category-17 .c-postTimes,
.category-2 .p-postList__times,
.category-17 .p-postList__times,
.home .c-postTimes,
.home .p-postList__times
{
    display: inline-block !important;
}


/* ================================================================
  津南町立津南病院 追加CSS 最終版
  外観→カスタマイズ→追加CSS を全削除して全文貼り付け
  ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

/* ================================================================
  フルwidth・基本
  ================================================================ */
#tsh8 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  color: #2c3e50;
  line-height: 1.7;
  font-size: 16px;
}
.l-main,.l-content,.l-article,.p-entryBody,.l-mainContent { overflow: visible; }
#tsh8 ul  { list-style: none; margin: 0; padding: 0; }
#tsh8 li  { list-style: none; margin: 0; padding: 0; }
#tsh8 li::before, #tsh8 li::after { display: none; content: none; }
#tsh8 a   { text-decoration: none; color: inherit; }
#tsh8 strong, #tsh8 b { font-weight: 700; }

/* Font Awesomeはspanで使用（SWELLがiタグをblockにするため） */
#tsh8 .tsh8-fa {
  display: inline !important;
  vertical-align: middle;
  color: inherit;
  font-style: normal;
}

/* ================================================================
  アラートバー
  ================================================================ */
#tsh8-alert {
  background: #c0724a;
  color: #fff;
  padding: 11px 120px 11px 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tsh8-alert .tsh8-fa { color: #fff; margin-right: 8px; font-size: 14px; }
#tsh8-alert-btn {
  position: absolute;
  right: 16px; top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.65);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
}
#tsh8-alert-btn:hover { background: rgba(255,255,255,0.15); }

/* ================================================================
  ヒーロー・バナー2枚
  ================================================================ */
#tsh8-hero {
  background: #eaf3f8;
  padding: 36px 24px 44px;
  border-bottom: 3px solid #a8c6d6;
  box-sizing: border-box;
}
#tsh8-hero-label {
  text-align: center;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #4f7d93;
}
#tsh8-cards {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  height: 210px;
}
.tsh8-card {
  position: absolute;
  top: 0;
  width: calc(50% - 9px);
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(113,155,173,0.25);
  text-decoration: none;
  color: #2c3e50;
  display: block;
}
.tsh8-card:hover { box-shadow: 0 10px 36px rgba(113,155,173,0.38); }
#tsh8-card-l { left: 0; }
#tsh8-card-r { right: 0; }

.tsh8-ci {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 108px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  color: #fff;
}
.tsh8-ci-blue { background: linear-gradient(160deg, #4f7d93, #719bad); }
.tsh8-ci-red  { background: linear-gradient(160deg, #9e4822, #c0724a); }
.tsh8-ci-fa   { display: block !important; font-size: 32px; margin-bottom: 10px; color: #fff; }
.tsh8-ci-label { display: block; font-size: 11px; font-weight: 700; opacity: 0.9; line-height: 1.4; }

.tsh8-cb {
  display: block;
  background: #fff;
  margin-left: 108px;
  padding: 20px 22px;
  height: 210px;
  box-sizing: border-box;
  overflow: hidden;
}
.tsh8-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.tsh8-tag-blue { background: #eaf3f8; color: #4f7d93; }
.tsh8-tag-red  { background: #fdf0ea; color: #c0724a; }
.tsh8-ct {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #2c3e50;
  margin-bottom: 8px;
}
.tsh8-cs {
  display: block;
  font-size: 14px;
  color: #6b7c8d;
  line-height: 1.6;
  margin-bottom: 12px;
}
.tsh8-cm      { display: block; font-size: 14px; font-weight: 700; }
.tsh8-cm-blue { color: #4f7d93; }
.tsh8-cm-red  { color: #c0724a; }

/* ================================================================
  クイックナビ
  ================================================================ */
#tsh8-nav {
  background: #4f7d93;
  padding: 16px 20px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}
/* SWELLの post_content :last-child margin-bottom打ち消し */
#tsh8-nav a,
#tsh8-nav a:last-child { margin-bottom: 4px !important; }

.tsh8-qw, .tsh8-qo {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin: 4px 5px;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.4;
  box-sizing: border-box;
}
.tsh8-qi { font-size: 13px; margin-right: 6px; }
.tsh8-qw          { background: #fff; color: #4f7d93; }
.tsh8-qw .tsh8-fa { color: #4f7d93; }
.tsh8-qw:hover    { background: #eaf3f8; }
/* アウトラインボタン：強力なセレクタで白色を確保 */
#tsh8-nav a.tsh8-qo,
#tsh8-nav a.tsh8-qo:link,
#tsh8-nav a.tsh8-qo:visited,
#tsh8-nav a.tsh8-qo:hover {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.75);
}
#tsh8-nav a.tsh8-qo span,
#tsh8-nav a.tsh8-qo .tsh8-fa,
#tsh8-nav a.tsh8-qo .tsh8-qi { color: #fff !important; }
#tsh8-nav a.tsh8-qo:hover { background: rgba(255,255,255,0.15) !important; }

/* ================================================================
  お知らせ
  ================================================================ */
#tsh8-news {
  padding: 52px 24px;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
#tsh8-nh {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #c8dde8;
  margin-bottom: 0;
}
#tsh8-njp {
  font-family: 'Noto Serif JP','Yu Mincho',serif;
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
}
#tsh8-nen {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #719bad;
  margin-left: 12px;
  vertical-align: middle;
}
#tsh8-nmore {
  position: absolute;
  right: 0; bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #4f7d93;
}
#tsh8-nmore:hover { text-decoration: underline; }

/* お知らせ各行 */
.tsh8-ni {
  overflow: hidden;
  padding: 16px 0 16px 0 !important;
  margin: 4px 0 !important;
  border-bottom: 1px solid #d8e3ea;
}
.tsh8-ni::after { content: ''; display: table; clear: both; }

.tsh8-nd {
  float: left;
  width: 96px;
  font-size: 14px;
  color: #6b7c8d;
  white-space: nowrap;
  padding-top: 3px;
  line-height: 1.4;
}
.tsh8-nb {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  margin-right: 14px;
  margin-top: 1px;
  line-height: 1.5;
  min-width: 68px;
  text-align: center;
}
.tsh8-nbr { background: #fde8e8; color: #b91c1c; }
.tsh8-nbb { background: #eaf3f8; color: #4f7d93; }
.tsh8-nbg { background: #e6f4e6; color: #2d6a2d; }
.tsh8-nba { background: #fff3e0; color: #c05c00; }
.tsh8-nt  { overflow: hidden; font-size: 16px; line-height: 1.5; padding-top: 1px; }
.tsh8-nt a { color: #2c3e50; }
.tsh8-nt a:hover { color: #4f7d93; text-decoration: underline; }

/* ================================================================
  インフォカード3枚
  ================================================================ */
#tsh8-info {
  background: #f4f7f9;
  padding: 52px 24px 60px;
  box-sizing: border-box;
}
#tsh8-ii {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  height: 260px;
}
.tsh8-ic {
  position: absolute;
  top: 0;
  width: calc(33.333% - 12px);
  height: 248px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 22px;
  box-shadow: 0 3px 16px rgba(113,155,173,0.18);
  text-decoration: none;
  color: #2c3e50;
  box-sizing: border-box;
  border-top: 3px solid #719bad;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: block;
  overflow: hidden;
}
.tsh8-ic:hover { box-shadow: 0 8px 28px rgba(113,155,173,0.28); }
#tsh8-ic1 { left: 0; }
#tsh8-ic2 { left: calc(33.333% + 6px); }
#tsh8-ic3 { right: 0; }
.tsh8-ict2 { border-top-color: #c07a52; }
.tsh8-icg  { border-top-color: #7e8c50; }

.tsh8-ico {
  display: block;
  width: 48px; height: 48px;
  border-radius: 12px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 14px;
  font-size: 20px;
  border: none;
}
.tsh8-ico .tsh8-fa { font-size: 20px; }
.tsh8-ico-b { background: #eaf3f8; color: #4f7d93; }
.tsh8-ico-t { background: #f6ede7; color: #8a5030; }
.tsh8-ico-g { background: #f0f2e6; color: #576035; }
.tsh8-ico-b .tsh8-fa { color: #4f7d93; }
.tsh8-ico-t .tsh8-fa { color: #8a5030; }
.tsh8-ico-g .tsh8-fa { color: #576035; }

.tsh8-ic .tsh8-ict {
  display: block;
  font-family: 'Noto Serif JP','Yu Mincho',serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.4;
}
.tsh8-ics  { display: block; font-size: 14px; color: #6b7c8d; line-height: 1.7; margin-bottom: 12px; }
.tsh8-icm  { display: block; font-size: 14px; font-weight: 700; }
.tsh8-icm-b { color: #4f7d93; }
.tsh8-icm-t { color: #8a5030; }
.tsh8-icm-g { color: #576035; }

/* ================================================================
  スマホ
  ================================================================ */
@media (max-width: 700px) {
  #tsh8-alert { white-space: normal; padding: 10px 90px 10px 16px; }

  /* バナー縦積み */
  #tsh8-cards { height: auto; position: static; }
  .tsh8-card  { position: relative !important; width: 100%; height: auto; margin-bottom: 14px; display: block; }
  .tsh8-cb    { height: auto; overflow: visible; margin-left: 84px; min-height: 140px; }
  .tsh8-ci    { position: absolute !important; left: 0; top: 0; bottom: 0; width: 84px !important; padding-top: 28px; }
  .tsh8-ci-fa { font-size: 26px !important; margin-bottom: 6px; }
  .tsh8-ci-label { font-size: 10px; }

  /* クイックナビ */
  .tsh8-qw, .tsh8-qo { font-size: 14px; margin: 3px 3px; padding: 8px 14px; }

  /* お知らせ：スマホは縦積み（floatをblock/inline-blockに変更） */
  .tsh8-ni    { padding: 14px 0 !important; margin: 0 !important; }
  .tsh8-nd    { float: none !important; display: block !important; width: auto !important; font-size: 12px; margin-bottom: 4px; padding-top: 0; }
  .tsh8-nb    { float: none !important; display: inline-block !important; margin-bottom: 6px; margin-right: 0; }
  .tsh8-nt    { display: block !important; overflow: visible !important; font-size: 15px; padding-top: 0; }

  /* インフォカード縦積み */
  #tsh8-ii    { height: auto; position: static; }
  .tsh8-ic    { position: static !important; width: 100% !important; margin-bottom: 14px; display: block; height: auto; overflow: visible; }
}
@media (max-width: 480px) {
  #tsh8-hero { padding: 24px 14px 28px; }
  #tsh8-nav  { padding: 12px 14px; }
  #tsh8-news { padding: 32px 14px; }
  #tsh8-info { padding: 32px 14px; }
}

/* ================================================================
  フッター背景
  ================================================================ */
.l-footer { background: #1e2d38 !important; }
.l-footerBottom { background: #111e27 !important; }
.l-footerBottom, .l-footerBottom p { color: #4a6575 !important; }
.l-footerBottom a { color: #5a7585 !important; text-decoration: none !important; }
.l-footerBottom a:hover { color: #8ab0c0 !important; }
.l-footer .widget { padding: 0 !important; }
.l-footer .widget-title { display: none !important; }

/* ================================================================
  フッター tf6- クラス（v6 HTML span版）
  ================================================================ */
.tf6-col,.tf6-sp {
  color: #b8cdd8;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
.tf6-col ul,.tf6-sp ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.tf6-col li::before,.tf6-sp li::before { display: none !important; }
.tf6-col a,.tf6-sp a { text-decoration: none !important; }

/* フッター内FA spanアイコン */
.tf6-col span.fa-solid,.tf6-col span.fa-regular,.tf6-col span.fa-brands,
.tf6-sp  span.fa-solid,.tf6-sp  span.fa-regular,.tf6-sp  span.fa-brands {
  color: inherit !important;
  display: inline !important;
  vertical-align: middle;
}
.tf6-ig-iconwrap span.fa-instagram,
.tf6-sp-ig       span.fa-instagram { color: #fff !important; }

/* ロゴ */
.tf6-logo { overflow: hidden; margin-bottom: 20px; }
.tf6-logo-img { float: left; width: 48px; height: 48px; border-radius: 10px; background: #719bad; padding: 8px; object-fit: contain; display: block; }
.tf6-logo-name { display: block; overflow: hidden; padding-left: 14px; font-size: 20px; font-weight: 700; color: #fff; line-height: 1.5; padding-top: 3px; }
.tf6-logo-name small { display: block; font-size: 12px; font-weight: 400; color: #a8c6d6; letter-spacing: 0.1em; margin-top: 2px; }

/* 情報リスト */
.tf6-info-list li { overflow: hidden; padding: 6px 0; font-size: 14px; color: #b8cdd8; line-height: 1.7; }
.tf6-info-icon { float: left; width: 22px; font-size: 14px !important; color: #a8c6d6 !important; margin-top: 3px; }
.tf6-info-list li > span:last-child,.tf6-info-list li > .tf6-info-link { display: block; overflow: hidden; padding-left: 4px; }
.tf6-info-link { color: #b8cdd8 !important; }
.tf6-info-link:hover { color: #fff !important; }

/* 診療時間 */
.tf6-hours { margin-top: 18px; background: rgba(255,255,255,0.05); border-radius: 8px; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.08); }
.tf6-hours-title { font-size: 12px !important; font-weight: 700 !important; color: #a8c6d6 !important; letter-spacing: 0.08em; margin: 0 0 10px !important; padding: 0 !important; border: none !important; background: none !important; line-height: 1.5 !important; }
.tf6-hours-title::before,.tf6-hours-title::after { display: none !important; }
.tf6-hours-row { overflow: hidden; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px; }
.tf6-hours-row:last-child { border-bottom: none; }
.tf6-hours-label { display: block; float: left; color: #7a9aaa; font-size: 12px; white-space: nowrap; line-height: 1.6; }
.tf6-hours-val { display: block; text-align: right; color: #b8cdd8; overflow: hidden; line-height: 1.6; }

/* コラムタイトル */
.tf6-col-title { font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.1em; color: #a8c6d6 !important; margin: 0 0 14px !important; padding: 0 0 10px !important; border-width: 0 0 1px 0 !important; border-style: solid !important; border-color: rgba(255,255,255,0.08) !important; background: none !important; line-height: 1.5 !important; }
.tf6-col-title::before,.tf6-col-title::after { display: none !important; }

/* お知らせ */
.tf6-news li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.tf6-news li:last-child { border-bottom: none; }
.tf6-news-date { display: block; font-size: 12px; color: #7a9aaa; margin-bottom: 3px; }
.tf6-news-link { display: block; font-size: 14px; color: #b8cdd8 !important; line-height: 1.6; }
.tf6-news-link:hover { color: #fff !important; }

/* ----------------------------------------------------------------
  PC フッター SNSリスト
  ---------------------------------------------------------------- */
/* Instagram */
.tf6-ig { display: block; overflow: hidden; margin-top: 16px; padding: 12px 14px; background: rgba(255,255,255,0.05); border-radius: 8px; border: 1px solid rgba(255,255,255,0.08); color: #b8cdd8 !important; }
.tf6-ig:hover { background: rgba(255,255,255,0.1) !important; }
.tf6-ig-iconwrap { float: left; display: block; width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); text-align: center; line-height: 40px; font-size: 20px; }
.tf6-ig-iconwrap span.fa-instagram { color: #fff !important; font-size: 20px !important; }
.tf6-ig-text { display: block; overflow: hidden; padding-left: 14px; font-size: 14px; font-weight: 700; color: #b8cdd8; padding-top: 0px; }
.tf6-ig-text small { display: block; font-size: 11px; font-weight: 400; color: #7a9aaa; margin-bottom: 0px; }
/* ★ 矢印はspanではなくcssで表示（改行問題を回避） */
.tf6-ig span.fa-angle-right { display: none !important; }
.tf6-ig-text::after { content: ' ›'; color: #7a9aaa; font-weight: 400; }

.tf6-sns-wrap {
  margin-top: 16px;
}

.tf6-sns-btn {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none !important;
  color: #b8cdd8 !important;
  transition: background 0.2s;
  box-sizing: border-box;
}
.tf6-sns-btn:hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.tf6-sns-btn:last-child { margin-bottom: 0; }

.tf6-sns-icon {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  display: block;
  flex-shrink: 0;
}
.tf6-sns-icon span { display: inline !important; color: #fff !important; }

.tf6-sns-text {
  display: block;
  overflow: hidden;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #b8cdd8;
  padding-top: 2px;
  line-height: 1.3;
}
.tf6-sns-text small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #7a9aaa;
  margin-bottom: 2px;
}

/* 各SNSアイコン背景色 */
.tf6-sns-ig   .tf6-sns-icon { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.tf6-sns-fb   .tf6-sns-icon { background: #1877f2; }
.tf6-sns-x    .tf6-sns-icon { background: #000; }
.tf6-sns-yt   .tf6-sns-icon { background: #ff0000; }
.tf6-sns-line .tf6-sns-icon { background: #06c755; }

/* clearfix */
.tf6-sns-btn::after { content: ''; display: table; clear: both; }

/* ----------------------------------------------------------------
  スマホ フッター SNSアイコン横並び
  ---------------------------------------------------------------- */
.tf6-sp-sns {
  margin-bottom: 16px;
  overflow: hidden;
}

.tf6-sp-sns-btn {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.tf6-sp-sns-btn:last-child { margin-right: 0; }
.tf6-sp-sns-btn:hover { opacity: 0.85; }
.tf6-sp-sns-btn span { display: inline !important; color: #fff !important; }

.tf6-sp-sns-ig   { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.tf6-sp-sns-fb   { background: #1877f2; }
.tf6-sp-sns-x    { background: #000; }
.tf6-sp-sns-yt   { background: #ff0000; }
.tf6-sp-sns-line { background: #06c755; }

.tf6-sp-sns::after { content: ''; display: table; clear: both; }


/* サイトマップ */
.tf6-sitemap { overflow: hidden; }
.tf6-sitemap li { float: left; width: 50%; box-sizing: border-box; padding-right: 8px; }
.tf6-sitemap::after { content: ''; display: table; clear: both; }
.tf6-smap-link { display: block; font-size: 14px; color: #b8cdd8 !important; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.07); line-height: 1.4; }
.tf6-smap-link:hover { color: #fff !important; }
.tf6-smap-icon { font-size: 10px !important; color: #a8c6d6 !important; margin-right: 6px; }

/* お問い合わせボタン */
.tf6-contact-btn { display: block; clear: both; text-align: center; margin-top: 18px; padding: 14px 20px; background: #719bad; color: #fff !important; border-radius: 8px; font-size: 14px; font-weight: 700; box-sizing: border-box; }
.tf6-contact-btn:hover { background: #4f7d93 !important; }

/* スマホフッター */
.tf6-sp-logo { overflow: hidden; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.tf6-sp-logo-img { float: left; width: 42px; height: 42px; border-radius: 8px; background: #719bad; padding: 5px; object-fit: contain; display: block; }
.tf6-sp-name { display: block; overflow: hidden; padding-left: 12px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.5; padding-top: 3px; }
.tf6-sp-name small { display: block; font-size: 11px; font-weight: 400; color: #a8c6d6; letter-spacing: 0.08em; }
.tf6-sp-btns { overflow: hidden; margin-bottom: 16px; }
.tf6-sp-tel { display: block; float: left; width: calc(50% - 5px); margin-right: 10px; padding: 13px 8px; background: #719bad; color: #fff !important; border-radius: 8px; font-size: 14px; font-weight: 700; text-align: center; box-sizing: border-box; }
.tf6-sp-tel:hover { background: #4f7d93 !important; }
.tf6-sp-contact { display: block; float: left; width: calc(50% - 5px); padding: 13px 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: #b8cdd8 !important; border-radius: 8px; font-size: 14px; font-weight: 700; text-align: center; box-sizing: border-box; }
.tf6-sp-contact:hover { background: rgba(255,255,255,0.12) !important; }
.tf6-sp-btns::after { content: ''; display: table; clear: both; }
.tf6-sp-info { background: rgba(255,255,255,0.04); border-radius: 8px; padding: 12px 14px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,0.07); }
.tf6-sp-info-row { overflow: hidden; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 13px; }
.tf6-sp-info-row:last-child { border-bottom: none; }
.tf6-sp-info-row::after { content: ''; display: table; clear: both; }
.tf6-sp-info-lbl { display: block; float: left; color: #7a9aaa; font-size: 12px; white-space: nowrap; min-width: 70px; line-height: 1.7; }
.tf6-sp-info-row > span:last-child { display: block; overflow: hidden; color: #b8cdd8; line-height: 1.7; }
.tf6-sp-links { margin-bottom: 16px; line-height: 2.2; }
.tf6-sp-links a { display: inline-block; padding: 5px 13px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; font-size: 12px; color: #b8cdd8 !important; margin: 3px 4px 3px 0; }
.tf6-sp-links a:hover { background: rgba(255,255,255,0.12) !important; color: #fff !important; }
.tf6-sp-ig { display: block; overflow: hidden; padding: 12px 14px; background: rgba(255,255,255,0.05); border-radius: 8px; border: 1px solid rgba(255,255,255,0.07); color: #b8cdd8 !important; font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.tf6-sp-ig:hover { background: rgba(255,255,255,0.1) !important; }
.tf6-sp-ig .tf6-ig-iconwrap { float: left; display: block; width: 34px; height: 34px; border-radius: 8px; line-height: 34px; font-size: 18px; margin-right: 10px; }
.tf6-sp-ig > span:last-child { display: block; overflow: hidden; padding-top: 7px; }
.tf6-sp-bottom { font-size: 12px; padding-bottom: 8px; }
.tf6-sp-bottom a { display: inline-block; margin-right: 16px; color: #4a6575 !important; }
.tf6-sp-bottom a:hover { color: #8ab0c0 !important; }

/* 読込時のメニュー背景 */
.l-header .l-header__inner {
    color: var(--swl-color_top_header, #fff);
    background-color: #ffffffdd;
}
.l-header__bar {
    color: #ffffff !important;
    background: #1e2d38 !important;
}

/* プライバシーポリシー全体コンテナ */
.privacy-policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
    line-height: 1.8;
}

/* ヘッダー部分 */
.pp-header {
    margin-bottom: 40px;
    border-bottom: 2px solid #005599; /* 病院のメインカラーに合わせて調整 */
    padding-bottom: 20px;
}

.pp-header h1 {
    font-size: 1.5rem;
    color: #005599;
    margin-bottom: 15px;
}

/* 各セクション */
.pp-section {
    margin-bottom: 30px;
}

.pp-section h2 {
    font-size: 1.25rem;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pp-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 1.2em;
    background-color: #005599; /* アクセントカラー */
    border-radius: 2px;
}

.pp-section ul {
    margin-top: 10px;
    padding-left: 20px;
}

.pp-section li {
    margin-bottom: 8px;
    list-style-type: disc;
}

/* お問い合わせボックス */
.pp-contact-box {
    background-color: #f7f9fb;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 25px;
    margin-top: 50px;
}

.pp-contact-box h3 {
    font-size: 1.15rem;
    margin-bottom: 15px;
    color: #005599;
    text-align: center;
}

.pp-contact-box .contact-detail {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
    text-align: center;
}

/* モバイル対応 */
@media (max-width: 767px) {
    .pp-header h1 {
        font-size: 1.3rem;
    }
    .pp-section h2 {
        font-size: 1.15rem;
    }
}


/* ================================================================
  津南町立津南病院 サイトマップ CSS v3
  既存サイトマップCSSをすべて削除してこれに置き換え
  ================================================================ */

/* ページ全体 */
#tsmap {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 60px;
  color: #2c3e50;
  font-size: 15px;
  line-height: 1.7;
}

/* ページヘッダー */
#tsmap-header {
  padding: 40px 0 28px;
  border-bottom: 3px solid #719bad;
  margin-bottom: 36px;
}
#tsmap-title {
  font-family: 'Noto Serif JP','Yu Mincho',serif;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  line-height: 1.4 !important;
}
#tsmap-title::before, #tsmap-title::after { display: none !important; }
#tsmap-sub {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #719bad;
  margin: 0;
}

/* ================================================================
  セクション（大分類）
  ================================================================ */
.tsmap-section {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(113,155,173,0.15);
}

/* セクションヘッダー */
.tsmap-section-head {
  background: #719bad;
  padding: 0 18px 0 52px;
  position: relative;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  display: block;
}
/* アイコン：::before疑似要素 */
.tsmap-section-head::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  display: block !important;
}
.tsmap-icon-bell        .tsmap-section-head::before { content: '\f0f3'; }
.tsmap-icon-guide       .tsmap-section-head::before { content: '\f80d'; }
.tsmap-icon-stethoscope .tsmap-section-head::before { content: '\f0f1'; }
.tsmap-icon-nurse       .tsmap-section-head::before { content: '\f82f'; }
.tsmap-icon-building    .tsmap-section-head::before { content: '\f19c'; }
.tsmap-icon-mail        .tsmap-section-head::before { content: '\f0e0'; }

.tsmap-section-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tsmap-section-title:hover { opacity: 0.85; }

/* ================================================================
  矢印テキスト（spanタグ・CSS::before不使用）
  ================================================================ */
.tsmap-arr {
  display: inline !important;
  color: #719bad !important;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 1;
}
.tsmap-arr--sub {
  color: #719bad !important;
  font-size: 15px;
  margin-right: 6px;
}
.tsmap-arr--c {
  color: #a8c6d6 !important;
  font-size: 14px;
  margin-right: 6px;
}

/* ================================================================
  リスト（子ページ）
  ================================================================ */
.tsmap-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
.tsmap-list li {
  list-style: none !important;
  border-bottom: 1px solid #eaf3f8;
  margin: 0 !important;
  padding: 0 !important;
}
.tsmap-list li:last-child { border-bottom: none; }
.tsmap-list li::before,
.tsmap-list li::after { display: none !important; content: none !important; }

.tsmap-list li a {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  color: #2c3e50 !important;
  text-decoration: none !important;
  line-height: 1.5;
  box-sizing: border-box;
}
.tsmap-list li a::before,
.tsmap-list li a::after { display: none !important; content: none !important; }
.tsmap-list li a:hover {
  background: #eaf3f8 !important;
  color: #4f7d93 !important;
}
.tsmap-list li a:hover .tsmap-arr { color: #4f7d93 !important; }

/* 孫リスト */
.tsmap-list--child li a {
  padding-left: 22px;
  font-size: 13px;
  color: #4a6070 !important;
}
.tsmap-list--child li a:hover { color: #4f7d93 !important; }

/* ================================================================
  サブセクション（中分類）
  ================================================================ */
.tsmap-subsection {
  background: #fff;
  border-bottom: 1px solid #ddeaf2;
}
.tsmap-subsection:last-child { border-bottom: none; }
.tsmap-subsection-head {
  padding: 11px 14px;
  background: #f4f8fb;
  border-bottom: 1px solid #d8e8f0;
  box-sizing: border-box;
}
/* サブセクションの::before::afterをすべて無効化 */
.tsmap-subsection-head::before,
.tsmap-subsection-head::after { display: none !important; content: none !important; }

.tsmap-subsection-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4f7d93 !important;
  text-decoration: none !important;
  line-height: 1.5;
}
.tsmap-subsection-title:hover { text-decoration: underline !important; }

/* ================================================================
  お知らせ一覧（ショートコード出力）
  ================================================================ */
.tsmap-news-wrap { background: #fff; padding: 0; }
/* WordPressが自動挿入するpタグを非表示 */
.tsmap-news-wrap > p,
.tsmap-news-wrap > br { display: none !important; }

.tsmap-news-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tsmap-news-item {
  list-style: none !important;
  border-bottom: 1px solid #eaf3f8;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.tsmap-news-item::before,
.tsmap-news-item::after { display: none !important; content: none !important; }
.tsmap-news-item:last-child { border-bottom: none; }

.tsmap-news-date {
  display: block;
  float: left;
  width: 88px;
  font-size: 11px;
  color: #6b7c8d;
  padding: 12px 0 12px 14px;
  white-space: nowrap;
  line-height: 1.5;
  box-sizing: border-box;
}
.tsmap-news-link {
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #2c3e50 !important;
  text-decoration: none !important;
  padding: 12px 14px 12px 4px;
  line-height: 1.5;
}
.tsmap-news-link:hover { color: #4f7d93 !important; }
.tsmap-news-item::after { content: ''; display: table; clear: both; }

.tsmap-news-more {
  text-align: right;
  padding: 10px 14px;
  border-top: 1px solid #eaf3f8;
  background: #f9fbfc;
  /* 下の余白を消す */
  margin-bottom: 0 !important;
}
.tsmap-news-more a {
  font-size: 12px;
  font-weight: 700;
  color: #4f7d93 !important;
  text-decoration: none !important;
}
.tsmap-news-more a:hover { text-decoration: underline !important; }

/* ================================================================
  スマホ：1カラム
  ================================================================ */
@media (max-width: 680px) {
  #tsmap { padding: 0 14px 40px; }
  #tsmap-header { padding: 24px 0 20px; margin-bottom: 24px; }
  #tsmap-title { font-size: 22px !important; }
  /* inline styleのfloat・width・paddingをスマホで上書き */
  #tsmap div[style*="float:left; width:50%"] {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .tsmap-section { margin-bottom: 16px; }
}
/* ================================================================
  入院のご案内 ページ CSS
  既存の追加CSSの末尾に追記してください
  ================================================================ */

/* ページ全体 */
#inp {
/*  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  color: #2c3e50;
  font-size: 15px;
  line-height: 1.8; */
  max-width: 860px;
  margin: 0 auto;
}

/* リード文 */
#inp-lead {
/*   font-size: 15px;
  color: #5a7a8a;*/
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid #eaf3f8;
}

/* ================================================================
  目次
  ================================================================ */
#inp-toc {
  background: #f4f8fb;
  background: #fff;
/*   border-left: 4px solid #719bad; */
  border-radius: 0 8px 8px 0;
border-radius: 1rem;
border: 1px solid #ccc;
  padding: 20px 24px;
  margin-bottom: 50px;
  Margin-top: 30px;
}
.inp-toc-title {
  font-size:     font-size: 1.2rem;
  font-weight: 700;
/*   color: #4f7d93; */
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}
.inp-toc-list {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 24px;
}
.inp-toc-list li {
  margin-bottom: 6px;
/*   font-size: 14px; */
  break-inside: avoid;
}
.inp-toc-list li a {
  color: #4f7d93;
  text-decoration: none;
}
.inp-toc-list li a:hover { text-decoration: underline; }

/* ================================================================
  セクション
  ================================================================ */
.inp-section {
  margin-bottom: 48px;
}

/* H2 見出し */
.inp-h2 {
    display: flex;
    align-items: center;
    gap: 12px;
/*    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;*/
    margin: 0 0 20px !important;
    padding: 14px 18px !important;
    background: #f7f7f7;
    border-left: 1px solid #000;
    border-radius: 0 6px 6px 0;
    line-height: 1.4 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.inp-h2::before, .inp-h2::after { display: none !important; }

.inp-h2-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #719bad;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

/* H3 見出し */
.inp-h3 {
  font-size: 16px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  font-weight: 400 !important;
  color: #4f7d93 !important;
  color: #000 !important;
  margin: 40px 0 16px !important;
  padding: 0 0 6px !important;
  border-bottom: 1px solid #c8dde8 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: none !important;
}
.inp-h3::before, .inp-h3::after { display: none !important; }

/* H4相当 */
.inp-h4 {
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
  margin: 20px 0 10px;
}

/* 本文 */
.inp-p { margin: 0 0 4px; font-size: 15px; line-height: 1.8; }
.inp-p-sm { font-size: 13px; color: #6b7c8d; margin: 0 0 8px; }

/* ================================================================
  リスト
  ================================================================ */
.inp-list {
  list-style: none !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
.inp-list li {
  list-style: none !important;
  padding: 6px 6px 6px 28px;
  position: relative;
  border-bottom: 1px solid #eef4f8;
/*   font-size: 15px; */
  line-height: 1.7;
}
.inp-list li:last-child { border-bottom: none; }
.inp-list li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #719bad;
  display: block !important;
}
.inp-list li::after { display: none !important; }

/* ================================================================
  注意書き
  ================================================================ */
.inp-note-wrap { margin: 12px 0 16px; }
.inp-note {
  background: #fff8e6;
  border-left: 3px solid #e6a817;
  border-radius: 0 4px 4px 0;
  padding: 10px 14px 10px 36px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  position: relative;
  color: #5a4000;
}
.inp-note:last-child { margin-bottom: 0; }
.inp-note::before {
  content: '⚠';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: #e6a817;
  display: block !important;
}
.inp-note::after { display: none !important; }

/* 赤い注意書き */
.inp-note--red {
  background: #fff2f2;
  border-left-color: #c0392b;
  color: #6b1a1a;
}
.inp-note--red::before { color: #c0392b; }

/* ================================================================
  情報ボックス
  ================================================================ */
.inp-info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #eaf3f8;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 16px;
  font-size: 15px;
}
.inp-info-box--lg { flex-wrap: wrap; align-items: flex-start; }
.inp-info-label {
  display: inline-block;
  background: #719bad;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.inp-info-times { flex: 1; }
.inp-info-times > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}
span.inp-time-label { 
/*font-size: 14px; color: #5a7a8a;  */min-width: 80px; 
}
span.inp-time-val {
 font-size: 18px; font-weight: 700; color: #2c3e50; 
}
.post_content span.inp-time-val {
margin-bottom: 0rem !important;
}

/* ================================================================
  テーブル
  ================================================================ */
.inp-table-wrap {
  overflow-x: auto;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.inp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 400px;
}
.inp-table th {
   padding: 10px 14px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #5a8a9e;
  white-space: nowrap;
}
.inp-table td {
  padding: 10px 14px;
  border: 1px solid #d8e3ea;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  line-height: 1.5;
}
/*.inp-table tr:nth-child(even) td { background: #f7fbff; }*/
.inp-td-price {
  font-weight: 700;
  color: #4f7d93;
  white-space: nowrap;
  text-align: right;
}

/* 日課テーブル */
.inp-schedule th { font-size: 1rem; font-weight: 700; }
.inp-schedule td { font-size: 14px; }

/* ================================================================
  病院からのお願い（セクション10）
  ================================================================ */
.inp-request-item {
  border: 1px solid #d8e8f0;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 16px;
  background: #fff;
}
.inp-request-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
}
.inp-req-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d7a98c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ================================================================
  フッターお問い合わせ
  ================================================================ */
#inp-footer-note {
    background: #f7f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 18px 24px;
    text-align: center;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 60px !important;
}

/* ================================================================
  レスポンシブ
  ================================================================ */
@media (max-width: 680px) {
  #inp { font-size: 14px; }
  #inp-lead { font-size: 14px; }
  .inp-toc-list { columns: 1; }
  .inp-h2 { font-size: 17px !important; padding: 12px 14px !important; }
  .inp-h3 { font-size: 15px !important; }
  .inp-info-box { flex-direction: column; gap: 10px; }
  .inp-info-times > div { flex-direction: column; gap: 4px; }
  .inp-time-val { font-size: 16px; }
  .inp-request-item { padding: 14px 16px; }
  .inp-request-title { font-size: 15px; }
  #inp-footer-note { font-size: 14px; padding: 16px; }
}
@media (max-width: 480px) {
  .inp-table-wrap::after {
    content: '← 横にスクロールできます';
    display: block;
    font-size: 11px;
    color: #888;
    text-align: right;
    margin-top: 4px;
  }
}
/* ================================================================
  外来のご案内 ページ 追加CSS
  ================================================================ */

/* ================================================================
  受付時間ボックス
  ================================================================ */
.out-time-box { background: #eaf3f8; padding: 20px 24px; }
.out-time-wrap { text-align: center; width: 100%; }
.out-time-day {
  font-size: 16px;
  font-weight: 700;
  color: #4f7d93;
  margin-bottom: 8px;
}
.out-time-hour {
  font-size: 22px;
  color: #2c3e50;
  letter-spacing: 0.05em;
}
.out-time-hour strong { font-size: 28px; color: #719bad; }

/* 電話番号 */
.out-tel {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #4f7d93;
}

/* ================================================================
  救急ボックス
  ================================================================ */
.out-emergency-box {
  background: #fff2f2;
border: 1px solid #aaa;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.out-emergency-text {
  font-size: 16px;
  color: #6b1a1a;
  margin-bottom: 10px;
}
.out-emergency-tel {
  font-size: 30px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.out-emergency-note {
  font-size: 15px;
  font-weight: 700;
  color: #6b1a1a;
  background: #c0392b;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
}

/* ================================================================
  持参物ボックス
  ================================================================ */
.out-must-row {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.out-must-item {
  display: block;
  overflow: hidden;
  background: #f4f8fb;
  border: 1px solid #c8dde8;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
.out-must-item--inline {
  float: left;
  width: calc(50% - 8px);
  margin-bottom: 0;
}
.out-must-item--inline:first-child { margin-right: 16px; }
.out-must-row::after { content: ''; display: table; clear: both; }

.out-must-icon {
  float: left;
  font-size: 28px;
  margin-right: 14px;
  margin-top: 2px;
  line-height: 1;
  display: block;
}
.out-must-title {
  display: block;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 4px;
}
.out-must-desc {
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #6b7c8d;
  margin: 0;
}

/* ================================================================
  STEP フロー
  ================================================================ */
.out-steps {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.out-steps::after { content: ''; display: table; clear: both; }

.out-step {
  float: left;
  width: calc(24.9% - 12px);
  background: #fff;
  border: 1px solid #c8dde8;
  border-top: 3px solid #719bad;
  border-radius: 0 0 8px 8px;
  padding: 16px 14px;
  box-sizing: border-box;
  min-height: 100px;
}
.out-steps--3 .out-step { width: calc(33.1% - 10px); }

.out-step-arrow {
  float: left;
  width: 13px;
  text-align: center;
  font-size: 20px;
  color: #719bad;
  padding-top: 30px;
  margin: 0 2px;
}

.out-step-num {
  display: block;
  text-align: center;
  background: #719bad;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.out-step-body strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 6px;
  line-height: 1.4;
}
.out-step-body span {
  display: block;
  font-size: .8rem;
  color: #6b7c8d;
  line-height: 1.5;
}

/* ================================================================
  お子さま受診ボックス
  ================================================================ */
.out-child-box {
  background: #f4f8fb;
      border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px 24px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  color: #5a7a8a;
}
.out-child-strong {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 8px;
}

/* ================================================================
  院外処方ボックス
  ================================================================ */
.out-pharmacy-box {
  background: #eaf3f8;
  border-left: 5px solid #719bad;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-bottom: 20px;
  text-align: center;
}
.out-pharmacy-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
}
.out-pharmacy-sub {
  font-size: 15px;
  font-weight: 700;
  color: #c0724a;
  margin-bottom: 10px;
}
.out-pharmacy-note {
  font-size: 14px;
  color: #5a7a8a;
}

/* ================================================================
  レスポンシブ
  ================================================================ */
@media (max-width: 680px) {
  .out-time-hour { font-size: 18px; }
  .out-time-hour strong { font-size: 22px; }
  .out-emergency-tel { font-size: 24px; }

  /* STEPを縦積み */
  .out-step {
    float: none !important;
    width: 100% !important;
    margin-bottom: 8px;
    min-height: auto;
  }
  .out-step-arrow {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    transform: rotate(90deg);
    margin: 2px 0;
  }

  /* 持参物を縦積み */
  .out-must-item--inline {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .out-pharmacy-title { font-size: 17px; }
  .out-child-strong { font-size: 15px; }
}

/* ================================================================
コンタクトフォーム
  ================================================================ */
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #333;
}
.wpcf7 form.sent .wpcf7-response-output {
       border-color: #ddd;
}