バウコニュニケーションズ

お問い合わせ

バウコミュニケーションズにご関心を
お寄せいただき、ありがとうございます。
多様なニーズにワンストップで対応できる
パートナーとして、お気軽にご相談ください。
お問い合わせ内容を確認後、
担当者よりご連絡をさせていただきます。

お問い合わせの種類
会社名
所属部署
お名前
フリガナ
メールアドレス
電話番号
お問い合わせの内容
@charset "UTF-8"; /* USお問い合わせフォーム用共通CSS */ body { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; font-weight: 500; font-style: normal; font-feature-settings: "palt"; -webkit-text-size-adjust: 100%; letter-spacing: 1px; background: #fff; margin: 0; box-sizing: border-box; } div.container { width: 90%; max-width: 900px; margin: 0 auto; } div.wrapper { width: 100%; } table.items { box-sizing: border-box; width: 100%; margin-top: 80px; } td.label { display: flex; align-items: center; justify-content: space-between; width: 28%; max-width: 100%; font-size: 18px; font-weight: 600; color: #000000; letter-spacing: 0; text-align: left; } table.items .item { display: flex; } table.items .item:nth-of-type(n+2) { margin-top: 60px; } td.value { width: 69%; margin-left: 3%; } td.value select { box-sizing: border-box; width: 100%; height: 100%; background: #f1f1f1; border: none; border-radius: 5px; padding: 15px 56px 15px 15px; /* 元々設定の矢印初期化 */ appearance: none; -webkit-appearance: none; -moz-appearance: none; background-repeat: no-repeat; background-position: right 18px center; background-size: 22px 14px; /* ←ここで矢印の大きさ調整 */ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpolyline points='2,2 12,12 22,2' fill='none' stroke='%23000' stroke-width='4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E"); } :focus-visible { outline: none; } td.value input { box-sizing: border-box; width: 100%; background: #f1f1f1; border: none; border-radius: 5px; padding: 15px 15px 15px 15px; } td.value textarea { box-sizing: border-box; width: 100%; background: #f1f1f1; border: none; border-radius: 5px; padding: 15px 15px 15px 15px; resize: none; } span.label_name { display: flex; align-items: center; font-size: 18px; font-weight: 600; margin-right: 10px; } #item_1 td.value, #item_7 td.value { display: flex; } #item_1 td.value input:first-of-type, #item_7 td.value input:first-of-type { margin-right: 20px; } #item_5 .label { align-items: flex-start; position: relative; } #item_5 .label::before { content: "任意"; font-size: 13px; color: #fff; background: #989898; border-radius: 30px; padding: 2px 10px 2px 10px; position: absolute; top: 0; right: 0; } #item_5 td.value textarea { min-height: 280px; } .privacy_policy { font-size: 14px; color: #000000; margin-top: 50px; } #policy_url { color: #000000; } div.button_area { width: 900px; max-width: 100%; text-align: center; margin: 100px auto 0; } input[type=button] { width: 360px; font-size: 16px; font-weight: bold; color: #fff; border: none; border-radius: 5px; background: #000000; padding: 10px 10px 10px 10px; margin: 0 auto; transition: all .5s; } input[type=button]:hover { cursor: pointer; opacity: 0.7; } span.required { font-size: 13px; color: #fff; background: #00b7ed; border-radius: 30px; padding: 2px 10px 2px 10px; margin-left: 10px; } span.required:after { content: "必須"; } /* エラーメッセージ */ div.message { padding: 5px 10px 5px 10px; margin: 10px 13px 10px 13px; font-size: 14px; font-weight: bold; color: #ff0000; background: LightYellow; } div.finished-message { padding: 5px 10px 5px 10px; margin: 10px 13px 10px 13px; font-size: 14px; font-weight: bold; color: #ff0000; background: MistyRose; } p.required_msg { text-align: left; font-size: 14px; font-weight: 600; color: #0a79af; } p.required_msg:after { content: "※必須となっている項目は必ず入力してください。"; } /* メールアドレスの再入力メッセージ */ p.label_mail { margin: 5px 0 1px 0; font-size: 85%; font-weight: bold; color: DarkSlateGray; } p.label_mail:after { content: "確認のため、もう一度メールアドレスを入力してください"; } /* 強制的に非表示にする要素 */ /* p.required_msg { display: none; } */ .preview-notice { display: none !important; } /* ヘッダ/フッタ */ .contact_form_head { width: 100%; max-width: 900px; margin: 0 auto; } h1.form_logo { margin: 20px 0 60px 0; } h1.form_logo a { min-width: 173px; max-width: 173px; display: inline-block; height: auto; padding-left: 40px; } h1.form_logo a img { width: 100%; max-width: auto; } .formttl { font-size: 30px; margin: 20px auto 10px; } .formtxt { font-size: 16px; line-height: 1.8; } .form_copyright { font-size: 10px; color: #000000; letter-spacing: 1.5px; text-align: center; padding: 20px 0; margin: 80px auto 0; position: relative; } .form_copyright::before { content: ""; display: block; width: 100vw; height: 1px; margin: 0 calc(50% - 50vw); background: #000; position: absolute; top: 0; left: 0; } /* 確認ページ用CSS */ td.value p.value { font-size: 18px; font-weight: 600; margin: 0; } input[type=button]#button_confirm_back { color: #000000; background: #fff; border: 1px solid #000000; margin-right: 40px; } /* 送信完了ページ */ #frm_formthanks input[type=button] { color: #000000; background: #fff; border: 1px solid #000000; } #frm_formthanks .form_copyright { margin: 180px auto 0; } #frm_formthanks .thanks_box { margin: 120px auto 0; } #frm_formthanks .thanks_box .thanksttl { font-size: 25px; font-weight: 600; text-align: center; margin: 0 0 20px 0; } #frm_formthanks .thanks_box .thankstxt { font-size: 16px; line-height: 1.6; text-align: center; margin: 0 0 0 0; } #frm_formthanks div.button_area { margin: 40px auto 0; } /* 各種ページ用CSS */ .pc_only { display: block; } .sp_only { display: none; } @media screen and (max-width:1180px) { /* お問い合わせフォーム用共通CSS */ /* ヘッダ/フッタ */ } @media screen and (max-width:820px) { .pc_only { display: none; } .sp_only { display: block; } /* お問い合わせフォーム用共通CSS */ table.items { margin-top: 40px; } table.items .item { flex-wrap: wrap; } table.items .item:nth-of-type(n+2) { margin-top: 40px; } td.label { justify-content: flex-start; width: 100%; font-size: 16px; margin-bottom: 10px; } td.value { width: 100%; margin-left: 0; } #item_5 td.value textarea { min-height: 120px; } #item_5 .label::before { font-size: 10px; right: 37vw; } div.button_area { margin: 50px auto 0; } input[type=button] { width: 90%; } span.label_name { font-size: 15px; margin-right: 5px; } span.required { font-size: 10px; } .privacy-text-master div { font-size: 12px; text-align: left; } /* ヘッダ/フッタ */ h1.form_logo { margin: 20px 0 40px 0; } h1.form_logo a { min-width: 173px; max-width: 173px; padding-left: 0; } .formttl { font-size: 22px; text-align: center; } .formtxt { font-size: 14px; line-height: 1.5; text-align: center; } .form_copyright { margin: 40px auto 0; } /* 確認ページ用CSS */ input[type=button]#button_confirm_back { margin: 0 0 20px 0; } td.value p.value { font-size: 14px; } /* 送信完了ページ用CSS */ #frm_formthanks .form_copyright { margin: 100px auto 0; } #frm_formthanks .thanks_box { margin: 50px auto 0; } #frm_formthanks .thanks_box .thanksttl { font-size: 20px; margin-bottom: 10px; } #frm_formthanks .thanks_box .thankstxt { font-size: 14px; } /* 各種ページ用CSS */ }
プライバシーポリシーに同意の上、送信してください。

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