@charset "utf-8";

/* 特集第11回：4人に1人が経験している5月病の正体と対策とは？
--------------------------------------------------------- */
.counselor-pickup {
  padding: 0 0 50px;
}

.counselor-pickup h2 {
  color: #1f9198;
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}

.counselor-pickup h2::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #1f9198;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 0;
}

/* カウンセラー一覧 */
.list-pickup {
  margin-bottom: 30px;
}

.list-pickup > li {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 40px;
  padding-bottom: 40px;
}

.list-pickup > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.prof-head {
  display: flex;
  flex-wrap: wrap;
}

.prof-head > .photo {
  width: 120px;
  margin-right: 30px;
}

.prof-head > .photo img {
  display: block;
  width: 118px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.prof-head .link-prof {
  margin-top: 15px;
  text-align: center;
}

.prof-head .link-prof a {
  color: #07b097;
  font-weight: bold;
  text-decoration: none;
}

.prof-head .link-prof a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../../images/feature/meister/icon_arrow.svg") no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -3px;
}

.prof-head > .content {
  width: 250px;
  margin-right: 40px;
}

.prof-head .head-crown {
  color: #07b097;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.prof-head .head-crown .icon-crown {
  display: inline-block;
  margin-right: 10px;
}

.prof-head .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.prof-head .name .sub {
  font-size: 14px;
  font-weight: normal;
  padding-left: 2px;
}

.prof-head .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f5f6fa;
  border-radius: 5px;
  padding: 6px 10px;
  margin-bottom: 15px;
  position: static;
}

.prof-head .price > p {
  padding: 0 10px;
}

.prof-head .price .icon-call {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.prof-head .price .icon-call img {
  display: block;
  width: 18px;
}

.prof-head .member-btn a {
  width: 100%;
  line-height: 50px;
}

.head-lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.prof-head > .point-wrap {
  width: calc(100% - 440px);
  padding-top: 32px;
}

.point-wrap .head-lead {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.point-wrap p:nth-of-type(2) {
  font-size: 13px;
  line-height: 160%;
}

.rev-wrap {
  background: #f5f6fa;
  border-radius: 10px;
  font-size: 13px;
  padding: 15px 20px 20px;
  margin-top: 15px;
}

.rev-wrap .link-more-rev {
  margin-top: 15px;
  text-align: right;
}

.rev-wrap .link-more-rev a {
  color: #333;
}
