/* CSS Document */
strong.y {
  font-weight: bold;
  color: #444;
  background: linear-gradient(transparent 60%, #fffe95 0%);
}
ol.parentheses_no {
  margin-left: 3.5em;
}
ol {
  list-style-type: none;
}
ol li {
  list-style-type: none;
  counter-increment: cnt;
}
ol li::before {
  content: "" counter(cnt) " ）";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
ol li::marker {
  display: none;
}
table.table-care {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem 0;
  font-size: 14px;
  line-height: 22px;
}
table.table-care th {
  width: 16%;
  box-sizing: border-box;
  background-color: #eaecef;
  text-align: center;
  padding: 0.4rem 0.7rem;
  border: solid 1px #C1BFB9;
}
table.table-care tr:nth-child(1) th {
  background: #fff989 !important;
}
table.table-care tr:nth-child(2) th {
  background: #ffe589 !important;
}
table.table-care tr:nth-child(3) th {
  background: #ffc7ac !important;
}
table.table-care tr:nth-child(4) th {
  background: #ffb4ac !important;
}
table.table-care tr:nth-child(5) th {
  background: #fba3b3 !important;
}
table.table-care tr:nth-child(6) th {
  background: #f496bc !important;
}
table.table-care tr:nth-child(7) th {
  background: #e989c9 !important;
}
table.table-care td {
  width: 84%;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 0.4rem 0.7rem;
  border: solid 1px #C1BFB9;
}
