/* =========================
   e-Home Bike お届け不可エリア
   ========================= */

.nodelivery-wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.nodelivery-wrap * {
  box-sizing: border-box;
}

/* ===== 共通 ===== */
.nodelivery-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.nodelivery-title {
  color: #F16A0E;
  padding: 20px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.nodelivery-block {
  margin-bottom: 40px;
}

.nodelivery-areaTitle {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
}

/* ===== テーブル（PC） ===== */
.nodelivery-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.nodelivery-table th,
.nodelivery-table td {
  border: 1px solid #ccc;
  padding: 12px 14px;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nodelivery-table th {
  width: 160px;
  background-color: #f5f7fa;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

}
@media screen and (min-width: 751px) {
  .nodelivery-title {
    margin-bottom: 45px; /* ← 好みで 24〜40px くらいで調整OK */
  }

  /* 北海道（最初のブロック）側にも少し余白を足したい場合 */
  .nodelivery-block:first-of-type {
    margin-top: 12px;
  }
}
 .nodelivery-areaTitle {
    margin-top: 0;
    margin-bottom: 20px; /* 12→16 など */
  }

/* ===== スマホ（縦積み） ===== */
@media screen and (max-width: 750px) {
	.nodelivery-title {
    margin-bottom: 34px; 
  }
	
  .nodelivery-container {
    padding: 0 16px;
  }

  .nodelivery-title {
    padding: 10px 0;
    font-size: 22px;
  }

  /* ECBeing共通CSSに勝つため強制 */
  .nodelivery-table,
  .nodelivery-table tr,
  .nodelivery-table th,
  .nodelivery-table td,
  .nodelivery-table tbody {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  .nodelivery-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .nodelivery-table tr {
    border-bottom: 1px solid #ccc;
  }

  .nodelivery-table th {
    background-color: #eef2f7;
    white-space: normal !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .nodelivery-table td {
    border-top: none;
  }
}
