uniConnectに関するお問い合わせ

会社名 例)株式会社◯◯
氏名 山田 花子
部署名
メールアドレス

電話番号
ご希望の提供環境 オンプレミス
プライベートクラウド
uniConnect Cloud(クラウド)
未定
利用予定台数(スマホ) ご利用を希望されない場合は「なし」とご入力ください。
利用予定台数(固定電話機) ご利用を希望されない場合は「なし」とご入力ください。
ご利用希望の代表番号 ご利用希望の代表番号をご記入ください。複数ある場合は、すべてご記入ください。
ご質問・要望
/* =================================== 基本設定 =================================== */ html{ overflow-y:scroll; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; font-style: normal; } li { list-style: none; } *, ::before, ::after { box-sizing: border-box; } /* =================================== 共通 =================================== */ /* フォント */ body { font-family: 'Noto Sans Japanese', sans-serif; } select,input,button,textarea { font-family: 'Noto Sans Japanese', sans-serif; } /* =================================== 画面全体のレイアウト =================================== */ /* 画面全体の表示設定 */ body { text-align:center; /* フォームエリアを中央に表示 */ } /* フォームエリア全体の設定 */ div.container { background:white; /* 背景色 */ font-size:14px; /* フォントの初期サイズ */ color:#333; /* フォントの初期カラー */ margin:0 auto; /* 画面の中央に表示 */ text-align:left; /* 左寄せ */ } /* =================================== 設問エリアのレイアウト =================================== */ /* 設問エリア全体の設定 */ div.wrapper { margin:0 auto; /* 中央に表示 */ background:white; } /* 設問の表 */ table.items { width:100%; } /* 設問の行 */ tr.item {} /* 必要であれば行のデザインを設定することができます */ /*設問名のセルのデザイン */ td.label { width:220px; /* 実際の設問名の文字の長さに合わせて調整してください */ color:#222; font-weight:bold; vertical-align:top; /* ラベルの配置 セルの上部に表示したい場合は top */ position:relative; padding-bottom:20px; padding-right:80px; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { background:White; padding-bottom:20px; } td.value input { width: calc(100% - 16px); height:42px; line-height:24px; padding: 8px; color: #222; border: 1px solid #CCC; } #item_10 td.value input { width: auto; height:auto; } td.value select { padding: 0 8px; font-size: 14px; border: 1px solid #CCC; height:42px; } td.value textarea { width: calc(100% - 16px) !important; height:42px; line-height:24px; padding: 8px; color: #222; border: 1px solid #CCC; } #item_2 td.value input { width: 220px; margin-right:10px; } #item_5 td.value textarea { height:112px; } #item_2 td.value .label_name:first-child { display:none; } #item_2 td.value:before { display:inline-block; content:'姓'; margin-right:5px; } #frm_formconfirm #item_1 td.value:before { display:none; } /* 設問の入力例/説明セルのデザイン */ td.comment { display:none; } td.value { position:relative; } #item_6 td.value, #item_7 td.value, #item_8 td.value { padding-bottom: 30px; } #item_6 td.value:after { position:absolute; content:"ご利用を希望されない場合は「なし」とご入力ください。"; left:0; bottom:10px; font-size:12px; color:DarkSlateGray; } #item_7 td.value:after { position:absolute; content:"ご利用を希望されない場合は「なし」とご入力ください。"; left:0; bottom:10px; font-size:12px; color:DarkSlateGray; } #item_8 td.value:after { position:absolute; content:"ご利用希望の代表番号をご記入ください。複数ある場合は、すべてご記入ください。"; left:0; bottom:10px; font-size:12px; color:DarkSlateGray; } /* 入力セルの「氏」「名」の文字のデザイン */ span.label_name { padding-right:5px; color:#222; } /* 入力確認画面、完了画面の入力された文字のデザイン */ p.value { font-size:110%; } /* ボタンの表示エリアの設定 */ div.button_area { margin:10px auto 10px auto; /* 中央に表示、上下に10pxの余白 */ padding:10px 0 10px 0; /* ボタンとの上下の隙間のサイズ */ text-align:center; /* 中央にボタンを表示 */ } /* 入力エラーメッセージのデザイン */ div.message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:OrangeRed; background:LightYellow; } /* 公開終了メッセージのデザイン */ div.finished-message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:Crimson; background:MistyRose; } /* =================================== 入力コントロールのデザイン =================================== */ /* 確認/送信/戻る/登録ボタン */ input[type=button] { color:#222; border:1px solid #222; background:#FFF; text-align:center; margin:0 25px; padding:10px 30px; width:280px; font-size:14px; font-weight:bold; display:inline-block; cursor:pointer; -webkit-transition-property:background; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:linear; } input[type=button]:hover{ background:#EF7D1E; color:#FFF; opacity:1 !important; border:1px solid #EF7D1E; } input[type=button]:hover { cursor: pointer; } /* 入力中のフィールドの背景色 */ /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */ input[type="text"]:focus { background-color:LightYellow; } /* テキストボックス */ select:focus { background-color:LightYellow; } /* プルダウン */ textarea:focus { background-color:LightYellow; } /* テキストエリア */ /* =================================== 必須項目のマークおよびメッセージなど =================================== */ /* 必須項目のマーク */ span.required { background: red; color: #FFF; width: 46px; font-size: 12px; line-height:24px; font-weight: normal; text-align: center; display: block; position: absolute; top: 0; right: 20px; } span.required:after { /* ここを編集することで表示されるマークを変更できます */ content:"必須"; } /* 必須項目についての説明文 */ p.required_msg { text-align:right; margin-right:4px; font-size:80%; font-weight:bold; color:OrangeRed; display:none; } p.required_msg:after { /* ここを編集することで表示されるマークを変更できます */ content:"「※必須」となっている項目は必ず入力してください。"; } /* メールアドレスの再入力メッセージ */ p.label_mail { margin:10px 0 5px; font-size:85%; font-weight:bold; color:DarkSlateGray; } p.label_mail:after { /* ここを編集することで表示されるメッセージを変更できます */ content:"確認のため、もう一度メールアドレスを入力してください"; } .privacy_policy a { color: #EF7D1E; } /* =================================== スマートフォン表示用のレイアウト =================================== */ /* スマートフォンとして認識する画面の横幅のサイズ */ @media screen and ( max-width:768px ) { /* フォームエリア全体の設定 */ div.container { width: 100%; } /* 設問エリア全体の設定 */ div.wrapper { width: 100%; } /* 設問の表 */ table.items { width: 100%; } /*設問名のセルのデザイン */ td.label { float: left; width: 100%; padding-top:10px; padding-bottom:10px; } /* 必須項目のマーク */ span.required { float:initial; top:10px; right: 0; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { float: left; width: 100%; /* 入力コントロールの幅に合わせて調整してください */ padding-bottom: 0px; } #item_5 span.required { top: 10px; } /* 設問の入力例/説明セルのデザイン */ td.comment { float: left; width: 95%; padding: 0px 2px 10px 2px; } /* 設問の入力例/テキストボックス */ input[type="text"]{ font-size: 120%; width: 100% !important; } /* 設問の入力例/テキストエリア */ td.value textarea { width: 100% !important; } /* ボタンの表示エリアの設定 */ div.button_area { width: 100%; } td.value select { font-size: 12px; } } /* 追記 5/14 */ #page_content { max-width: 840px; margin: 0 auto; } .title_subtitle{ text-align:center; margin-bottom:40px; padding-bottom:24px; font-weight:bold; font-size:26px; position:relative; } .title_subtitle:after{ content:""; position:absolute; width:80px; height:2px; background:#EF7D1E; bottom:0; left:50%; margin-left:-40px; } #page_content h1 span { display: inline-block; font-size: 38px; font-weight: bold; padding-bottom: 5px; border-bottom: 2px solid #000; } #frm_formthanks a { color: #EF7D1E; } @media screen and ( max-width:768px ) { #page_content { width:90%; } #page_content h1 span { font-size: 22px; } .title_subtitle{ font-size:22px; position:relative; } td.value:after { display:none; } #item_6 td.value, #item_7 td.value, #item_8 td.value { padding-bottom: 0; } #item_6 td.comment, #item_7 td.comment, #item_8 td.comment { display: block; font-size:12px; color:DarkSlateGray; width:100%; padding:5px 0 0; } #button_confirm_back{ margin-bottom:10px; } }
プライバシーポリシーに同意の上、送信してください。

同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。