@charset "utf-8";

/* ============================================================
   rescue
============================================================ */

#main h1 {
  margin-bottom: 30px;
}
#main h1 img {
  width: 100%;
  max-width: 506px;
  height: auto;
}

#lead {
  margin-bottom: 30px;
}
#lead h2 img {
  width: 100%;
  max-width: 302px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
#lead strong img {
  width: 100%;
  max-width: 154px;
  height: auto;
  float: right;
  margin: 0 0 12px 16px;
}
#lead p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #444;
}

#menu {
  background: #f0f7f0;
  border: 1px solid #c8d8a0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
#menu strong img {
  width: 100%;
  max-width: 422px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#menu ul#mn_lead {
  margin-bottom: 20px;
}
#menu ul#mn_lead li {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
  padding-left: 1em;
}
#menu div#page_menu h2 img {
  width: 100%;
  max-width: 812px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#menu div#page_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#menu div#page_menu li {
  width: calc(25% - 9px);
}
#menu div#page_menu li img {
  width: 100%;
  height: auto;
}

/* 修理項目共通 */
.pc_item {
  border: 1px solid #d4b896;
  background: #fff9f0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pc_item h2 {
  margin-bottom: 16px;
  width: 100%;
}
.pc_item h2 img {
  width: 100%;
  max-height: 40px;
  height: auto;
  object-fit: contain;
  object-position: left;
}
.pc_item a.btn_inq {
  display: block;
  margin-bottom: 16px;
}
.pc_item a.btn_inq img {
  width: 100%;
  max-width: 226px;
  height: auto;
}

/* 各項目内レイアウト */
.rescue_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.rescue_left {
  flex: 1;
  min-width: 200px;
}
.rescue_right {
  flex-shrink: 0;
  width: 220px;
}
.rescue_right img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.pc_item strong img {
  width: 100%;
  max-width: 338px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.pc_item em img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.pc_item p.article {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}
.pc_item img.this_img {
  width: 100%;
  max-width: 391px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
.pc_item ul.charge {
  background: #95ae10;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.pc_item ul.charge li {
  color: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.8;
}

/* ============================================================
   responsive (max 768px)
============================================================ */
@media (max-width: 768px) {

  #lead strong img {
    float: none;
    max-width: 100px;
    margin: 0 0 12px;
  }

  #menu div#page_menu li {
    width: calc(50% - 6px);
  }

  .rescue_inner {
    flex-direction: column;
  }
  .rescue_right {
    width: 100%;
  }
}