.hlLv03 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  /*    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  border-bottom: 1px solid rgb(239, 239, 239);
}

.artist {
  margin-bottom: 3em;
  position: relative;
}

.artist:last-of-type {
  margin-bottom: 0;
}

.artist > li {
  padding: 0.8em;
  position: relative;
  border: 1px solid #eaeaea;
  background-color: #efefef;
}

.artist > li:not(:last-child) {
  margin-bottom: 2px;
}

.artistCtr:not(:last-child) {
  margin-bottom: 3em;
}

.andmore {
  padding: 1em 0 0 0;
  margin: 0;
  border: none;
  font-size: 0.9rem;
  line-height: 2;
}

.contain {
  background-image: url(../img/arrowBtm.webp);
  background-repeat: no-repeat;
  background-position: right 1em top 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.contain:hover {
  background-color: #ffffff;
}

@media screen and (max-width: 820px) {
  .hlLv03 {
    font-size: 1.5rem;
  }
}
