@charset "utf-8";

/* 特集第21回
--------------------------------------------------------- */
.feature-page h2 {
  color: #5855c0;
  font-size: 19px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 16px;
  position: relative;
}

.feature-page h2::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #5855c0;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-page h3 {
  color: #5855c0;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 3px;
}

.ending-area {
  margin-top: 50px;
}

.feature-page .list-pickup .btn-prof-status {
  background: #f13970;
  color: #fff;
}
