#Map {
	cursor: pointer;
}
.pointLabel_event {
	padding-top:30px;
}
.pointLabel_event::after {
	top:15px;
	left:170px;
}
@media (max-width: 899px) {
    .box .pointLabel_event {
        padding-top:45px;
    }
    .box .pointLabel_event::after {
        top:16px;
        left:50%;
        width: 95px;
        height: 30px;
        margin: 0 0 0 -47px;
        background-size: 100% 100%;
    }
}
#support td>span:first-child {
  position: relative;
  display: inline-block;
  padding: 0 0 6px;
  line-height: 15px;
}
#support td>span .arrow {
  position: absolute;
  top: 7px;
  left: -15px;
  font-size: 0;
  line-height: 0;
}
#support td>span .price_down {
  position: absolute;
  top: -10px;
  right: -64px;
  font-size: 0;
  line-height: 0;
}
#support td>span .price_down img {
  width: 50px;
}