.biz-fixednav-inner,
.biz-fixednav-runList{
  height: auto;
}

.biz-section-container-01 + .biz-section-container-01.biz-counter-container-01{
  margin-top: 40px;
}

.biz-counter-container-01 li{
  padding: 45px 40px;
  margin-bottom: 50px;
}
.biz-counter-container-01 li:last-of-type{
  margin-bottom: 0;
}

.biz-counter-container-01 .biz-layout-block-narrow{
  min-width: auto;
}

.biz-counter-theme-box{
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.biz-counter-theme-box dt,
.biz-counter-theme-box dd{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.biz-counter-theme-box dt{
  background-color: #ececec;
  padding: 21px;
  position: relative;
}
.biz-counter-theme-box dt::before{
  content: '';
  display: block;
  width: 25px;
  height: 22px;
  background: url("/biz/set/data/other/biz-counter/img/icon-counter-title.svg") no-repeat center / contain;
  margin-right: 8px;
}
.biz-counter-theme-box dt::after{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 0 18px;
  border-color: #ececec transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.biz-counter-theme-box dt p{
  font-size: 22px;
  margin-top: 0;
}
.biz-counter-theme-box dd{
  background:-webkit-linear-gradient(180deg, rgb(45, 75, 209) 0%, rgb(38, 123, 229) 100%);
  background:-o-linear-gradient(180deg, rgb(45, 75, 209) 0%, rgb(38, 123, 229) 100%);
  background:-moz-linear-gradient(180deg, rgb(45, 75, 209) 0%, rgb(38, 123, 229) 100%);
  background:linear-gradient(180deg, rgb(45, 75, 209) 0%, rgb(38, 123, 229) 100%);
  padding: 26px 21px 16px;
}
.biz-counter-theme-box dd h3{
  color: #fff;
}

.biz-counter-block-01{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
}
.biz-counter-block-01 > div{
  display: flex;
  width: calc((100% - 32px) / 2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}