@charset "utf-8";

/* add css this page only */


/* Custom label settings ラベル用追加スタイル ※メニュー・料金内で部分的に使用 */

#contentsContainer .p-pointLabel {
  color: #fff;
  background-color: #d7063b;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 2px 6px;
  position: relative;
  line-height: 1.6;
  top: -0.125rem;
}
