@charset "utf-8";

/*
featureの共通スタイル
--------------------------------------------------------- */

/* KVエリア */
.kv-area {
  margin-bottom: 10px;
}

/* 日付 */
.feature-page .date {
  font-size: 12px;
  color: #666;
  text-align: right;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
}

/* カウンセラーエリア */
.list-pickup>li {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 35px;
  padding-bottom: 35px;
}

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

.prof-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.prof-head>.photo {
  width: 112px;
}

.prof-head>.photo a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.prof-head>.photo .img-photo {
  display: block;
  width: 112px;
  height: 112px;
  overflow: hidden;
}

.prof-head>.photo .img-photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.prof-head>.photo .link-prof {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 3px;
}

.prof-head>.photo .link-prof::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("../../images/feature/icon-arrow-prof-link_white.svg") no-repeat;
  background-size: cover;
  margin-left: 4px;
}

.prof-head>.content {
  width: calc(100% - 128px);
}

.prof-head .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

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

.prof-head .price-wrap {
  background: #f7f9fe;
  border-radius: 5px;
  padding: 8px 12px 6px;
}

.prof-head .price-wrap .price-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  margin: 3px 0;
}

.prof-head .price-wrap .price-text.none {
  opacity: 0.2;
}

.prof-head .price-wrap img {
  display: inline-block;
  margin-right: 6px;
}

.prof-head .price-wrap .unit {
  font-size: 10px;
}

.point-wrap .head-lead {
  border-bottom: 1px dashed #333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.point-wrap>p {
  line-height: 1.5;
}

.rev-wrap {
  background: #f7f9fe;
  border-radius: 5px;
  font-size: 13px;
  padding: 16px 18px;
  margin-top: 15px;
}

.rev-wrap>.head-lead {
  color: #4877f2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.rev-wrap .link-more-rev {
  margin-top: 10px;
  text-align: center;
}

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

.feature-counselor .btn-status-group {
  margin-top: 20px;
}

.feature-counselor .btn-status-group.col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-counselor .btn-status-group.col .btn-wrap {
  width: calc((100% / 2) - 8px);
}

.feature-counselor .btn-status-group .btn-def {
  font-size: 15px;
  padding: 16px 5px;
  width: 100%;
  letter-spacing: 0;
}

.feature-counselor .btn-status-group .btn-def .icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: -3px;
}

/* バックナンバー */
.feature-backnumber .date,
.feature-list-area .date {
  text-align: left;
  margin: 2px 0 0;
}

/* クーポン取得導線 */
.coupon-link-band a {
  display: block;
  background: #f7f9fe;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  letter-spacing: -0.01em;
}

.coupon-link-area {
  background: #f7f9fe;
  padding: 20px 10px;
  margin: 40px -15px;
  text-align: center;
}

.coupon-link-area>.head {
  margin-bottom: 10px;
}

.coupon-link-area>.head .head-icon {
  display: inline-block;
  padding: 0 43px;
  position: relative;
}

.coupon-link-area>.head .head-icon::before,
.coupon-link-area>.head .head-icon::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 39px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.coupon-link-area>.head .head-icon::before {
  background: url("../../images/feature/icon-slash-left.svg") no-repeat;
  left: 0;
}

.coupon-link-area>.head .head-icon::after {
  background: url("../../images/feature/icon-slash-right.svg") no-repeat;
  right: 0;
}

.coupon-link-area>.head .lead {
  font-size: 16px;
  padding: 0;
}

@media screen and (max-width: 320px) {
  .prof-head>.photo {
    width: 96px;
  }

  .prof-head>.photo .img-photo {
    width: 96px;
    height: 96px;
  }

  .prof-head>.photo .link-prof {
    font-size: 11px;
  }

  .prof-head>.photo .link-prof::after {
    width: 4px;
    height: 8px;
  }

  .prof-head>.content {
    width: calc(100% - 110px);
  }

  .prof-head .name {
    font-size: 16px;
  }

  .prof-head .name .sub {
    font-size: 10px;
    padding-left: 1px;
  }

  .prof-head .price-wrap {
    padding: 7px 10px 5px;
  }

  .prof-head .price-wrap .price-text {
    font-size: 11px;
  }

  .prof-head .price-wrap img {
    width: 11px;
    height: auto;
    margin-right: 4px;
  }

  .point-wrap .head-lead {
    font-size: 15px;
  }

  .rev-wrap {
    padding: 14px 15px;
  }

  .rev-wrap>.head-lead {
    font-size: 15px;
  }

  .feature-counselor .btn-status-group.col .btn-wrap {
    width: calc((100% / 2) - 5px);
  }

  .feature-counselor .btn-status-group .btn-def {
    font-size: 13px;
  }

  .feature-counselor .btn-status-group .btn-def .icon {
    width: 13px;
    height: auto;
    vertical-align: -2px;
  }

  .coupon-link-band a {
    font-size: 12px;
  }

  .coupon-link-area>.head {
    font-size: 12px;
  }

  .coupon-link-area>.head .lead {
    font-size: 14px;
  }
}