.fv-catch {
  margin: 0 0 24px;
  padding: 24px 20px;
  text-align: center;
  background-color:#fffff1;
  /*sbackground: linear-gradient(135deg, #fff7e6 0%, #ffffff 55%, #eef7ff 100%); */
  border: 2px solid #ffcc00;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  font-family: sans-serif;
}

.fv-catch__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #e60012;
  border-radius: 999px;
}

.fv-catch__main {
  margin: 0;
  color: #2c5dff;
  font-size: clamp(22px, 4vw, 25px);
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: .03em;
}

.emphasis {
  color: #1006c3;
}


.fv-catch__sub {
  margin: 12px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv-catch {
    padding: 20px 14px;
  }

  .sp-br {
    display: block;
  }

.pc-copy {
  display:none;
}
}

@media screen and (min-width: 768px) {
.sma-copy {
  display:none;
}
}