/* 全体の囲み */
.shiomenmarenewal {
  font-family: "Helvetica Neue", "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  padding: 2em;
  max-width: 960px;
}
.shiomenmarenewal span{
  font-size: 18px;
  font-weight: bold;
  
}

/* 見出しっぽい文字強調（■など） */
.shiomenmarenewal br + br + br + br + br + br {
  font-weight: bold;
  margin-top: 1.5em;
}

/* テーブル共通スタイル */
.shiomenmarenewal table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
  table-layout: fixed;
}

/* テーブルのセル */
.shiomenmarenewal th,
.shiomenmarenewal td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: center;
  word-break: break-word;
}

/* ヘッダー */
.shiomenmarenewal th {
  background-color: #dcdcdc;
  font-weight: bold;
  color: #000080;
}

/* 左列（項目名） */
.shiomenmarenewal td:first-child,
.shiomenmarenewal td:nth-child(2) {
}
.shiomenmarenewal td.syoumikigen{
  
  font-weight: bold;
   color: #ff0000;
}


/* 備考の文字（下部） */
.shiomenmarenewal > br + br + br + br + br + br + br + br + br {
  font-size: 0.9em;
  color: #666;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .shiomenmarenewal {
    font-size: 15px;
    padding: 1em;
  }

  .shiomenmarenewal table {
    font-size: 0.85em;
  }
}
