@charset "utf-8";

/*
featureの共通スタイル
--------------------------------------------------------- */
.feature-backnumber .ttl-area {
  margin-top: 0;
}

/*
クーポン取得導線エリア
--------------------------------------------------------- */
.coupon-link-band a {
  display: block;
  background: #f2f3fa;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

.coupon-link-band a span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url("../../images/icon/icon-link-arr-right-blue.svg") no-repeat;
  margin-left: 10px;
  vertical-align: -0.1em;
}

.coupon-link-area {
  background: #f2f3fa;
  padding: 25px 20px;
  margin: 40px 0;
  text-align: center;
}

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

.coupon-link-area > .head .head-icon {
  display: inline-block;
  padding: 0 50px;
  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;
}
