@charset "UTF-8";

.sbxrel{
  display:block;
  margin:32px 0;
  padding:18px 20px;
  background:#F7FBFE;
  border:1px solid #CFE2F3;
  border-left:6px solid #1E7FD4;
  border-radius:8px;
  text-decoration:none;
  color:#123B63;
  transition:background .15s ease, box-shadow .15s ease;
}
.sbxrel:hover{
  background:#EEF6FD;
  box-shadow:0 6px 18px rgba(30,127,212,.14);
}
.sbxrel-label{
  display:inline-block;
  background:#1E7FD4;
  color:#fff;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.5;
  padding:3px 12px;
  border-radius:999px;
  margin-bottom:9px;
}
.sbxrel-lead{
  display:block;
  font-size:13.5px;
  line-height:1.8;
  color:#4E4A45;
  margin-bottom:6px;
}
.sbxrel-title{
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  color:#1E7FD4;
  text-decoration:underline;
  text-underline-offset:3px;
}
.sbxrel-title::after{
  content:" ›";
  font-weight:900;
  text-decoration:none;
}
@media (max-width:600px){
  .sbxrel{ margin:24px 0; padding:15px 16px; }
  .sbxrel-title{ font-size:15px; }
  .sbxrel-lead{ font-size:13px; }
}