/* ===== 3列・2列レイアウト ===== */
.ai_col_wrap {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.ai_col_wrap__item {
  flex: 1;
  background: #F5F5F5;
  padding: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.ai_col_wrap__item--title {
  background: #CC2914;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  margin-bottom: 8px;
}

.ai_col_wrap__item--blue {
  background: #003D68;
  color: #fff;
}

/* ===== 比較テーブル（P.7） ===== */
/* ===== 業務DX比較グリッド ===== */
.dx-grid {
  display: grid;
  grid-template-columns: 100px 220px 280px 1fr;
  grid-auto-rows: auto;
  width: 100%;
  min-width: 900px;
  font-size: 13px;
}
.dx-title-cell {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 6px;
}
.dx-title-text {
  display: inline-block;
  border-bottom: 2px solid #333;
  padding: 0 5px 3px 5px;
}
.dx-subtitle-cell {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 8px;
}
.dx-bg-gray { background-color: #7b7b7b; }
.dx-bg-red  { background-color: #CC2914; border-left: 2px solid #fff; }
.dx-phase-cell {
  background-color: #FCEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
  color: #333;
  padding: 8px 6px;
  position: relative;
  z-index: 2;
}
.dx-phase-last {
  margin-bottom: 20px;
  position: relative;
}
.dx-phase-last::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #FCEFEF;
}
.dx-line-h {
  border-bottom: 1px solid #dcdcdc;
  z-index: 1;
}
.dx-card {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 3px 6px rgba(0,0,0,0.08);
  padding: 12px;
  margin: 6px 8px;
  font-size: 13px;
  line-height: 1.5;
  z-index: 3;
}
.dx-card-pink {
  background-color: #FCEFEF;
  border: 1px solid rgba(204, 41, 20, 0.3);
}
.dx-overlap-bottom { margin-bottom: -12px !important; }
.dx-overlap-top    { margin-top: 24px !important; }
.dx-card-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.dx-card-title-red {
  color: #CC2914;
  font-weight: bold;
  font-size: 13.5px;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.dx-card-title-red::before {
  content: "■";
  margin-right: 4px;
  font-size: 14px;
}
.dx-mt15 { margin-top: 12px; }
.dx-note {
  font-size: 11.5px;
  color: #666;
  margin-top: 6px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.dx-ol {
  list-style: none;
  padding-left: 1.1em;
  margin: 4px 0 0 0;
}
.dx-ol li {
  margin-bottom: 5px;
  text-indent: -1em;
}

.ai_compare_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 13px;
  min-width: 1000px;
}

.ai_compare_table th {
  background: #CC2914;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #fff;
}

.ai_compare_table td {
  background: #FCEFEF;
  padding: 8px 12px;
  vertical-align: top;
  border: 2px solid #fff;
  line-height: 1.65;
  font-weight: 500;
}

.ai_compare_table td.ai_compare_table__process {
  background: #F5F5F5;
  font-weight: 700;
  white-space: nowrap;
}

/* ===== 役割リスト（P.7） ===== */
.ai_role_list {
  margin-top: 16px;
}

.ai_role_list__item {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  line-height: 1.65;
}

.ai_role_list__num {
  color: #CC2914;
  font-weight: 700;
  white-space: nowrap;
}

/* ===== 番号付きブロック（P.8） ===== */
.ai_numbered_section {
  margin-top: 24px;
}

.ai_numbered_section__heading {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.ai_numbered_section__num {
  background: #CC2914;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai_numbered_section__body {
  padding-left: 36px;
}

/* ===== タイムライン（P.11） ===== */
.ai_timeline {
  margin-top: 16px;
  position: relative;
}

/* 縦線（赤丸の中央を通る） */
.ai_timeline::before {
  content: '';
  position: absolute;
  left: 24px; /* 赤丸（48px）の中心 */
  top: 0;
  bottom: 0;
  width: 2px;
  background: #CC2914;
}

.ai_timeline__item {
  display: flex;
  gap: 20px;
  padding: 0 0 28px;
  border-bottom: none;
  align-items: flex-start;
  position: relative;
}

.ai_timeline__month {
  background: #CC2914;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.ai_timeline__content {
  flex: 1;
  font-weight: 500;
  line-height: 1.65;
  padding-top: 10px;
}

/* ===== ロードマップグリッド（P.15） ===== */
.ai_roadmap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.ai_roadmap__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai_roadmap__month {
  background: #CC2914;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 6px;
  font-size: 14px;
}

.ai_roadmap__card {
  background: transparent;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.ai_roadmap__card--blue {
  background: transparent;
  color: inherit;
}

/* ===== 市場規模（P.13） ===== */
.ai_market_row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 8px;
}

.ai_market_label {
  background: #CC2914;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ai_market_body {
  background: #FCEFEF;
  padding: 10px 14px;
  flex: 1;
  font-weight: 500;
  line-height: 1.65;
  font-size: 14px;
}

/* ===== 事業構造（P.14） ===== */
.ai_biz_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  min-width: 560px;
}

.ai_biz_table th {
  background: #CC2914;
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
}

.ai_biz_table td {
  background: #FCEFEF;
  padding: 10px 14px;
  vertical-align: top;
  border: 2px solid #fff;
  font-weight: 500;
  line-height: 1.7;
  font-size: 14px;
}

.ai_biz_table td.ai_biz_table__cat {
  background: #F5F5F5;
  font-weight: 700;
  white-space: nowrap;
}

/* ===== 研究センター（P.16） ===== */
.ai_center_wrap {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.ai_center_item {
  flex: 1;
  background: #F5F5F5;
  padding: 20px;
}

.ai_center_item__name {
  font-size: 15px;
  font-weight: 700;
  color: #CC2914;
  margin-bottom: 8px;
}

.ai_center_item__schedule {
  font-size: 13px;
  color: #787878;
  margin-bottom: 8px;
}

/* ===== P.7 vNext 3カラム ===== */
.ai_vnext_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
}
.ai_vnext_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 8px;
  min-width: 660px;
}

.ai_vnext_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai_vnext_col__head {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 8px;
  background: #003D68;
  color: #fff;
}

.ai_vnext_col__subhead {
  background: transparent;
  color: #CC2914;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 6px 0 4px;
  border-bottom: 1px solid #CC2914;
}

.ai_vnext_col__item {
  background: #F5F5F5;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.ai_vnext_col__item--center {
  background: #FCEFEF;
}

/* デフォルトの黒ドットを消す（format.cssの赤ドットだけ残す） */
.p_policy_lst {
  list-style: none;
  padding-left: 24px;
  margin-top: 16px;
}

/* ページ内ナビの黒丸を消す */
.p_dxSec {
  list-style: none;
  padding-left: 0;
}

/* ===== AI-Plants 画像 ===== */
.ai_plants_img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16px;
}

/* ===== 注記 ===== */
.ai_note {
  font-size: 12px;
  color: #787878;
  margin-top: 8px;
  line-height: 1.6;
}

/* ===== 市場規模グラフ タイムラインバナー ===== */
.banner-arrow-start {
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
}
.banner-arrow-mid {
  clip-path: polygon(0% 0%, 10px 50%, 0% 100%, calc(100% - 10px) 100%, 100% 50%, calc(100% - 10px) 0%);
}
.ai_chart_phase_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.ai_chart_phase_item {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}
.ai_chart_arrow_row {
  width: 100%;
  display: flex;
  margin-top: 14px;
}
.ai_chart_arrow_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
}
.ai_chart_arrow_line {
  flex-grow: 1;
  border-top: 2px solid #334155;
  position: relative;
}
.ai_chart_arrow_line--left::before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  border-top: 2px solid #334155;
  border-left: 2px solid #334155;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
.ai_chart_arrow_line--right::after {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  border-top: 2px solid #334155;
  border-right: 2px solid #334155;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.ai_conclusion {
  background: #CC2914;
  color: #fff;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 24px;
  font-size: 18px;
}

/* 関連リンク */
.ai_link_list {
  list-style: none;
  padding-left: 16px;
  margin: 16px 0 0;
}
.ai_link_list__item {
  position: relative;
  padding: 4px 0 4px 14px;
  font-size: 14px;
  line-height: 1.6;
}
.ai_link_list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}

