/* ==============================================================
   車種未選択時（①）固有のレイアウト制御
   ============================================================== */
.SYS-header_footer_ae.is-unselected .BtmFixed_BackGround {
    display: none !important;
}

/* ①未選択時：フッターfixed感を出すため、白帯の背景を敷き0.85で透過させる */
.SYS-header_footer_ae.is-unselected.isActive {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85) !important;
    background-image: none !important; /* デフォルトの黒背景画像を除去 */
    box-shadow: 0 -3px 10px rgba(0,0,0,0.08) !important;
    border-top: 1px solid #eaeaea !important;
    pointer-events: auto !important;
}

.SYS-header_footer_ae.is-unselected .Btm_Fixed_button {
    margin: 0 !important;
    width: 100%;
}
.SYS-header_footer_ae.is-unselected .Btm_Fixed_button dt {
    margin: 0 auto !important;
}

/* SP時のTop10ランキング横スクロール化 */
@media screen and (max-width: 640px) {
    ul.Genre.lp-horizontal-scroll {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        /* デフォルトの float などを解除 */
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    ul.Genre.lp-horizontal-scroll li {
        flex: 0 0 75% !important; /* SP画面で少し次が見える幅 */
        max-width: 75% !important;
        float: none !important;
        margin-right: 15px !important;
    }
    ul.Genre.lp-horizontal-scroll li:last-child {
        margin-right: 0 !important;
    }
}

/* ==============================================================
   インラインスタイルからの移設分
   ============================================================== */

/* 安心の査定Step領域のラッパー */
.lp-transparent-floor-wrapper {
    width: 100%;
    background-color: transparent;
}

/* 安心の査定Step領域のインナー */
.BaseFloor-1125px.lp-pt-30 {
    padding-top: 30px;
}

/* 高額買取ベスト10などの追加フロア */
.AEadditionalFloor-100per.lp-transparent-mt40 {
    background: transparent;
    margin-top: 40px;
    padding-top: 0;
}


.Auto-Estimate p.market-transition {
    display:none !important;
}

.TextCenter {
    padding-bottom: 5px;
}

.ActionButtonAE {
    width: 86%;
    margin: 10px auto;
    margin-bottom: 10px;
    color: #111;
    text-shadow: 1px 1px 1px #fceeb6;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    padding: 13px 5px 11px 5px;
    border: 1px solid #fccf21;
    border-radius: 5px;
    background-color: #ffce12;
    box-shadow: inset 0 3px 0 rgba(255,255,255,0.4), inset 0 -3px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
}
.ActionButtonAE:hover {
    background-color: #ffb812;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* Extracted from Blade */

  /* 初回表示アニメーション (フライング防止＆ワクワク感) */
  .char-anim {
        opacity: 0;
        -webkit-animation: fadeInChar 0.1s forwards;
        animation: fadeInChar 0.1s forwards;
    }
    @-webkit-keyframes fadeInChar { to { opacity: 1; } }
    @keyframes fadeInChar { to { opacity: 1; } }

    #step-maker .maker-grid {
        opacity: 1;
    }
    @-webkit-keyframes fadeInSeq {
        to { opacity: 1; }
    }
    @keyframes fadeInSeq {
        to { opacity: 1; }
    }
    @-webkit-keyframes fadeInDownSeq {
        0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
        100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
    }
    @keyframes fadeInDownSeq {
        0% { opacity: 0; transform: translateY(-20px); }
        100% { opacity: 1; transform: translateY(0); }
    }

  /* カスタムダイアログ用CSS */
.dialogue-subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-shadow: 1px 1px #000;
}
.dialogueCATCH {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 95%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    background: linear-gradient(135deg, rgba(40,40,40,0.9), rgba(20,20,20,0.9));
    border: 1px solid #444;
    border-top: 3px solid #d1121c;
    border-radius: 8px;
    padding: 15px 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    line-height: 1.4;
}
  @media (min-width: 768px) {
      .dialogueCATCH {
          width: 92%;
      }
  }

  .dialogue-skip-btn {
      color: #f7e56f !important;
      font-size: 14px;
      text-decoration: none !important;
      position: relative;
      display: inline-block;
      border-bottom: 1px solid rgba(247, 229, 111, 0.4);
      margin-right: 15px;
      padding-bottom: 2px;
  }
  .dialogue-skip-btn::before {
      content: "＞";
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: rgba(247, 229, 111, 0.7);
  }

  /* チャットUI化用スタイル */
  .chat-catch-wrapper {
      display: flex;
      align-items: stretch;
      margin: 0 auto 15px auto;
      width: 95%;
  }
  @media (min-width: 768px) {
      .chat-catch-wrapper { width: 92%; }
  }
  .chat-left-col {
      flex: 0 0 50px;
      margin-right: 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 5px;
      position: relative;
  }
  .chat-avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #d1121c;
      box-shadow: 0 2px 5px rgba(0,0,0,0.5);
      background: #fff;
      flex-shrink: 0;
  }
  .chat-nav-btns {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 5px;
  }
  .chat-nav-left, .chat-nav-right {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .chat-nav-left:only-child {
      margin: 0 auto;
  }
  .chat-back-btn {
      position: relative;
      width: 22px;
      height: 32px;
      display: inline-block;
      cursor: pointer;
      border-radius: 5px;
  }
  .chat-back-btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      border-top: 4px solid #666;
      border-left: 4px solid #666;
      border-radius: 2px;
      transform: translate(-30%, -50%) rotate(-45deg);
      transition: border-color 0.2s;
  }
  .chat-back-btn:hover::before {
      border-color: #d1121c;
  }
  
  .chat-next-btn {
      position: relative;
      width: 22px;
      height: 32px;
      display: inline-block;
      cursor: pointer;
      border-radius: 5px;
  }
  .chat-next-btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      border-top: 4px solid #666;
      border-right: 4px solid #666;
      border-radius: 2px;
      transform: translate(-70%, -50%) rotate(45deg);
      transition: border-color 0.2s;
  }
  .chat-next-btn:hover::before {
      border-color: #d1121c;
  }
  .chat-nav-btns {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 5px;
  }
  .progress-bar-container {
    display: flex;
    height: 14px;
    width: 92%;
    margin: 0 auto;
}
.progress-segment {
    flex: 1;
    position: relative;
    background: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}
