/**
 * ウレタン塗膜防水ページ用
 * デザインは entry-waterproofing に合わせる（グラデーション・シャドウなし）
 */

/* 防水工事ページと同じレイアウトのため waterproofing.css を併用。
   以下は当ページ専用の上書き・追加のみ */

   .main-title {
    font-size: 2.5rem !important;
   }

   .sub-title {
    font-size: 1.25rem !important;
    margin-bottom: 1rem;
   }

/* シャドウなし（防水工事ページと見せ方を合わせつつフラットに） */
.entry-body .reason-item,
.entry-body .point-item {
  box-shadow: none;
}

.reason-item-title {
  font-size: 1.25rem !important;
  font-weight: bold;
  /* margin-bottom: 0.5rem; */
}

/* ヒーロー：ウレタン用の余白 */
.entry-body .hero-bg {
  padding: 7rem 15px;
  margin-bottom: 5rem;
}

/* 基礎知識：本文と画像を横並び、画像下にキャプション */
.uretan-basic__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}

.uretan-basic__text {
  flex: 1 1 280px;
  min-width: 0;
}

.uretan-basic__text p {
  margin-bottom: 0;
}

.uretan-basic__visual {
  flex: 0 1 440px;
  min-width: 0;
}

.uretan-basic__img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.uretan-basic__visual .uretan-visual-note {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--navy, #003067);
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .uretan-basic__row {
    flex-direction: column;
  }

  .uretan-basic__text {
    order: 1;
    flex: 1;
  }

  .uretan-basic__visual {
    order: 2;
  }
  .uretan-basic__visual .uretan-visual-note {
    font-size: 1rem;
  }
}

/* 2つの工法：リスト */
.uretan-list {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  font-size: inherit;
  line-height: 1.7;
}

.uretan-list li {
  margin-bottom: 0.25rem;
}

/* おすすめカード */
.uretan-recommend {
  border: 2px solid var(--blue, #0075ba);
  padding: 20px;
}

.uretan-badge {
  display: inline-block;
  background: var(--blue, #0075ba);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.35rem 0.65rem;
  margin-bottom: 0.75rem;
}

/* プロからの警告 */
.uretan-warning {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #ffeeee;
  border-left: 5px solid var(--red, #ea2e3e);
}

.uretan-warning-ttl {
  font-weight: bold;
  color: var(--red, #ea2e3e);
  margin-bottom: 0.5rem;
}

.uretan-warning p:last-child {
  margin-bottom: 0;
}

/* ========== メリット・デメリット ========== */
.uretan-proscons-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.uretan-proscons-col {
  flex: 1 1 280px;
  min-width: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #e8eaec;
}

.uretan-proscons-col--merit .uretan-proscons-heading {
  background: #16a34a;
  color: #fff;
  border-bottom: none !important;
}

.uretan-proscons-col--demerit .uretan-proscons-heading {
  background: #ea580c;
  color: #fff;
  border-bottom: none !important;
}

.uretan-proscons-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0.75rem 1rem;
  font-family: var(--mincho_b, serif);
}

.uretan-proscons-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
}

.uretan-proscons-item {
  padding: 0;
}

.uretan-proscons-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.uretan-proscons-tag--merit {
  background: #dcfce7;
  color: #166534;
}

.uretan-proscons-tag--demerit {
  background: #ffedd5;
  color: #c2410c;
}

.uretan-proscons-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.35rem;
  color: #1a1a1a;
  line-height: 1.4;
}

.uretan-proscons-desc {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.75;
  color: #444;
}

@media (max-width: 768px) {
  .uretan-proscons-box {
    flex-direction: column;
    gap: 1.25rem;
  }

  .uretan-proscons-col {
    flex: 1 1 auto;
  }
}

/* ========== 費用目安と耐用年数（UI/UX改善） ========== */
.uretan-price-sec .uretan-price-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 1.5rem;
  border: 1px solid #e0e0e0;
  border-top: 3px solid var(--blue, #0075ba);
}

.uretan-price-block {
  flex: 1 1 50%;
  min-width: 0;
  padding: 1.5rem 1.25rem;
  background: #fff;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.uretan-price-block:last-child {
  border-right: none;
  text-align: center;
}

.uretan-price-label {
  font-size: 0.8125rem;
  color: #666;
  margin: 0 0 0.5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.uretan-price-value {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--navy, #003067);
  margin: 0 0 0.5rem;
  font-family: var(--mincho_b, serif);
  line-height: 1.3;
}

.uretan-price-unit {
  font-size: 1rem;
  font-weight: normal;
}

.uretan-price-per {
  font-size: 0.875rem;
  font-weight: normal;
  color: #555;
}

.uretan-price-note {
  font-size: 0.8rem;
  color: #999;
  margin: 0;
  line-height: 1.4;
}

.uretan-price-caption {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 768px) {
  .uretan-price-block {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .uretan-price-block:last-child {
    border-bottom: none;
  }
}

/* 3つのポイント（青背景内） */
.uretan-points-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.uretan-point-item {
  flex: 1 1 180px;
  text-align: center;
  padding: 1.25rem 1rem;
  background: rgba(255, 255, 255, 0.12);
}

.uretan-point-num {
  display: block;
  font-size: 1.75rem;
  font-family: var(--font_en, Georgia, serif);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.uretan-point-txt {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* CTA：1つだけなので幅100%に・角丸なし */
.entry-body .reason-box.contact-box .reason-item.contact-item {
  width: 100%;
}

.uretan-cta-btn-inner {
  display: inline-block;
  background: var(--blue, #0075ba);
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .entry-body .hero-bg {
    margin-bottom: 3rem;
  }

  .main-title {
    font-size: 1.4rem !important;
  }
  .sub-title {
    font-size: 1rem !important;
  }

  .uretan-price-caption {
    font-size: 0.8rem;
  }

  .uretan-points-box {
    flex-direction: column;
  }

  .uretan-point-item {
    flex: 1 1 auto;
  }

  .uretan-points-title {
    font-size: 1.4rem !important;
  }
}
