/* 全体の囲み */
.hosakiususiomenmarenewal {
  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;
}
.hosakiususiomenmarenewal span{
  font-size: 18px;
  font-weight: bold;
  
}

/* 見出しっぽい文字強調（■など） */
.hosakiususiomenmarenewal br + br + br + br + br + br {
  font-weight: bold;
  margin-top: 1.5em;
}

/* テーブル共通スタイル */
.hosakiususiomenmarenewal table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
  table-layout: fixed;
}

/* テーブルのセル */
.hosakiususiomenmarenewal th,
.hosakiususiomenmarenewal td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: center;
  word-break: break-word;
}

/* ヘッダー */
.hosakiususiomenmarenewal th {
  background-color: #dcdcdc;
  font-weight: bold;
  color: #000080;
}

/* 左列（項目名） */
.hosakiususiomenmarenewal td:first-child,
.hosakiususiomenmarenewal td:nth-child(2) {
}
.hosakiususiomenmarenewal td.syoumikigen{
  
  font-weight: bold;
   color: #ff0000;
}
.hosakiususiomenmarenewal td.kikaku{
  
  font-weight: bold;
   color: #ff0000;
}



/* 備考の文字（下部） */
.hosakiususiomenmarenewal > br + br + br + br + br + br + br + br + br {
  font-size: 0.9em;
  color: #666;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .hosakiususiomenmarenewal {
    font-size: 15px;
    padding: 1em;
  }

  .hosakiususiomenmarenewal table {
    font-size: 0.85em;
  }
}
 .hosakiususiomenmanewname {
      text-decoration:underline;
     color: #2196F3; 
    }