@charset "utf-8";

/* 新ジャンル特設
--------------------------------------------------------- */
.category-feature-top {
  padding: 30px 0;
}

.ttl-page {
  margin: 0 auto 15px;
}

.ttl-line-bottom {
  color: #07b097;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.ttl-line-bottom::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  background: #07b097;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.category-feature-link {
  background: #eefaf4;
  padding: 30px 20px;
}

.category-feature-link.is-counselor {
  padding: 10px 20px 30px;
}

.category-feature-link.is-counselor .member-list {
  background: #fff;
}

.category-feature-link.is-counselor .member-list-wrap {
  grid-template-columns: 260px 260px 260px;
}

.category-feature-link.is-counselor ul.member-detail-txt-status {
  width: 92%;
}

.category-feature-link.is-counselor ul.member-detail-txt-status li {
  margin-right: 4px;
}

.category-feature-link.is-counselor ul.member-detail-txt-status li:last-child {
  margin-right: 0;
}

.category-feature-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-feature-link-list > li {
  width: 48%;
}

.category-feature-link-list > li:nth-child(n + 3) {
  margin-top: 28px;
}

.category-feature-link-list a {
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  overflow: hidden;
}

.category-feature-link-list > li:nth-child(1) a {
  color: #465384;
}

.category-feature-link-list > li:nth-child(2) a {
  color: #e18600;
}

.category-feature-link-list > li:nth-child(3) a {
  color: #ac5ea4;
}

.category-feature-link-list a img {
  display: block;
  width: 100%;
  height: auto;
}

.category-feature-link-list a .text {
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  position: relative;
}

.category-feature-link-list a .text::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.category-feature-link-list > li:nth-child(1) a .text::after {
  border-left: 11px solid #465384;
}

.category-feature-link-list > li:nth-child(2) a .text::after {
  border-left: 11px solid #e18600;
}

.category-feature-link-list > li:nth-child(3) a .text::after {
  border-left: 11px solid #ac5ea4;
}