.ai_link_list__item a:hover {
  text-decoration: underline;
}

/* ===== 横棒グラフ ===== */
.ai_chart {
  margin-top: 24px;
}

.ai_chart + .ai_chart {
  margin-top: 56px;
}

.ai_chart__title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.5;
}

.ai_chart__note {
  font-size: 12px;
  color: #787878;
  text-align: right;
  margin-bottom: 4px;
}

/* グラフタイトル+注記ヘッダー（中央揃え） */
.ai_chart__header {
  display: block;
  margin-bottom: 6px;
}
.ai_chart__header .ai_chart__title {
  text-align: center;
  margin: 0 0 3px;
}
.ai_chart__header .ai_chart__note {
  text-align: right;
  margin: 0;
  font-size: 11px;
}
.ai_chart__note--sm {
  font-size: 11px;
}

.ai_chart__scale {
  display: flex;
  padding-left: 46%;
  font-size: 11px;
  color: #787878;
  margin-bottom: 4px;
  position: relative;
}

.ai_chart__scale span {
  flex: 1;
  text-align: left;
}

.ai_chart__scale span:last-child {
  flex: 0;
  white-space: nowrap;
}

.ai_chart__row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 0;
}

.ai_chart__label {
  width: 46%;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
  line-height: 1.4;
}