.progress-segment:first-child {
    border-left: 1px solid #333;
    border-radius: 3px 0 0 3px;
    z-index: 3;
}
.progress-segment:nth-child(2) {
    z-index: 2;
}
.progress-segment:last-child {
    border-right: 1px solid #333;
    border-radius: 0 3px 3px 0;
    z-index: 1;
}
.progress-segment::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #000;
    z-index: 2;
}
.progress-segment::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}
.progress-segment:last-child::after,
.progress-segment:last-child::before {
    display: none;
}
.progress-segment.completed, .progress-segment.active {
    background: #f7e56f;
    border-color: #d4b000;
}
.progress-segment.completed::after, .progress-segment.active::after {
    border-left-color: #f7e56f;
}
.progress-segment.completed::before, .progress-segment.active::before {
    border-left-color: #d4b000;
}
.progress-label.completed {
      cursor: pointer;
  }
  .progress-label.completed:hover {
      text-decoration: underline;
      color: #d1121c;
  }
  .chat-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 15%; /* 顔にフォーカス */
  }
  .chat-catch-wrapper .dialogueCATCH {
      flex: 1;
      min-width: 0; /* フレックスアイテムの突き破り防止 */
      word-break: normal;
      overflow-wrap: break-word; /* 溢れる場合は折り返す */
      margin: 0 !important;
      border-radius: 12px;
      border-top-left-radius: 2px;
      position: relative;
  }
  .chat-catch-wrapper .dialogueCATCH::before {
      content: '';
      position: absolute;
      top: 15px;
      left: -8px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-right: 8px solid #444;
  }
  .chat-catch-wrapper .dialogueCATCH::after {
      content: '';
      position: absolute;
      top: 16px;
      left: -6px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 7px solid #282828;
  }
  
  #step-calendar .dialogueCATCH {
      text-align: left !important;
  }

