.g-poster_el-1 {
  background: #030335 url("/-/media/Project/Daikin/ac_daikin_co_jp/ghp/images/bnr_7_bg jpg") no-repeat 50% 50%;
}
.g-poster_el-2 {
  background: #efd358 url("/-/media/Project/Daikin/ac_daikin_co_jp/ghp/images/bnr_8_bg jpg") no-repeat 50% 50%;
}
.g-poster_el-3 {
  background-color: #B3CBE5;
  background-image: none;
}
.g-poster_el-4 {
  background: #F3F3F3 url("/-/media/Project/Daikin/ac_daikin_co_jp/ghp/images/bnr_3-200622-top_bg jpg") no-repeat 50% 50%;
}
.g-index_main .g-index_type {
  border-top: none;
  padding-top: 0;
}
.g-index_main .g-index_type:before {
  border-top: none;
  content: "";
  display: block;
  margin: 0 0;
}
.g-pb-0 {
  padding-bottom: 0 !important;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 480px) {
  img.s_img {
    max-width: 100%;
    height: auto;
    width /***/ : auto !important;
  }
}

  .vrt_smart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .vrt_smart .item {
    flex-basis: calc(100% / 7);
    position: relative;
  }
  .vrt_smart .item img,
.vrt_smart .item p{
	padding: 0 10px;
	font-size: 12px;
  }
  .vrt_smart .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #CCC; /* 縦線の色を変更する場合はここを調整してください */
  }

@media only screen and (max-width: 480px) {
	  .vrt_smart {
      flex-wrap: wrap;
  }

  .vrt_smart .item {
      flex-basis: calc(100% / 3);
	  margin-bottom: 10px;
  }
  .vrt_smart .item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #CCC; /* 縦線の色を変更する場合はここを調整してください */
  }
	
}