/* =========================================================
   治療詳細ページ（痔核根治手術／いぼ痔の手術）treatment.css
   Figma node 287-1424 (pc__pc) 忠実再現。
   ヘッダーは新町共通(main.css)、INFORMATION/フッターは本院用。
   カラーはmain.cssの :root 変数を利用（緑 #008058 / #40c098）。
   ========================================================= */

:root {
	--tp-purple: #a46fc4;      /* 本院アクセント紫 */
	--tp-purple-l: #f0e6f6;
	--tp-purple-mid: #c9a3e0;
	--tp-pink-l: #fcecf3;
}

.tpage { color: var(--ink-2); font-size: 16px; line-height: 1.9; }
.tp-container { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
.tpage p { margin: 0 0 1.6em; }
.tpage p:last-child { margin-bottom: 0; }

/* ---------- HERO ---------- */
.tp-hero {
	position: relative; height: 340px; display: flex; align-items: center; justify-content: center;
	padding: 0 28px; /* 長いページタイトルが画面端に触れないように */
	background: linear-gradient(120deg, #b98fcf 0%, #caa0dd 45%, #e6d3ef 100%);
	overflow: hidden;
}
/* 新町・人間ドック配下の下層ページ用（緑基調ヒーロー） */
.tp-hero--green { background: linear-gradient(120deg, #0a8a60 0%, #2fa982 48%, #7fd0b6 100%); }
.tp-hero--green .tp-hero__title { text-shadow: 0 2px 16px rgba(0,60,40,.3); }
.tp-hero__bg { position: absolute; inset: 0; z-index: 0; opacity: .55; }
.tp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: soft-light; }
.tp-hero__title {
	position: relative; z-index: 1; margin: 0; text-align: center; line-height: 1.4;
	font-family: var(--f-serif-jp); font-weight: 600; color: #fff;
	font-size: clamp(28px, 4vw, 46px); letter-spacing: .08em;
	text-shadow: 0 2px 16px rgba(90,50,120,.35);
}

/* ---------- breadcrumb ---------- */
.tp-crumb { max-width: 1120px; margin: 0 auto; padding: 18px 32px 0; font-size: 13px; color: var(--muted); }
.tp-crumb a { color: var(--muted); }
.tp-crumb a:hover { color: var(--green-primary); }
.tp-crumb span { color: var(--ink-2); }

/* ---------- 本文ブロック ---------- */
.tp-body { padding: 40px 0 90px; }
.tp-intro { margin-bottom: 20px; }
.tp-intro p { font-size: 16px; }

/* H2: 緑・下線太 */
.tp-h2 {
	font-family: var(--f-serif-jp); font-weight: 600; color: var(--green-primary);
	font-size: clamp(24px, 3vw, 34px); letter-spacing: .06em; line-height: 1.4;
	margin: 64px 0 26px; padding-bottom: 16px; border-bottom: 3px solid var(--green-primary);
}
.tp-h2:first-child { margin-top: 0; }

/* H3: 明朝・細下線 */
.tp-h3 {
	font-family: var(--f-serif-jp); font-weight: 600; color: var(--ink);
	font-size: clamp(19px, 2.1vw, 24px); letter-spacing: .04em;
	margin: 40px 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line-2);
}

/* ---------- 重症度リスト（1度〜4度） ---------- */
.tp-grades { margin: 24px 0 8px; }
.tp-grade {
	display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 24px;
	padding: 16px 6px; border-bottom: 1px solid var(--line);
}
.tp-grade__label {
	display: inline-block; text-align: center; color: #fff; font-weight: 700; font-size: 15px;
	background: linear-gradient(135deg, #52c4a2, #40c098); border-radius: 4px; padding: 7px 4px;
}
.tp-grade__desc { color: var(--ink-2); font-size: 15px; }

/* ---------- 術式ブロック（①② 2カラム / ③ フル） ---------- */
.tp-method { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin: 34px 0; }
.tp-method__col { min-width: 0; }
.tp-method__bar {
	background: linear-gradient(135deg, #52c4a2, #40c098); color: #fff;
	font-weight: 700; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.5;
	padding: 14px 22px; border-radius: 6px; margin-bottom: 20px;
}
.tp-method__bar small { display: inline; font-size: .92em; font-weight: 700; }
.tp-method__text { font-size: 15px; }
.tp-method__img img { width: 100%; border-radius: 8px; }

/* ③ フル幅見出し + 中央図 + 比較グリッド */
.tp-method--full { display: block; }
.tp-method--full .tp-method__bar { margin-bottom: 26px; }
.tp-method__hero-img { max-width: 560px; margin: 0 auto 26px; }
.tp-method__hero-img img { width: 100%; border-radius: 8px; }
.tp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.tp-compare__item img { width: 100%; border-radius: 8px; }

/* ---------- チェックリスト（こんな方は） ---------- */
.tp-checklist {
	background: var(--tp-purple-l); border-radius: 10px; padding: 34px 40px; margin-top: 24px;
}
.tp-checklist li {
	position: relative; padding: 9px 0 9px 38px; font-weight: 700; color: var(--ink); font-size: 16px;
}
.tp-checklist li::before {
	content: ""; position: absolute; left: 0; top: 12px; width: 22px; height: 22px;
	border: 2px solid var(--green-accent); border-radius: 4px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2340c098' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l6 6L20 5'/%3E%3C/svg%3E") center/15px no-repeat;
}

/* ---------- 本文メディア / リスト（下層原稿用） ---------- */
.tp-figure { margin: 24px 0 8px; }
.tp-figure img { width: 100%; border-radius: 8px; }
.tp-figure video { width: 100%; border-radius: 8px; background: #000; display: block; }
.tp-media .tp-figure { margin: 0; }
.tp-figure--center { max-width: 560px; margin-left: auto; margin-right: auto; }
.tp-figcap { margin-top: 8px; font-size: 13px; color: var(--muted); text-align: center; }

.tp-media { margin: 24px 0 8px; display: grid; gap: 18px; }
.tp-media--2 { grid-template-columns: 1fr 1fr; }
.tp-media--3 { grid-template-columns: repeat(3, 1fr); }
.tp-media video, .tp-media img { width: 100%; border-radius: 8px; background: #000; display: block; }
.tp-media img { background: transparent; }

.tp-list { margin: 20px 0; padding: 26px 32px; background: var(--green-mist); border-radius: 10px; }
.tp-list li { position: relative; padding: 8px 0 8px 22px; font-size: 16px; color: var(--ink-2); }
.tp-list li::before { content: "・"; position: absolute; left: 0; color: var(--green-accent); font-weight: 700; }

/* 料金テーブル（費用のご案内 等） */
.tp-table-wrap { overflow-x: auto; margin: 20px 0 8px; }
.tp-table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; }
.tp-table th, .tp-table td { padding: 13px 16px; border: 1px solid var(--line); text-align: left; }
/* 表セル内の症例画像（脳ドックのMRI撮影例など）。
   img{width:100%} のままだと自動レイアウトの表で原寸(180px)を大きく超えて拡大され、
   PCでぼやけた巨大画像になる。原寸を上限にして中央寄せ、狭い画面では縮める。 */
.tp-table td .tp-figure { margin: 0; }
.tp-table td .tp-figure img { width: 100%; max-width: 180px; height: auto; margin: 0 auto; display: block; }
@media (max-width: 700px) {
	.tp-table td .tp-figure img { max-width: 130px; }
}
.tp-table thead th { background: var(--green-primary); color: #fff; font-weight: 700; white-space: nowrap; }
.tp-table tbody tr:nth-child(even) { background: var(--green-mist); }
.tp-table .is-price { font-weight: 700; color: var(--green-primary); white-space: nowrap; }
.tp-table .is-time { white-space: nowrap; }

/* 索引ページの子ページカード一覧 [cards] */
.tp-cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 8px; }
.tp-card {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green-accent);
	border-radius: 8px; padding: 18px 20px; box-shadow: var(--shadow-soft); transition: .2s;
}
.tp-card:hover { border-left-color: var(--green-primary); box-shadow: var(--shadow-card); transform: translateY(-2px); }
.tp-card__title { font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.5; }
.tp-card__arrow { color: var(--green-accent); font-size: 18px; flex-shrink: 0; }
@media (max-width: 900px) { .tp-cardgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tp-cardgrid { grid-template-columns: 1fr; } }

/* ---------- 検査名＋料金（下層原稿の価格行） ---------- */
.tp-price {
	display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 16px;
	margin: 28px 0 6px !important; padding: 14px 20px;
	background: var(--green-mist); border-left: 4px solid var(--green-accent); border-radius: 0 8px 8px 0;
}
.tp-price__name { font-weight: 700; font-size: 17px; color: var(--ink); line-height: 1.5; }
.tp-price__yen {
	margin-left: auto; flex-shrink: 0; font-weight: 700; font-size: 15px; color: var(--green-primary);
	background: #fff; border: 1px solid var(--green-accent); border-radius: 999px; padding: 4px 14px;
}
.tp-price + p { margin-top: 6px; }
/* 同一コースで複数料金（男女別・検査方式別）を並べる場合は詰める */
.tp-price + .tp-price { margin-top: 8px !important; }

/* 検査名｜料金｜予約タグ（オプション検査などの見出し行） */
.tp-h3price { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.tp-h3price__name { flex: 1 1 auto; }
.tp-h3price__yen {
	flex-shrink: 0; font-family: var(--f-sans-jp, inherit); font-size: 16px; font-weight: 700;
	color: var(--green-primary); background: var(--green-mist);
	border: 1px solid var(--green-accent); border-radius: 999px; padding: 4px 16px;
}
.tp-h3price__tag {
	flex-shrink: 0; font-size: 12px; font-weight: 700; color: #fff;
	background: var(--green-accent); border-radius: 4px; padding: 4px 10px;
}
@media (max-width: 560px) {
	.tp-price__yen { margin-left: 0; }
	.tp-h3price__name { flex-basis: 100%; }
}

/* ダウンロードリンク（問診票PDF等） */
.tp-dl-link { color: var(--green-primary); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.tp-dl-link:hover { color: var(--green-accent); }

/* 小見出し（h4） */
.tp-h4 { margin: 26px 0 12px; font-size: 16px; font-weight: 700; color: var(--green-primary); }

/* ---------- NEWS 一覧・詳細 ---------- */
.news-archive { max-width: 860px; margin: 0 auto; }
.news-archive__pager { margin-top: 40px; text-align: center; }
.news-archive__pager .page-numbers {
	display: inline-block; min-width: 40px; padding: 9px 12px; margin: 0 3px;
	background: #fff; border: 1px solid var(--line-2); border-radius: 8px;
	font-size: 14px; color: var(--ink); font-weight: 500;
}
.news-archive__pager .page-numbers.current { background: var(--green-primary); border-color: var(--green-primary); color: #fff; }
.news-archive__pager a.page-numbers:hover { border-color: var(--green-accent); color: var(--green-primary); }

.news-single { max-width: 860px; margin: 0 auto; }
.news-single__date { font-size: 14px; color: var(--muted); letter-spacing: .06em; margin-bottom: 10px; }
.news-single__title { margin-top: 0; }
.news-single__body p { margin: 0 0 1.6em; }
.news-single__back { max-width: 860px; margin: 44px auto 0; text-align: center; }

/* 末尾：ご予約・お問い合わせ */
.tp-contact { margin-top: 40px; text-align: center; background: var(--green-mist); border: 1px solid var(--green-accent); border-radius: 12px; padding: 34px 28px; }
.tp-contact__title { font-weight: 700; font-size: 18px; color: var(--green-primary); margin-bottom: 14px; }
.tp-contact__tel { font-size: 28px; font-weight: 700; color: var(--ink); letter-spacing: .02em; }
.tp-contact__tel small { display: block; font-size: 14px; font-weight: 500; color: var(--ink-2); margin-bottom: 2px; }
.tp-contact__note { margin-top: 12px; font-size: 14px; color: var(--ink-2); }
.tp-contact__tel { display: inline-block; text-decoration: none; }
.tp-contact__hours { margin-top: 10px; font-size: 13px; color: var(--muted); }
.tp-contact__btns { margin-top: 20px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.tp-contact__btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 13px 26px; border-radius: 999px;
	font-weight: 700; font-size: 15px; text-decoration: none;
	transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.tp-contact__btn:hover { transform: translateY(-1px); }
.tp-contact__btn--primary { background: var(--green-primary); color: #fff; }
.tp-contact__btn--primary:hover { background: var(--green-primary-d); }
.tp-contact__btn--line { background: var(--line-green); color: #fff; }
.tp-contact__btn--line:hover { background: var(--line-green-d); }
.tp-contact__btn--ghost { background: #fff; color: var(--green-primary); border: 1.5px solid var(--green-accent); }
.tp-contact__btn--ghost:hover { background: var(--green-soft); }
/* 本文中の電話番号（自動tel:リンク化） */
.tp-tel { color: inherit; font-weight: 700; text-decoration: none; border-bottom: 1px dotted currentColor; }
.tp-tel:hover { color: var(--green-primary); }
@media (max-width: 560px) {
	.tp-contact { padding: 26px 18px; }
	.tp-contact__btns { flex-direction: column; }
	.tp-contact__btn { justify-content: center; }
}

.tp-download { margin: 20px 0; padding: 20px 24px; background: var(--green-mist); border: 1px solid var(--green-accent); border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.tp-download__label { font-weight: 700; color: var(--green-primary); }
.tp-download__note { font-size: 13px; color: var(--ink-2); margin-top: 4px; }
.tp-download__btn { display: inline-block; padding: 10px 22px; background: var(--green-accent); color: #fff; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }

@media (max-width: 700px) {
	.tp-media--2, .tp-media--3 { grid-template-columns: 1fr; }
}

/* =========================================================
   INFORMATION（本院）
   ========================================================= */
.tp-info { padding: 20px 0 90px; }
.tp-info__card { max-width: 1120px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); padding: 56px 56px 60px; }
.tp-info__head { text-align: center; margin-bottom: 44px; }
.tp-info__en { display: block; font-family: var(--f-serif-en); font-size: clamp(34px, 4.5vw, 54px); font-weight: 500; letter-spacing: .06em; color: var(--title-en); line-height: 1; }
.tp-info__jp { display: block; margin-top: 12px; font-weight: 700; letter-spacing: .18em; color: var(--tp-purple); font-size: 16px; }
.tp-info__body { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 40px; align-items: start; }

/* 診療時間テーブル */
.tp-hours__cap { text-align: center; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.tp-hours { width: 100%; border-collapse: collapse; font-size: 14px; }
.tp-hours th, .tp-hours td { text-align: center; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.tp-hours thead th { background: var(--tp-purple-l); color: var(--ink); font-weight: 700; }
.tp-hours .is-off { color: var(--green-accent); font-size: 12px; }
.tp-hours__note { margin-top: 16px; text-align: center; font-size: 13px; line-height: 1.9; color: var(--ink-2); }
.tp-hours__note b { display: block; font-weight: 400; }

/* 中央：本院情報 */
.tp-branch { text-align: center; }
.tp-branch__name { font-family: var(--f-serif-jp); font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 18px; }
.tp-branch__addr { font-size: 14px; line-height: 1.9; color: var(--ink-2); margin-bottom: 22px; }
.tp-branch__tel-note { font-size: 13px; color: var(--tp-purple); font-weight: 700; }
.tp-branch__tel { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 30px; font-weight: 700; color: var(--ink); letter-spacing: .02em; margin: 4px 0 22px; }
.tp-branch__tel svg { stroke: var(--tp-purple); }
.tp-branch__btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.tp-branch__btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.tp-branch__btn--web { background: linear-gradient(135deg, #b98fcf, var(--tp-purple)); color: #fff; }
.tp-branch__btn--dl { background: var(--tp-purple-l); color: var(--tp-purple); }
.tp-info__map { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-soft); }
.tp-info__map img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   本院フッター（footer-honin.php）
   ========================================================= */
.hfooter { background: var(--green-primary); color: #fff; padding: 56px 0 30px; }
.hfooter__logo { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 40px; }
.hfooter__logo-mark { width: 44px; height: 44px; background: #fff; border-radius: 7px; display: flex; align-items: center; justify-content: center; }
.hfooter__logo-en { font-family: var(--f-serif-en); font-weight: 600; font-size: 11px; line-height: 1.05; color: #1f6fb2; }
.hfooter__logo-jp { font-weight: 900; font-size: 26px; color: #fff; letter-spacing: .02em; }
.hfooter__cols { max-width: 1120px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.hfcol__title { font-size: 16px; font-weight: 700; letter-spacing: .06em; padding-bottom: 14px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.35); }
.hfcol__list li { margin-bottom: 15px; }
.hfcol__list a { font-size: 14px; color: rgba(255,255,255,.92); }
.hfcol__list a:hover { color: #fff; text-decoration: underline; }

.hfooter__band { max-width: 1120px; margin: 40px auto 0; padding: 0 32px; }
.hfooter__band-inner { background: rgba(255,255,255,.08); border-radius: 12px; padding: 30px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.hfooter__info-title { font-weight: 700; padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.35); }
.hfooter__addr { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.92); }
.hfooter__tel { font-size: 24px; font-weight: 700; margin: 4px 0; }
.hfooter__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hfooter__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.hfooter__btn--web { background: linear-gradient(135deg, #b98fcf, var(--tp-purple)); color: #fff; }
.hfooter__btn--line { background: #06c755; color: #fff; }
.hfooter__btn--dl { background: var(--tp-purple-l); color: var(--tp-purple); }
.hfooter__tags-title { font-weight: 700; padding-bottom: 10px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 15px; }
.hfooter__tags { display: flex; flex-wrap: wrap; gap: 12px; }
.hfooter__tag { display: inline-flex; align-items: center; background: #fff; color: var(--green-primary); border-radius: 6px; padding: 10px 18px; font-size: 14px; font-weight: 700; }
.hfooter__copy { text-align: center; margin-top: 40px; font-size: 12px; letter-spacing: .06em; color: rgba(255,255,255,.8); }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 900px) {
	.tp-method { grid-template-columns: 1fr; gap: 16px; }
	.tp-method__img { max-width: 520px; }
	.tp-info__body { grid-template-columns: 1fr; gap: 30px; }
	.tp-info__card { padding: 40px 24px; }
	.hfooter__cols { grid-template-columns: 1fr 1fr; gap: 28px; }
	.hfooter__band-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.tp-hero { height: 220px; padding: 0 20px; }
	/* 長いタイトルでも2〜3行で収まるよう文字サイズを画面幅に追従させる */
	.tp-hero__title { font-size: clamp(21px, 6.2vw, 28px); letter-spacing: .05em; }
	.tp-container, .tp-crumb { padding-left: 20px; padding-right: 20px; }
	.tp-body { padding: 30px 0 60px; }
	.tp-grade { grid-template-columns: 96px 1fr; gap: 14px; }
	.tp-compare { grid-template-columns: 1fr; }
	.tp-checklist { padding: 24px 20px; }
	.tp-branch__tel { font-size: 26px; }
	.hfooter__cols { grid-template-columns: 1fr 1fr; }
	.hfooter__tel { font-size: 22px; }
}

/* ===== 自由診療の限定解除ブロック [jiyu] ===== */
.tp-jiyu {
	margin: 40px 0 8px;
	padding: 22px 26px;
	border: 1px solid var(--line, #e5e5e5);
	border-left: 4px solid var(--green-primary, #008058);
	border-radius: 10px;
	background: var(--green-mist, #f4faf8);
	font-size: 14px;
	line-height: 1.85;
	color: var(--ink-2, #555);
}
.tp-jiyu__title { font-weight: 700; font-size: 15px; color: var(--ink, #333); margin: 0 0 12px; }
.tp-jiyu__sub { font-weight: 500; font-size: 12px; color: var(--muted, #8a8a8a); margin-left: 4px; }
.tp-jiyu__dl { margin: 0; }
.tp-jiyu__dl > div { display: grid; grid-template-columns: 128px 1fr; gap: 6px 16px; padding: 8px 0; border-top: 1px dashed var(--line-2, #d9d9d9); }
.tp-jiyu__dl > div:first-child { border-top: 0; }
.tp-jiyu__dl dt { font-weight: 600; color: var(--ink, #333); margin: 0; }
.tp-jiyu__dl dd { margin: 0; }
.tp-jiyu__foot { margin: 12px 0 0; font-size: 12.5px; color: var(--muted, #8a8a8a); }
.tp-jiyu__todo { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 4px; background: #fff3cd; color: #8a6d00; font-size: 11.5px; font-weight: 600; white-space: nowrap; }
@media ( max-width: 600px ) {
	.tp-jiyu { padding: 18px 18px; }
	.tp-jiyu__dl > div { grid-template-columns: 1fr; gap: 2px; }
	.tp-jiyu__todo { white-space: normal; }
}


/* =========================================================
   同じカテゴリのページへの回遊リンク（hcs_related_pages）
   ========================================================= */
.tp-related { margin: 56px 0 8px; padding-top: 34px; border-top: 1px solid var(--tp-line, rgba(1,130,92,.16)); }
.tp-related__head { font-size: 15px; font-weight: 700; color: var(--tp-dark, #016b4c); letter-spacing: .06em; margin-bottom: 18px; }
@media (max-width: 560px) { .tp-related { margin-top: 40px; padding-top: 26px; } }