.dialogueCATCH .small-text {
    font-size: 0.7em;
    font-weight: normal;
    color: #ddd;
}
/* プログレスバー（ステップフロー） */
.step-progress-wrapper {
    margin-top: 15px;
    width: 100%;
}
.progress-labels {
    display: flex;
    width: 92%;
    margin: 0 auto 5px auto;
}
.progress-label {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #999;
}
.progress-bar-container {
    display: flex;
    height: 14px;
    width: 92%;
    margin: 0 auto;
}
.progress-segment {
    flex: 1;
    position: relative;
    background: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}
.progress-segment:first-child {
    border-left: 1px solid #333;
    border-radius: 3px 0 0 3px;
    z-index: 3;
}
.progress-segment:nth-child(2) {
    z-index: 2;
}
.progress-segment:last-child {
    border-right: 1px solid #333;
    border-radius: 0 3px 3px 0;
    z-index: 1;
}
.progress-segment::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #000;
    z-index: 2;
}
.progress-segment::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}
.progress-segment:last-child::after,
.progress-segment:last-child::before {
    display: none;
}
.progress-segment.completed {
    background: #f7e56f;
    border-color: #d4b000;
}
.progress-segment.completed::after {
    border-left-color: #f7e56f;
}
.progress-segment.completed::before {
    border-left-color: #d4b000;
}
.progress-segment.active {
    background: #fcf6ba; /* 少し薄くて上品なイエロー */
    border-color: #e5cd4d;
}
.progress-segment.active::after {
    border-left-color: #fcf6ba;
}
.progress-segment.active::before {
    border-left-color: #e5cd4d;
}
.progress-label.completed {
    color: #fff;
    font-weight: bold;
}
.progress-label.active {
    color: #fcf6ba; /* テキストも少し淡いイエローに */
    font-weight: bold;
}
.progress-bar-container {
    display: flex;
    height: 14px;
    width: 92%;
    margin: 0 auto;
}


/* 不要なネイティブラベルを隠す */

.dialogue-next-btn {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #555;
    transition: background 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
.dialogue-next-btn:hover {
    background: #555;
}
.maker-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
    width: 96%;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}
.maker-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-top: 8px;
}
@media (max-width: 768px) {
    .maker-grid { grid-template-columns: repeat(2, 1fr); }
    .maker-grid-inner { grid-template-columns: repeat(2, 1fr); }
}

.maker-tab, .maker-tab-toggle {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.maker-logo {
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.maker-name {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.maker-tab:hover, .maker-tab-toggle:hover {
    transform: translateY(-2px);
    border-color: #d1121c;
    box-shadow: 0 4px 8px rgba(209,18,28,0.15);
}
.maker-name {
    font-size: 14px;
    font-weight: 600;
}
.bike-list-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px 0 0; /* スクロールバー用の余裕 */
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    list-style: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #555 #1d1d1d;
}
/* スクロールバーの黒系リッチ化 */
.bike-list-grid::-webkit-scrollbar {
    width: 8px;
}
.bike-list-grid::-webkit-scrollbar-track {
    background: #1d1d1d;
    border-radius: 4px;
}
.bike-list-grid::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
.bike-list-grid::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/* 排気量リストをメーカー選択のような2列ボタン風にする */
#dialogue-displacement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 8px; /* スクロールバー用の右余白を打ち消して完璧な中央揃えにする */
}
#dialogue-displacement-list.single-column {
    grid-template-columns: 1fr;
}
#dialogue-displacement-list.single-column .bike-item {
    padding: 8px 5px;
}
#dialogue-displacement-list .bike-item {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 11px 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.bike-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.bike-item:hover {
    background: #eee;
}

