/*改行されないのを治すもの
 * .elementor,
.elementor * {
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    line-height: 1.4 !important;
}
*/
/*上記の文字だけにしぼった内容*/
.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-heading-title,
.elementor-button-text,

/* アイコンボックスの文字部分だけ */
.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title *,
.elementor-widget-icon-box .elementor-icon-box-description,
.elementor-widget-icon-box .elementor-icon-box-description * {
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}



.elementor-button-text {
    font-size: 20px !important;
}
.menu-new {
  position: relative;
}

.menu-new::after {
  content: "NEW";
  position: absolute;
  top: -8px;
  right: -20px;
  background: #e60023;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1;
}
/* 対象メニュー全体 */
li.menu-new > a.mega-menu-link {
  display: block !important;
  height: auto !important;
  line-height: 1.2 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  overflow: visible !important;
}

/* タイトル＋説明のグループ */
li.menu-new > a.mega-menu-link .mega-description-group {
  display: block !important;
  line-height: 1.2 !important;
}

/* 1行目のタイトル */
li.menu-new > a.mega-menu-link .mega-description-group .mega-menu-title {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

/* NEW表示 */
li.menu-new > a.mega-menu-link .mega-description-group .mega-menu-title::before {
  content: "NEW";
  color: #ff0000 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-right: 6px !important;
  position: relative !important;
  top: 0 !important;
  flex: 0 0 auto !important;
}

/* 2行目の説明 */
li.menu-new > a.mega-menu-link .mega-description-group .mega-menu-description {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
}




/*0410作業内容*/
/* =========================
   Instagram 2列の縦ズレ修正
   専用クラスなし版
========================= */
