@charset "utf-8";

/* 特集 特別回：彼からの突然「別れよう」の連絡...片想いのモヤモヤを解消してみませんか
--------------------------------------------------------- */
.counselor-pickup {
  padding: 0 0 50px;
}

.counselor-pickup h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 15px;
}

.counselor-pickup h2 {
  position: relative;
  color: #cf1870;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 4px 0 4px 20px;
  line-height: 160%;
}

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

.counselor-pickup h2 span {
  display: table;
  border: 1px #cf1870 solid;
  border-radius: 2px;
  font-size: 12px;
  line-height: 160%;
  margin: 0 0 5px;
  padding: 0 5px;
}

.ttl-page img {
  max-width: 100%;
  height: auto;
}

.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;
}

/* 目次
--------------------------------------------------------- */
.feature_index {
  background-color: #f5f6fa;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px 20px 10px;
}

.feature_index h3 {
  font-size: 18px;
  margin: 0 0 20px;
}

.feature_index ol li {
  display: flex;
  margin: 0 0 25px;
}

.feature_index ol li a {
  color: #333;
  font-weight: bold;
}

.feature_index ol li span {
  border-right: 2px #999 solid;
  color: #999;
  font-weight: bold;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  display: inline-block;
}

.feature_index ol.feature_index_child li {
  position: relative;
  padding: 0 0 0 40px;
}

.feature_index ol.feature_index_child li:last-child {
  margin: 0;
}

.feature_index ol.feature_index_child li::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 23px;
  width: 8px;
  height: 8px;
  background-color: #da3c3c;
  transform: rotate(45deg);
}

.feature_index ol.feature_index_child a {
  color: #cf1870;
}

/* テレビCMエリア
--------------------------------------------------------- */
.area-video {
  border: 1px #ccc solid;
  border-radius: 10px;
  padding: 15px 20px 20px;
}

.area-video-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}

.area-video .wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.area-video .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