/* 車種索引UI */
.bike-index-container {
    display: flex;
    flex-wrap: wrap; /* PCでの操作性向上のため折り返し */
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 10px;
    background: #1d1d1d;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5);
    margin-bottom: 6px;
    box-sizing: border-box;
}
.bike-index-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for clean look */
}
.bike-index-btn, .bike-index-btn:link, .bike-index-btn:visited {
    flex: 0 0 auto;
    display: inline-block;
    padding: 5px 12px 0px 12px;
    background: #333;
    border: 1px solid #555;
    border-radius: 20px;
    color: #ddd;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.2s;
}
.bike-index-btn:hover, .bike-index-btn:active {
    background: #d1121c;
    color: #fff;
    border-color: #d1121c;
}
.bike-index-header {
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    border-bottom: 1px solid #444;
    border-left: 4px solid #444;
    text-align: left;
    cursor: default;
    background: none;
}
.bike-index-header:hover {
    background: none;
    border-color: #444;
    color: #ccc;
}

/* ローディングアニメーション */
.dialogue-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #d1121c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 非表示用 */
.hidden-permanent {
    display: none !important;
}

#dialogue-custom-ui .dialogue-step > div[style*="text-align: left"] {
    display: none !important;
}
.AE-input.step-content {
    width: 96%;
    margin: 0 auto !important;
    box-sizing: border-box;
}

/* カスタムダイアログ用CSS（台数表記リッチ化） */
.dialogue-vol {
    padding: 2px 10px;
    font-size: 14px;
    color: #888;
    border: 1px solid transparent;
}

.maker-tab, .maker-tab-toggle {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.maker-logo {
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.maker-name {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.maker-tab:hover, .maker-tab-toggle:hover {
    transform: translateY(-2px);
    border-color: #d1121c;
    box-shadow: 0 4px 8px rgba(209,18,28,0.15);
}
.maker-name {
    font-size: 14px;
    font-weight: 600;
}
.bike-list-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px 0 0; /* スクロールバー用の余裕 */
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    list-style: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #555 #1d1d1d;
}
/* スクロールバーの黒系リッチ化 */
.bike-list-grid::-webkit-scrollbar {
    width: 8px;
}
.bike-list-grid::-webkit-scrollbar-track {
    background: #1d1d1d;
    border-radius: 4px;
}
.bike-list-grid::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
.bike-list-grid::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/* 排気量リストをメーカー選択のような2列ボタン風にする */
#dialogue-displacement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 8px; /* スクロールバー用の右余白を打ち消して完璧な中央揃えにする */
}
#dialogue-displacement-list.single-column {
    grid-template-columns: 1fr;
}
#dialogue-displacement-list.single-column .bike-item {
    padding: 8px 5px;
}
#dialogue-displacement-list .bike-item {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 11px 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.bike-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.bike-item:hover {
    background: #eee;
}

/* 車種索引UI */
.bike-index-container {
    display: flex;
    flex-wrap: wrap; /* PCでの操作性向上のため折り返し */
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 10px;
    background: #1d1d1d;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5);
    margin-bottom: 6px;
    box-sizing: border-box;
}
.bike-index-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for clean look */
}
.bike-index-btn, .bike-index-btn:link, .bike-index-btn:visited {
    flex: 0 0 auto;
    display: inline-block;
    padding: 5px 12px 0px 12px;
    background: #333;
    border: 1px solid #555;
    border-radius: 20px;
    color: #ddd;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.2s;
}
.bike-index-btn:hover, .bike-index-btn:active {
    background: #d1121c;
    color: #fff;
    border-color: #d1121c;
}
.bike-index-header {
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    border-bottom: 1px solid #444;
    border-left: 4px solid #444;
    text-align: left;
    cursor: default;
    background: none;
}
.bike-index-header:hover {
    background: none;
    border-color: #444;
    color: #ccc;
}

/* ローディングアニメーション */
.dialogue-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #d1121c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 非表示用 */
.hidden-permanent {
    display: none !important;
}

#dialogue-custom-ui .dialogue-step > div[style*="text-align: left"] {
    display: none !important;
}
.AE-input.step-content {
    width: 96%;
    margin: 0 auto !important;
    box-sizing: border-box;
}

/* カスタムダイアログ用CSS（台数表記リッチ化） */
.dialogue-vol {
    padding: 2px 10px;
    font-size: 15px;
    color: #888;
    border-radius: 5px !important;
    vertical-align: middle;
    font-weight: 600;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dialogue-step .bike-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
