/* ========== mainImage ========== */
.c-mainImage-04 {
  background-image: url(/products/ideco/img/mainImage_01@x2_20251127.jpg);
}

@media only screen and (max-width: 640px) {
  .c-mainImage-04.sp {
    background-image: url(/products/ideco/img/mainImage_01_sp@x2_20231230.jpg);
  }
}

a.sty-application-procedure:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 13px;
    width: 17px;
    height: 14px;
    margin: auto;
    mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
    -webkit-mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
    background-color: #fff;
    background-repeat: no-repeat;
}