#anc-04 .bspack_explanation{
  width: 80%;
  margin: 30px auto 0px;
  text-align: center;
}
#anc-04 .bspack_explanation p{
  line-height: 1.5 !important;
}
#anc-04 .bspack_explanation .function_title{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
#anc-04 .bspack_explanation .bspack_explanation__top{
  margin-bottom: 10px;
}
#anc-04 .bspack_explanation__text{
  margin-bottom: 15px !important;
}
#anc-04 .bspack_explanation__item{
  padding: 65px 25px 30px;
  border: 1px solid #c03;
}
#anc-04 .bspack_explanation__point__list{
  font-size: 16px;
  margin-bottom: 0px !important;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#anc-04 .bspack_explanation__point__list li{
  margin-bottom: 0px;
  position: relative;
}
#anc-04 .bspack_explanation__point__list li:first-child::after{
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  position: absolute;
  top: -30%;
  right: -24px;
  background-color: #cfcfcf;
}
#anc-04 .bspack_explanation__point__list li:nth-child(2)::after{
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  position: absolute;
  top: -30%;
  right: -28px;
  background-color: #cfcfcf;
}
#anc-04 .bspack_explanation__point__list li:first-child::before{
  content: "";
  background-image: url(/sites/default/files/media/campaign/mobile-bspack-2025-fst/image/bspack_point1.webp?v=4);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  margin: auto;
}
#anc-04 .bspack_explanation__point__list li:nth-child(2)::before{
  content: "";
  background-image: url(/sites/default/files/media/campaign/mobile-bspack-2025-fst/image/bspack_point2.webp?v=4);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  margin: auto;
}
#anc-04 .bspack_explanation__point__list li:last-child::before{
  content: "";
  background-image: url(/sites/default/files/media/campaign/mobile-bspack-2025-fst/image/bspack_point3.webp?v=4);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  margin: auto;
}
#anc-04 .bspack_explanation__point__list li strong{
  font-size: 20px;
  color: #c03;
}
#anc-04 .bspack_explanation .list-notes{
  text-align: left;
  margin-top: 20px;
}
#anc-04 .bspack_explanation .list-notes__item-inner{
  font-size: 14px !important;
  line-height: 1.5;
  padding-bottom: 5px;
}
#anc-04 .bspack_explanation .list-notes__item:before{
  font-size: 14px !important;
}

@media (max-width: 768px){
  .pc-only{
    display: none;
  }
  #anc-04 .bspack_explanation__item{
  padding: 16px;
}
  #anc-04 .bspack_explanation{
    width: 100%;
  }
  #anc-04 .bspack_explanation__point__list{
    text-align: left;
    font-size: 16px;
    display: block;
  }
#anc-04 .bspack_explanation__point{
  transform: translateX(0px);
  padding-left: 40px;
}
#anc-04 .bspack_explanation__point__list li{
  margin-bottom: 10px !important;
}
#anc-04 .bspack_explanation__point__list li:last-child{
  margin-bottom: 0px !important;
}
#anc-04 .bspack_explanation__point__list li:first-child::after,
#anc-04 .bspack_explanation__point__list li:nth-child(2)::after{
  content: none;
}
#anc-04 .bspack_explanation__point__list li:first-child::before,
#anc-04 .bspack_explanation__point__list li:nth-child(2)::before,
#anc-04 .bspack_explanation__point__list li:last-child::before{
  width: 35px;
  height: 35px;
  left: auto;
  right: 102%;
  top: 10px;
}
#anc-04 .bspack_explanation__point__list li strong{
  font-size: 18px;
}
#anc-04 .bspack_explanation .list-notes__item-inner{
  font-size: 12px !important;
}
}