@charset "UTF-8";

/* お問い合わせページ専用スタイル */

/* 電話リンク */
.phone-link {
  color: #ff6b35 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: color 0.3s ease !important;
}

.phone-link:hover {
  color: #e55a2b !important;
  text-decoration: none !important;
}

.phone-link:visited {
  color: #ff6b35 !important;
}