@charset "UTF-8";

/* =========================================================
  調整スタイル
========================================================= */
.feature-new .min-h80 {
  min-height: 80px;
}
.feature-new .hdg-lv2-01 {
  font-size: 38px;
  padding: 0 0 8px;
  border-bottom: 5px solid #20a7c9;
}
.feature-new .hdg-lv2-01.type-01 {
  background: url("/feature/new/images/bg-hdg-01.png") no-repeat left -2px;
  padding: 0 0 0 62px;
}
.feature-new .hdg-lv2-01.icon-rank {
  position: relative;
  padding-left: 61px;
}
.feature-new .hdg-lv2-01.icon-rank::before {
  background-image: url("/feature/new/images/hdg-icon-rank.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
}
.feature-new .hdg-wrapper-lv3 {
  margin: 55px 0 15px;
}
.feature-new .hdg-wrapper-lv3 .hdg-lv3-01 {
  font-size: 26px;
  position: relative;
  margin: 30px 0 20px;
  padding: 0 0 9px;
  border-bottom: 2px solid #20a7c9;
  border-left: none;
}
.feature-new .hdg-wrapper-lv3 .hdg-lv3-01:not(.hdg-lv3-01--non-icon) {
  padding: 0 0 9px 40px;
}
.feature-new .hdg-wrapper-lv3 .hdg-lv3-01:not(.hdg-lv3-01--non-icon)::before {
  background: url("/static/home/images/img-icon-rank.svg") no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 32px;
  height: 33px;
  content: "";
}
.feature-new .box-panel-02 .box-inner .col > .panel .image {
  width: 68px;
}
.feature-new .box-panel-02 .box-inner .col > .panel > .link-panel-wrapper .content {
  width: calc(100% - 68px);
  padding: 0 5px 0 10px;
}
.feature-new .box-panel-02 .box-inner .col > .panel > .link-panel-wrapper .content .hdg {
  font-size: 16px;
}

.display-inline {
  display: inline-block;
}
