/* Maker専用CSS - sanwa.php用のスタイル調整 */

/* PC版: ribonBadgeのテキスト調整 */
@media screen and (min-width: 769px) {
  .ribonTelTitle .ribonBadge {
    font-size: 11px;
    padding: 2px 8px;
    white-space: nowrap;
  }
}

/* SP版: メーカーオーバーレイ（青枠テキスト） */
@media screen and (max-width: 768px) {
  .fvMainCatch .areaOverlay.sp.makerOverlay {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px;
    background: linear-gradient(135deg, #103899 0%, #3f69e0 60%, #103899 100%);
    box-shadow: 0 4px 8px rgba(0, 40, 110, 0.4);
    border: 1.5px solid rgba(55, 114, 255, 0.95);
    transform: rotate(-4deg);
    transform-origin: left center;
    text-align: left;
  }

  /* メーカータイトル（三和シャッター特化サービス） */
  .makerTitle {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 90%;
    height: 26px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    background-color: #233e8b;
    text-align: center;
    white-space: nowrap;
  }

  /* メーカーバナー（ロゴ） */
  .makerBanner {
    height: 36px;
    margin: 2px 8px 9px 8px;
  }

  .makerBanner img {
    width: auto;
    height: 100%;
  }

  /* SP版: ribonBadgeのテキスト調整 */
  .ribonTelTitle .ribonBadge {
    font-size: 10px;
    padding: 2px 6px;
    white-space: nowrap;
  }

  /* SP版: panelTelHeader内のribonBadgeのテキスト調整 */
  .panelTelHeader .ribonBadge {
    font-size: 9px;
    padding: 2px 5px;
    white-space: nowrap;
  }
}
