#cboxClose {
  width: 60px !important;
  height: 73px !important;
  top: 50px !important;
  right: 80px !important;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    width: 40px !important;
    height: 55px !important;
    right: 30px !important;
    top: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  #cboxContent {
    padding: 20px !important;
  }
}

#cboxClose:before {
  background-image: url(/common/img/tenpo/hc/icon_close.png) !important;
  width: 60px !important;
  height: 73px !important;
  right: 0px !important;
  top: 0px !important;
}
@media screen and (max-width: 767px) {
  #cboxClose:before {
    width: 40px !important;
    height: 55px !important;
  }
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 10000 !important;
}

#cboxOverlay {
  background: #ffffff !important;
}