/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
.dest-icon {
  position: absolute;
  left: 7px;
  top: -3px;
  height: 45px;
  width: 62px;
}
@media screen and (max-width: 800px) {
  .dest-icon {
    top: 0;
    height: 33px;
    width: 47px;
  }
}

.SIM-icon {
  position: absolute;
  left: 34px;
  top: -5px;
  height: 44px;
  width: 31px;
}
@media screen and (max-width: 800px) {
  .SIM-icon {
    top: 0;
    left: 22px;
    height: 32px;
    width: 23px;
  }
}

.eSIM-icon {
  position: absolute;
  left: 27px;
  top: 0px;
  height: 36px;
  width: 36px;
}
@media screen and (max-width: 800px) {
  .eSIM-icon {
    top: 2px;
    left: 20px;
    height: 26px;
    width: 26px;
  }
}

.dev-icon {
  position: absolute;
  left: 38px;
  top: -5px;
  height: 47px;
  width: 29px;
}
@media screen and (max-width: 800px) {
  .dev-icon {
    top: 0;
    left: 24px;
    height: 33px;
    width: 21px;
  }
}

.feature-tips-icon {
  position: absolute;
  left: 32px;
  top: -12px;
  height: 52px;
  width: 30px;
}
@media screen and (max-width: 800px) {
  .feature-tips-icon {
    top: -7px;
    left: 21px;
    height: 40px;
    width: 23px;
  }
}

.movie-icon {
  position: absolute;
  left: 22px;
  top: 1px;
  height: 33px;
  width: 42px;
}
@media screen and (max-width: 800px) {
  .movie-icon {
    top: 2px;
    left: 14px;
    height: 26px;
    width: 34px;
  }
}

.search-icon {
  position: absolute;
  left: 24px;
  top: 0px;
  height: 40px;
  width: 39px;
}
@media screen and (max-width: 800px) {
  .search-icon {
    top: 2px;
    left: 19px;
    height: 30px;
    width: 29px;
  }
}/*# sourceMappingURL=category-icon.css.map */