/* ---------------------------------------------------------------------------------------------------------

2024/02/21 追加

/acne/配下の記事に適用

--------------------------------------------------------------------------------------------------------- */

.sectionPuberty figure {
  max-width: 70%;
  margin: 0 auto;
  /* aspect-ratio: 800/500; */
  /* max-width: 800px; */
}

table.modTable {
  margin-bottom: 25px;
  width: 100%;
}
table.modTable thead th {
  text-align: center;
}
table.modTable th,
table.modTable td {
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
}
table.modTable thead th {
  text-align: center;
  background: #f30088;
  color: #fff;
  font-weight: bold;
}
table.modTable tbody th {
  white-space: nowrap;
  color: #f30088;
  font-weight: bold;
}
