@charset "utf-8";

/* ============================================================
   pc
============================================================ */

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

/* リード */
#lead {
  margin-bottom: 30px;
}
#lead strong img {
  width: 100%;
  max-width: 393px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
#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;
}
#menu strong img {
  width: 100%;
  max-width: 378px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#menu ul#mn_lead {
  margin-bottom: 16px;
}
#menu ul#mn_lead li {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
  padding-left: 1em;
}
#menu dl#page_menu {
  display: flex;
  flex-wrap: wrap;
}
#menu dl#page_menu dt {
  width: 100%;
}
#menu dl#page_menu dt img {
  width: 100%;
  max-width: 654px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
#menu dl#page_menu dd {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  text-align: center;
}
#menu dl#page_menu dd:last-child {
  margin-left: 25%;
}
#menu dl#page_menu dd img {
  width: 100%;
  max-width: 155px;
  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;
}

/* 修理項目レイアウト */
.pc_item_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pc_item_img {
  flex-shrink: 0;
  width: 200px;
}
.pc_item_img img {
  width: 100%;
  height: auto;
}
.pc_item_info {
  flex: 1;
  min-width: 200px;
}

.pc_item dl.problem {
  margin-bottom: 16px;
}
.pc_item dl.problem dt img {
  width: 100%;
  max-width: 138px;
  height: auto;
  margin-bottom: 8px;
}
.pc_item dl.problem dd {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #3389a3;
  padding-bottom: 4px;
}

.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;
}

.pc_item div.article {
  margin-bottom: 16px;
}
.pc_item div.article h3 img {
  width: 100%;
  max-width: 298px;
  height: auto;
  margin-bottom: 8px;
}
.pc_item div.article p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
}

.pc_item div.os {
  background: #f7ece1;
  padding: 10px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.pc_item div.os h3 img {
  width: 100%;
  max-width: 68px;
  height: auto;
  margin-bottom: 6px;
}
.pc_item div.os p {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #444;
}

.pc_item div.subimg ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pc_item div.subimg li {
  width: 150px;
}
.pc_item div.subimg li img {
  width: 100%;
  height: auto;
  display: block;
}
.pc_item div.subimg li p {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 4px;
  color: #666;
}

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

  .pc_item_inner {
    flex-direction: column;
  }
  .pc_item_img {
    width: 100%;
    max-width: 200px;
  }

  .pc_item div.subimg li {
    width: calc(50% - 4px);
  }
}