﻿@charset "utf-8";

/* ===============================
   repair 専用
================================ */

body.repair #contents_left {
  background-color: #ffffff;
}

/* 左カラム枠 */
.repair_box {
  padding: 22px 5px 40px;
  box-sizing: border-box;
}

/* 仮コンテンツ表示 */
.repair_placeholder {
  padding: 5px;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  border: 1px dashed #ccc;
}

.repair_theory_figure  {
  margin-top: 20px;
  text-align: center;
}

.repair_theory_figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.repair_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;   /* ← 一番効く */
  color: #333;
}

.repair_text p {
  margin-bottom: 16px;
}

.repair_text .lead {
  font-size: 15px;
  font-weight: bold;
  color: #1f4e79;     /* 見出しバーと同系色 */
}

#contents_left h3 {
  margin: 18px 0 12px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 4px solid #4b6fa3;
  color: #1f4e79;
}

/* repair サブ見出し強化 */
body.repair #contents_left h3 {
  margin: 20px 0 16px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #1f4e79;

  background: #f2f6fb;
  border-left: 4px solid #4b6fa3;
}

/* repair 説明文全体 */
.repair_text {
  margin-top: 20px;
  padding: 18px 18px 6px;
  background: #fafbfd;
  border: 1px solid #e1e6ee;
  border-radius: 4px;

  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

.repair_text .lead {
  font-size: 15px;
  font-weight: bold;
  color: #1f4e79;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b7c9df;
}

body.repair .section_h2 {
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.repair_section_img {
  margin: 0 0 25px;
  text-align: center;
}

.repair_section_img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}


/* ===============================
   repair layout blocks
================================ */

.repair_block{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin-top:25px;
  align-items: center;
}

.repair_block.right{
  flex-direction:row-reverse;
}

.repair_img{
  width:40%;
}

.repair_img img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom: 10px;
  border-radius:4px;
}

.img img:last-child{
  margin-bottom: 0;
}

.repair_txt{
  width: 100%;
  
}

/* 見出し */

.repair_txt h3{
  margin-bottom:12px;
  padding:10px 12px;
  font-size:15px;
  font-weight:bold;
  color:#1f4e79;
  background:#f2f6fb;
  border-left:4px solid #4b6fa3;
}

/* 本文 */

.repair_txt p{
  font-size:14px;
  line-height:1.9;
  color:#333;
  margin-bottom:14px;
}

.repair_txt .lead{
  font-weight:bold;
  font-size:15px;
  color:#1f4e79;
}

/* H2微調整 */

body.repair .section_h2{
  margin-bottom:18px;
}

.repair_section_img {
  margin: 10px 0 25px;
}

.repair_section_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}