.ai_chart__bar-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  border-left: 1px solid #ccc;
  padding-left: 0;
}

.ai_chart__bar {
  background: #CC2914;
  height: 22px;
  flex-shrink: 0;
}

.ai_chart__val {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #333;
}


/* ===== 市場規模ビジュアル ===== */
.ai_market_vis {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 16px;
}

.ai_market_vis__chart {
  flex: 3;
  min-width: 0;
}

.ai_market_vis__services {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}

.ai_service_layer {
  flex: 1;
  padding: 8px 10px;
  border-left: 5px solid;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.ai_service_layer strong {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

.ai_service_layer--app { border-color: #555555; }
.ai_service_layer--dx  { border-color: #787878; }
.ai_service_layer--si  { border-color: #a0a0a0; }
.ai_service_layer--edu { border-color: #c8c8c8; }



/* ===== AI普及期テキストボックス ===== */
.ai_summary_box {
  border: 2px solid #333;
  padding: 16px 20px;
  margin-top: 24px;
}

.ai_summary_box__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* ===== フッター ===== */
.ai_page_footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 24px;
  font-size: 13px;
  margin-top: 0;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 768px) {
  .ai_page_wrapper {
    padding: 24px 16px 60px;
  }

  .ai_page_title {
    font-size: 22px;
  }

  /* 横並びレイアウトを縦に切り替え */
  .ai_col_wrap,
  .ai_center_wrap,
  .ai_market_vis {
    flex-direction: column;
  }

  /* ロードマップは2列に縮小 */
  .ai_roadmap {
    grid-template-columns: 1fr 1fr;
  }

  /* 棒グラフラベル幅調整 */
  .ai_chart__label {
    width: 40%;
    font-size: 12px;
  }
  .ai_chart__scale {
    padding-left: 40%;
  }
  .ai_chart__val {
    font-size: 12px;
  }

  /* テーブル文字サイズ縮小 */
  .ai_compare_table {
    font-size: 12px;
  }
  .ai_biz_table td,
  .ai_biz_table th {
    font-size: 13px;
    padding: 8px;
  }
}

/* ===== inline style → CSS class 置換分 ===== */

/* p_dx_heading サブタイトルスパン */
.p_dx_heading__sub {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.p_dx_heading__sub--red {
  font-size: 14px;
  font-weight: 500;
  color: #CC2914;
}

/* 矢印付き結論テキスト */
.p_dx_redtxt--arrow {
  font-weight: 700;
  margin-top: 8px;
}

/* スクロール可能テーブルラップ */
.p_tableWrap--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}



/* テーブルth 空セル */
.ai_table__th--empty {
  background: #fff !important;
  border: none !important;
}

/* 比較テーブルth バリアント */
.ai_compare_table__th--dark {
  background: #787878 !important;
  font-size: 13px !important;
  padding: 6px 12px !important;
}
.ai_compare_table__th--dark2 {
  background: #9A9A9A !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
}
.ai_compare_table__th--red {
  background: #CC2914 !important;
  font-size: 13px !important;
  padding: 6px 12px !important;
}
.ai_compare_table__th--red2 {
  background: #E05040 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
}
.ai_compare_table__th--blue {
  background: #003D68 !important;
  font-size: 13px !important;
  padding: 6px 12px !important;
}
.ai_compare_table__th--blue2 {
  background: #1A5080 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
  line-height: 1.5;
}

/* 比較テーブルtd（青系背景） */
.ai_compare_table__td--blue {
  background: #EEF3F8 !important;
  vertical-align: top;
  line-height: 1.7;
}

/* テーブル内の役割タイトル・本文 */
.ai_role_title {
  font-weight: 700;
  font-size: 13px;
  color: #CC2914;
  margin: 0 0 6px;
}
.ai_role_body {
  font-size: 13px;
  margin: 0 0 2px;
}
.ai_role_body--mb8 {
  font-size: 13px;
  margin: 0 0 8px;
}
.ai_role_body--no-mb {
  font-size: 13px;
  margin: 0;
}

/* リストアイテム（plain、list-style:none） */
.p_policy__itm--plain {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}
.p_policy_lst .p_policy__itm.p_policy__itm--normal {
  font-weight: 400!important;
}
.p_policy_lst .p_policy__itm.p_policy__itm--normal::before {
  background-color: #1e293b!important;
  top: 9px;
}
.p_policy__itm--arrow {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 6px;
}
.p_policy__itm--plain-mt4 {
  list-style: none;
  padding-left: 0;
  margin-top: 4px;
}

/* 矢印結論テキスト */
.ai_arrow_conclusion {
  color: #CC2914;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px;
  padding-left: 13px;
}
.ai_arrow_conclusion--indent,
.ai_note--indent {
  padding-left: 1em;
}

/* ai_note バリアント */
.ai_note--block {
  font-size: 12px;
  color: #787878;
  line-height: 1.6;
  display: block;
  margin-top: 2px;
}
.ai_note--no-margin {
  font-size: 12px;
  color: #787878;
  line-height: 1.6;
  margin: 0;
  padding-left: 13px;
}
.ai_note--right {
  font-size: 12px;
  color: #787878;
  line-height: 1.6;
  text-align: right;
  margin-top: 4px;
}

/* AIショールーム化ボックス */
.ai_showroom_box {
  border: 2px solid #CC2914;
  padding: 10px 14px;
  margin-top: 10px;
}
.ai_showroom_box__title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 6px;
}
.ai_showroom_box__body {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

/* p_dx_mdtxt バリアント */
.p_dx_mdtxt--mt32 {
  margin-top: 32px;
}
.p_dx_mdtxt--mb16 {
  margin-bottom: 16px;
}

/* col_wrap内の大きめstrong */
.ai_strong--lg {
  font-size: 18px;
}

/* 余白調整p */
.p_no_margin {
  margin: 0;
}
.p_mt8 {
  margin: 8px 0 0;
}

/* .ai_chart__header は上部（ai_chart セクション）に統合済み */

/* 市場規模チャートラップ */
.ai_market_chart_wrap {
  margin-top: 16px;
  position: relative;
}
.ai_yaxis_label {
  font-size: 11px;
  color: #334155;
  line-height: 1.4;
  margin-bottom: 4px;
}
.ai_yaxis_label span {
  font-size: 10px;
  color: #64748b;
}
/* ScrollHint が overflow:auto をインラインで付与するため縦方向を打ち消す */
.scroll-hint {
  overflow-y: hidden !important;
}
.scroll-hint-icon-wrap {
  z-index: 100 !important;
}
.ai_chart_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ai_canvas_wrap {
  position: relative;
  width: 100%;
  height: 280px;
  min-width: 600px;
}
#marketChart {
  display: block;
  width: 100%;
  height: 100%;
}

/* タイムラインコンテナ */
#timeline-container {
  margin-top: 12px;
  user-select: none;
  min-width: 600px;
}

/* フェーズバナースパン */
/* 左フラット（banner-arrow-start 用） */
.ai_phase_span--start {
  padding-left: 12px;
  padding-right: 14px;
}
/* 左切り欠き（banner-arrow-mid 用）：10px 分多めに左padding */
.ai_phase_span--mid {
  padding-left: 18px;
  padding-right: 14px;
}

/* 矢印テキスト */
.ai_arrow_text {
  margin: 0 8px;
  text-align: center;
}

/* 矢印行 mt8 */
.ai_chart_arrow_row--mt8 {
  margin-top: 8px;
}

/* サービス層カラム mt12 */
.ai_col_wrap--mt12 {
  margin-top: 12px;
}

/* p_section__txt マージンなし */
.p_section__txt--no-mt {
  margin-top: 0;
}

/* 事業構造テーブル 見出しp */
.ai_biz_table__heading {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ai_biz_table__heading--no-mb {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

/* p_policy_lst plainバリアント */
.p_policy_lst--plain {
  background: none;
  padding: 0;
  margin: 0;
}

/* ロードマップカード間 mt */
.ai_roadmap__card + .ai_roadmap__card {
  margin-top: 8px;
}

/* 研究センターアイテム バリアント */
.ai_center_item--wide {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.ai_center_item--narrow {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.ai_center_item__text {
  min-height: 80px;
}
.ai_center_item__img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
}

/*===============================

    utility

================================*/
.u_bold { font-weight: bold; }
.u_sup { vertical-align: super; }

/* font-size */
.u_fz10 { font-size: 10px;}
.u_fz11 { font-size: 11px;}
.u_fz12 { font-size: 12px;}
.u_fz13 { font-size: 13px;}
.u_fz14 { font-size: 14px;}
.u_fz15 { font-size: 15px;}
.u_fz16 { font-size: 16px;}
.u_fz17 { font-size: 17px;}
.u_fz18 { font-size: 18px;}
.u_fz19 { font-size: 19px;}
.u_fz20 { font-size: 20px;}

/* font-weight */
.u_fw-b { font-weight: bold; }
.u_fw-500 { font-weight: 500; }
.u_fw-700 { font-weight: 700; }

/* padding */
.u_p0 { padding: 0 !important; }
.u_p-xs { padding: 0.2rem !important; }
.u_p-sm { padding: 0.5rem !important; }
.u_p-md { padding: 1rem !important; }
.u_p-lg { padding: 1.5rem !important; }
.u_p-xl { padding: 3rem !important; }

.u_pt0 { padding-top: 0 !important; }
.u_pt-xs { padding-top: 0.2rem !important; }
.u_pt-sm { padding-top: 0.5rem !important; }
.u_pt-md { padding-top: 1rem !important; }
.u_pt-lg { padding-top: 1.5rem !important; }
.u_pt-xl { padding-top: 3rem !important; }

.u_px0 { padding-left: 0 !important; padding-right: 0 !important; }
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.u_px-xs { padding-left: 0.2rem !important; padding-right: 0.2rem !important; }
.u_py-xs { padding-top: 0.2rem !important; padding-bottom: 0.2rem !important; }
.u_px-sm { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.u_py-sm { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.u_px-md { padding-left: 1rem !important; padding-right: 1rem !important; }
.u_py-md { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.u_px-lg { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.u_py-lg { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.u_px-xl { padding-left: 3rem !important; padding-right: 3rem !important; }
.u_py-xl { padding-top: 3rem !important; padding-bottom: 3rem !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_mr35 { margin-right: 35px; }

.u_mb10 { margin-bottom: 10px; }
.u_mb15 { margin-bottom: 15px; }
.u_mb20 { margin-bottom: 20px; }
.u_mb30 { margin-bottom: 30px; }
.u_mb50 { margin-bottom: 50px; }
.u_mb50 { margin-bottom: 50px; }
.u_mb100 { margin-bottom: 100px; }

/* text-align */
.u_taC { text-align: center; }
.u_taR { text-align: right; }
.u_taL { text-align: left; }

/* position */
.u_posRl { position: relative; }
.u_posAb { position: absolute; }
.u_posFx { position: fixed; }
.u_posStk { position: sticky; }
.u_posSt { position: static; }

.u_r10 { right: 10px; }
.u_btm10 { bottom: 10px; }

/* width */
.u_w350 { width: 350px; }
.u_w400 { width: 400px; }

.u_w40p { width: 40%; }
.u_w45p { width: 45%; }
.u_w50p { width: 50%; }

.u_maW70p { max-width: 70%; }
.u_maW75p { max-width: 75%; }
.u_maW80p { max-width: 80%; }