@charset "UTF-8";

/* record/参考になった数
--------------------------------------------------*/
.article-panels {
  display: flex;
  gap: 10rem;
}
.article-panel__helpful {
  font-size: 11rem;
  display: flex;
  align-items: center;
  flex: none;
}
.article-panel__helpful:before {
  content: "";
  display: block;
  width: 15rem;
  height: 13rem;
  background: url("/assets/img/common/icon_helpful.svg") no-repeat center center/contain;
  margin-right: 3rem;
}
