/* PANEL */
.index-panel-01-link {
  text-decoration: none;
}
.index-panel-01-base {
  display: flex;
  align-items: flex-start;
  width: 12rem;
  padding: 1rem;
  background-color: #00000020;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 4px 5px 0px #000000a0;
}
.index-panel-01-img {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  object-fit: cover;
  border-radius: 5px 5px 5px 5px;
}
.index-panel-01-noimg {
  display: flex;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #a0a0a0;
  border-radius: 5px 5px 5px 5px;
}
.index-panel-01-caption {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}
.index-panel-01-overview {
  color: #000000;
}
