@charset "utf-8";

/* ============================================================
   deliver
============================================================ */

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

/* リード */
#lead {
  margin-bottom: 30px;
}
#lead h2 img {
  width: 100%;
  max-width: 284px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#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;
}

/* abstract */
#abstract {
  background: #fff9f0;
  border: 1px solid #d4b896;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 40px;
}
#abstract h2 {
  margin-bottom: 16px;
}
#abstract h2 img {
  width: 100%;
  max-width: 229px;
  height: auto;
}
#abstract img#img_abst {
  width: 100%;
  max-width: 282px;
  height: auto;
  float: left;
  margin: 0 20px 16px 0;
}
#abstract p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}
#abstract em img {
  width: 100%;
  max-width: 147px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
#abstract ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  clear: both;
}
#abstract ul li img {
  width: 100%;
  max-width: 226px;
  height: auto;
}

/* 各セクション共通 */
.d_item {
  border: 1px solid #d4b896;
  background: #fff9f0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.d_item h2 {
  margin-bottom: 20px;
}
.d_item h2 img {
  width: 100%;
  max-width: 881px;
  height: auto;
}
.d_item h3 {
  margin-bottom: 12px;
}
.d_item h3 img {
  width: 100%;
  max-width: 426px;
  height: auto;
}
.d_item p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}
.d_item p.notes {
  background: #fff3cd;
  border-left: 4px solid #f0a500;
  padding: 10px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 0.82rem;
}

/* ご用意セクション */
#d_y {
  overflow: hidden;
}
#d_y > div {
  margin-bottom: 24px;
}
#d1 img,
#d2 img,
#d3 img {
  width: 100%;
  max-width: 214px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
#d3 a {
  display: block;
  margin-bottom: 16px;
}
#d3 a img {
  width: 100%;
  max-width: 333px;
  height: auto;
}

/* 資材料金表 */
#d4 h3 img {
  width: 100%;
  max-width: 371px;
  height: auto;
  margin-bottom: 8px;
}
#d4 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
  margin-top: 12px;
}
#d4 table th,
#d4 table td {
  padding: 6px 8px;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
}
#d4 table th {
  background: #e4ebc3;
  font-weight: bold;
}

/* 手配セクション */
#layout img {
  width: 100%;
  max-width: 261px;
  height: auto;
  margin-bottom: 16px;
}
#box {
  max-width: 130px !important;
}

/* 梱包・発送セクション */
#d_h img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#shizai { max-width: 317px; }
#denpyou { max-width: 497px; }
#shuka { max-width: 516px; }

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

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

  #abstract {
    padding: 16px;
  }
  #abstract img#img_abst {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
  }
  #abstract em {
    display: block;
    clear: both;
  }
  #abstract em img {
    max-width: 140px;
    margin: 0 auto 16px;
  }
  #abstract ul {
    flex-direction: column;
    align-items: center;
  }
  #abstract ul li {
    width: 100%;
  }
  #abstract ul li img {
    max-width: 100%;
    width: 100%;
  }

  #d4 {
    overflow-x: auto;
  }
  #d4 table {
    min-width: 600px;
    white-space: normal;
  }

  #layout img#car {
    max-width: 100%;
    position: static;
    display: block;
    margin-bottom: 16px;
  }
  #layout img#box {
    max-width: 130px;
    position: static;
    display: block;
    margin-bottom: 16px;
  }

  #d_h img {
    max-width: 100%;
  }
}