.l-sec--icons{
  position: relative;
}
.l-sec--icons .t-head {
  margin-bottom: 4.8rem;
}
.l-wrapper--icons{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ededed;
  width: 100%;
}
.l-wrapper--icons .l-wrapper--icons{
  border-bottom: 0;
}
.l-sec--icons .l-box-icon {
  width: 20%;
  padding-right: 2.4rem;
  margin-bottom: 4rem;
}
.l-sec--icons-arrows .l-box-icon {
  padding-right: 3.4rem;
  position: relative;
  margin-left: 5%;
  width: 16%;
}
.l-sec--icons-arrows .l-box-icon:nth-child(5n + 1){
  margin-left: 0;
}
.l-sec--icons-arrows .l-box-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.6rem;
  width: 3.3rem;
  height: 2.5rem;
  background: url(../img/icons/arrow-right-blue.svg) 50% 50% no-repeat;
}
html.font-small .l-sec--icons-arrows .l-box-icon:after{
  background-size: contain;
}
.l-sec--icons-arrows .l-box-icon:last-child::after{
  content: none;
}
.l-sec--icons .l-box-icon div{
  background-color: #dcf3f3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 9.6rem;
  height: 9.6rem;
  margin-bottom: 2.4rem;
}
.l-sec--icons .l-box-icon p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 959px) {
  .l-sec--icons{
    overflow: hidden;
  }
  .l-sec--icons .t-head {
    margin-bottom: 2.4rem;
  }
  .l-wrapper--icons {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
  .l-wrapper--icons .l-wrapper--icons{
    margin: 0;
    width: 100%;
    padding-left: 1.6rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-wrapper--icons .l-wrapper--icons::-webkit-scrollbar {
    display: none;
  }
  .l-sec--icons .l-box-icon {
    display: inline-block;
    width: 16rem;
    padding-right: 2.4rem;
    margin-bottom: 0;
    vertical-align: top;
  }
  .l-sec--icons-arrows .l-box-icon{
    width: 16.5rem;
    margin-left: 3.6rem;
    padding-right: 3.4rem;
  }
  .l-sec--icons .l-box-icon p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .l-sec--icons-arrows .l-box-icon {
    margin-left: 1.6rem;
    padding-right: 2.4rem;
    width: 14.5rem;
  }
}