table{ width: 100%; border-collapse:separate; border-spacing: 0; } table th:first-child{ border-radius: 5px 0 0 0; } table th:last-child{ border-radius: 0 5px 0 0; border-right: 1px solid #0086cd; } table th{ text-align: center; color:white; background: linear-gradient(#7ec5ea,#0086cd); border-left: 1px solid #0086cd; border-top: 1px solid #0086cd; border-bottom: 1px solid #0086cd; box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset; width: 25%; padding: 10px 0; } table td{ text-align: center; border-left: 1px solid #a8b7c5; border-bottom: 1px solid #a8b7c5; border-top:none; box-shadow: 0px -3px 5px 1px #eee inset; width: 25%; padding: 10px 0; } table td:last-child{ border-right: 1px solid #a8b7c5; } table tr:last-child td:first-child { border-radius: 0 0 0 5px; } table tr:last-child td:last-child { border-radius: 0 0 5px 0; } .areah3 { position: relative; padding: 0.6em; background: #e0edff; } .areah3:after { position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0; } .faq dt { padding: 10px 10px 10px 30px; border-radius: 5px; background: #e0edff; text-indent: -25px; } .faq dt:before { content: "Q."; font-weight: bold; margin-right: 7px; } .faq dd { margin: 20px 10px 40px 35px; text-indent: -25px; } .faq dd:before { content: "A."; color: #0077c2; font-weight: bold; margin-right: 7px; } .top-banner{ display: flex; justify-content: center; flex-wrap:wrap; } .top-banner li { width: calc(100%/2);/*←画像を横に4つ並べる場合*/ padding:5px 5px;/*←画像の左右に5pxの余白を入れる場合*/ box-sizing:border-box; list-style: none; } .top-banner li img { width: 100%; height: auto; /*画像の縦横比を維持 */ } .button05 a { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 1em 2em; width: 300px; color: #333;  font-size: 18px; font-weight: 700; background-color: #ffc540; box-shadow: 0 5px 0 #aaaaaa; transition: 0.3s; } .button05 a:after { content: ''; width: 5px; height: 5px; border-top: 3px solid #333333; border-right: 3px solid #333333; transform: rotate(45deg); } .button05 a:hover { transform: translateY(3px); text-decoration: none; box-shadow: 0 2px 0 #aaaaaa; } ul.arealist { column-count: 2; color: #1e366a; padding: 1.5em 0 0.5em 1.5em; padding: 20px 0; } ul,li.arealist { line-height: 30px;  padding: 1.5em 0 0.5em 1.5em; } ol.contentslist { font-size: max(26px, 32px); margin-left: 40px; line-height: 1.7em; } /* テーブルCSS_tb03_開始 */ #table03 th, #table05 td { text-align: center; width: 20%; min-width: 130px; padding: 10px; height: 60px; } #table03 th { background-color: #0f7464; } #table03 .head { background-color: #0f7464; } /* tab */ @media only screen and (max-width: 768px) { #table03 { display: block; overflow-x: scroll; white-space: nowrap; } #table03 .fixed { position: sticky; left: 0; } #table05 .fixed:before { content: ""; position: absolute; top: 0; left: -1px; right: -1px; height: 100%; border-left: 1px solid #707070; border-right: 1px solid #707070; } } /*テーブルCSS_td03_終了*/ /*テーブルCSS_.areah4_開始*/ .areah4 { position: relative; display: inline-block; padding: 0 55px; } .areah4:before, .areah4:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 45px; height: 2px; border-top: solid 1px black; border-bottom: solid 1px black; } .areah4:before { left:0; } .areah4:after { right: 0; } /*テーブルCSS_.areah4_終了*/ .frame-box-001 { padding: 30px; position: relative; } .frame-box-001::before, .frame-box-001::after { content: ''; width: 30px; height: 30px; position: absolute; } .frame-box-001::before { border-left: solid 2px #0077c2; border-top: solid 2px #0077c2; top: 0; left: 0; } .frame-box-001::after { border-right: solid 2px #0077c2; border-bottom: solid 2px #0077c2; bottom: 0; right: 0; } /* テーブルCSS_design16_開始 */ .design16 { width: 100%; text-align: center; border-collapse: collapse; border-spacing: 0; border: 1px solid gray; } .design16 th { width: 25%; padding: 10px; border: 1px solid gray; } .design16 th:nth-child(1) { background: #ccc; } .design16 th:nth-child(2) { background: #fff; } .design16 td { width: auto; padding: 10px; border: 1px solid gray; } .design16 td:nth-child(1) { background: #ccc; } .design16 td:nth-child(2) { background: #fff; } /* テーブルCSS_design16_終了 */ /* hタグCSS_.design1_開始 */ .design1 { padding: 0.5em; background: aliceblue; box-shadow: 0 0 4px rgba(0, 0, 0, 0.23); } /* hタグCSS_design1_終了 */ /* hタグCSS_.design2_開始 */ .design2 { border-bottom: 6px double #000; } /* hタグCSS_.design2_終了 */ /* hタグCSS_.design3_開始 */ .design3 { position: relative; padding: 1rem 2rem; border-bottom: 6px solid #5cb6ff; } .design3:before { position: absolute; bottom: -6px; left: 0; width: 20%; height: 6px; content: ''; background: #005aa3; } /* hタグCSS_.design3_終了 */ /* hタグCSS_.design4_完了 */ .design4 { position: relative; display: inline-block; padding: 0 65px; text-align: center; } .design4:before, .design4:after { position: absolute; top: calc(50% - 3px); width: 50px; height: 6px; content: ''; border-top: solid 2px #000; border-bottom: solid 2px #000; } .design4:before { left: 0; } .design4:after { right: 0; } /* hタグCSS_.design4_終了 */ /* hタグCSS_.design5_開始 */ .design5 { position: relative; padding: 1.5rem 2rem; border: 3px solid #d8d8d8; border-radius: 10px; background: #f9f9f9; } .design5:before { position: absolute; bottom: -14px; left: 1em; width: 0; height: 0; content: ''; border-width: 14px 12px 0 12px; border-style: solid; border-color: #d8d8d8 transparent transparent transparent; } .design5:after { position: absolute; bottom: -10px; left: 1em; width: 0; height: 0; content: ''; border-width: 14px 12px 0 12px; border-style: solid; border-color: #f9f9f9 transparent transparent transparent; } /* hタグCSS_.design5_終了 */ /* hタグCSS_.ribbon7_開始 */ .ribbon7 { color: #505050;/*文字色*/ padding: 0.5em;/*文字周りの余白*/ display: inline-block;/*おまじない*/ line-height: 1.3;/*行高*/ background: #dbebf8;/*背景色*/ vertical-align: middle; border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/ } .ribbon7:before { content: '●'; color: white; margin-right: 8px; } /* hタグCSS_.ribbon7_終了 */ /* CTAデザインALL_開始 */ .center { text-align: center; margin-left: auto; margin-right: auto; } /* CTAデザイン */ .cta-container img { width: 100%; max-width: 100%!important; height: auto!important; } .cta-container { background-color: #e9e3d3 ;/* CTA背景色 */ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; padding: 10px; box-sizing: border-box; margin-top: 5px; } .cta-left { position: relative; width: calc(50% - 20px); text-align: center; margin-right: 20px; } .cta-right { color: #fff; font-size: 16px; width: 50%; } .cta-description { color: #000000;/* 説明文文字色 */ font-size: 16px; padding: 10px; text-align: left; } @media only screen and (max-width: 1023px) { .cta-container { padding: 10px; } } @media only screen and (max-width: 767px) { .cta-container { display: block; padding: 20px; } .cta-right, .cta-left { width: 100%; } } /* CTAボタン */ .cta-btn { display: inline-block; padding: 1em 3em; text-decoration: none!important; background-color: #08a757; color: #fff!important; border-bottom: solid 4px #00a711; border-radius: 8px; } .cta-btn:hover { background-color: #00a711; /* マウスホバー時 */ } .cta-btn:active { -ms-transform: translateY(4px); -webkit-transform: translateY(4px); transform: translateY(4px); border-bottom: none; } /* CTAデザインALL_終了 */

株式会社ビジョン 東証プライム上場(証券コード:9416)

行列のできる格安ビジネスフォンサイト。ビジフォンドットコム Powered by vision

ビジネスフォン お役立ちガイド

ビジネスフォン お役立ちガイド

ビジネスフォンの導入事例や使い方についてその他機能や特徴、メーカーに関する情報など…

コメントは受け付けていません。

ビジネスフォンの電話工事の流れ

20190125_電話工事の流れ
ビジネスフォンの電話工事は、その工程における流れというものがあります。では、実際にビジネスフォンが使えるようになるまで、どんな流れになるのかご説明しましょう。

▼目次

  1. ビジネスフォンの電話工事のスケジュールについて
  2. ビジフォンドットコムの固定電話工事

ビジネスフォンの電話工事のスケジュールについて

それでは、実際にビジネスフォンの電話工事について、どんなスケジュールで行なわれるのか、具体的な流れをご説明していきましょう。

 

ステップ1:お問い合わせ

まずはフリーダイヤルまたはお問い合わせフォームによるメールでご相談ください。

 

ステップ2:ヒアリング・現場調査

お電話・メールにてヒアリングを行ない、場合によってはご訪問させていただいての現場調査を行ないます。

 

ステップ3:お見積り

現状を把握したら工事の仕様を確定し、お見積を提出させていただきます。

 

ステップ4:電話工事の日程調整

お見積をご判断いただき、発注いただきましたら電話工事の日程について打ち合わせさせていただきます。

 

ステップ5:電話工事の実施

実際に電話工事・ビジネスフォンシステムの構築(ご新規の場合はビジネスフォンの納品も)・配線工事等を実施します。

 

ステップ6:アフターフォロー

導入後の運用に関してのご相談、通信コストの削減などのアフターフォローもお任せください。

ビジフォンドットコムでは、スピーディなご対応をモットーとしており、発注いただいたら迅速に手際よくスケジュール調整を致します
そして、お見積も明朗でご安心いただける内容となっております。

ビジフォンの電話工事はぜひビジフォンドットコムにお任せください。

ビジフォンドットコムの固定電話工事

ビジフォンドットコムでは、ビジフォンの導入にあたり顧客の皆様とのコミュニケーションを優先しています。
例えば、ビジネスフォンの電話工事を担当するスタッフは、ただ工事だけを行なうというスタイルではありません。
ご相談いただいた際の会話を通じてコミュニケーションをはかり、実際に何を求めているのか、どんな問題点があるのかを正確に把握し、解決策をご提案させていただきます。

ビジネスシーンにおいてビジネスフォンは欠かせない貴重な設備機器ですから、ビジネスフォンだけでなくOA機器全般を取り扱うことで、よりさまざまな角度からの視点で顧客のオフィス環境を守るサポートをしてまいります。
なお、サポートに関してはスピード対応をモットーとしております。

ビジネスの現場では、1分1秒が大きな機会損出となりかねないことも往々にしてあります。
そんな現場で、ビジネスフォンの不備が要因で損出となってしまっては本末転倒です。
そういったことが起こらないよう、いつでもビジフォンドットコムにご相談してくださいませ。

ビジネスフォン導入までの流れはこちら

電話回線導入までの流れはこちら

ビジネスフォンについてのお悩みお気軽ご相談ください!

  • 中古ビジネスフォン0円プラン
  • 新品ビジネスフォンプラン
  • フレッツ光でインターネット インターネット回線シェア率50%越え!
  • クラウドPBXで場所を選ばず内線を構築!スマホ内線化 工事不要!
  • 当サイト限定!0円ビジネスフォンキャンプラン なんと!大人気中古3機種が!0円!
  • 当サイト限定!新品ビジネスフォンプラン 月々のリース代金が3,300円~!
  • クラウドPBXで場所を選ばず内線を構築!スマホ内線化 工事不要!

ページトップへ戻る