当社へのお問い合わせは、お電話または下記問い合わせフォームにてお寄せください。

お問い合わせフォーム

お問い合わせ種別 資料請求
コンサルティングへの質問
営業訪問希望
その他
会社名 例)株式会社◯◯
部署名 ○○事業部、○○技術部、○○製造部
お役職 事業部長、部長、課長
ご氏名 山田 花子
メールアドレス

お電話番号 ハイフンありでご入力ください
お問い合わせの内容 物流コンサンルティングの詳細が知りたいので営業訪問を希望します。
/* =================================== 共通 =================================== */ /* フォント */ select,input,button,textarea { font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif; box-sizing: border-box; width: 100%; height: 40px; padding: 10px 14px 10px 14px; border: 1px solid #DEDEDE; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; font-size: 16px; line-height: 1.2em; background-color: #FCFCFC; } /* =================================== 画面全体のレイアウト =================================== */ /* 画面全体の表示設定 */ body { background-color: transparent; /* 背景色 */ text-align:center; /* フォームエリアを中央に表示 */ } /* フォームエリア全体の設定 */ div.container { width:auto; /* 画面の横幅 */ background-color: transparent; /* 背景色 */ border:none; border-top:none; /* 外枠のラインの色と太さ */ font-size:14px; /* フォントの初期サイズ */ color:#333; /* フォントの初期カラー */ margin:0 auto; /* 画面の中央に表示 */ text-align:left; /* 左寄せ */ padding: 0px; } /* =================================== 設問エリアのレイアウト =================================== */ /* 設問エリア全体の設定 */ div.wrapper { width: auto; /* 画面の横幅 */ margin:0 auto; /* 中央に表示 */ box-sizing: border-box; margin: auto; } /* 設問の表 */ table.items { border: none; background-color: #ffffff; box-sizing: border-box; margin: auto; border-collapse: separate; } /* 設問の行 */ tr.item { } /* 必要であれば行のデザインを設定することができます */ /*設問名のセルのデザイン */ td.label { color: #224; background: transparent; text-align: left; vertical-align: top; font-size: 16px; line-height: 1.6em; font-weight: bold; box-sizing: border-box; width: 230px; padding: 20px 20px 20px 0px; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { width: 480px; /* 入力コントロールの幅に合わせて調整してください */ background: White; text-align: left; vertical-align: middle; font-size: 16px; line-height: 1.6em; box-sizing: border-box; padding: 10px 0px 10px 0px; } /* 設問の入力例/説明セルのデザイン */ td.comment { font-size:12px; border-bottom: none; background-color: transparent; padding: 20px 10px; } /* 入力セルの「氏」「名」の文字のデザイン */ span.label_name { padding: 0 10px; font-size:85%; font-weight:bold; color:DarkSlateGray; } /* 入力確認画面、完了画面の入力された文字のデザイン */ p.value { font-size:110%; } /* ボタンの表示エリアの設定 */ div.button_area { font-size: 16px; line-height: 20px; width: auto; margin:50px auto 40px auto; background: transparent; padding:10px 0 10px 0; /* ボタンとの上下の隙間のサイズ */ text-align:center; /* 中央にボタンを表示 */ } div.button_area input { border: solid 1px #DB992D; color: #fff; background-color: #DB992D; } div.button_area input:hover { background: #fff; color: #DB992D; } div.button_area input#button_confirm_submit { border: solid 1px #B40000; color: #fff; background-color: #B40000; } div.button_area input#button_confirm_submit:hover { background: #fff; color: #B40000; } .list_finder_form01{ display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; } div.wrapper { -webkit-order: 1; order: 1; } div.message { -webkit-order: 2; order: 2; } #privacy_policy { -webkit-order: 3; order: 3; } div.button_area { -webkit-order: 4; order: 4; } /* 入力エラーメッセージのデザイン */ 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"] { margin:0px 10px 0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */ -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; outline: none; background: transparent; border: 1px solid #DB992D; background-color: #DB992D; color: #ffffff; font-size: 16px; line-height: 1.2em; font-weight: 500; width: 299px; height: 56px; cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 0px; } input[type="button"]:hover { cursor: pointer; background-color: #ffffff; color: #DB992D; } /* 入力中のフィールドの背景色 */ /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */ input[type="text"]:focus { background-color:LightYellow; } /* テキストボックス */ select:focus { background-color:LightYellow; } /* プルダウン */ textarea:focus { background-color:LightYellow; } /* テキストエリア */ .value textarea { box-sizing: border-box; width: 100%; height: 230px; padding: 10px 14px 10px 14px; border: 1px solid #DEDEDE; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; font-size: 16px; line-height: 1.2em; background-color: #FCFCFC; } #item_6 .value textarea { height: 100px; } td.value li { display: inline-block; width: 38%; padding: 6px 0px 6px 0px; } input[type="radio"] { width: 12px; height: 12px; margin-right: 10px; } table.items input[type="text"][name="person_name_last"], table.items input[type="text"][name="person_name_first"] { width: 200px; } /* =================================== 必須項目のマークおよびメッセージなど =================================== */ /* 必須項目のマーク */ span.required { float: none; margin-right: 0px; display: inline-block; background-color: #C41313; border: 1px solid #C41313; color: #ffffff; font-size: 12px; line-height: 1.0em; font-weight: 500; text-align: center; box-sizing: border-box; width: 50px; padding: 3px 5px 4px 5px; margin-left: 12px; border-radius: 0px; } span.required:after { /* ここを編集することで表示されるマークを変更できます */ content:"必須"; } /* 必須項目についての説明文 */ p.required_msg { text-align:right; margin-right:4px; font-size:80%; font-weight:bold; color:OrangeRed; } 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:"確認のため、もう一度メールアドレスを入力してください"; } #privacy_policy{ background: #F5F5F5; padding: 20px; font-size: 14px; line-height: 1em; margin: 30px auto 0; width: 748px; } #privacy_policy a{ font-weight: bold; color:#173257; text-decoration: underline; } .pageContent.CONTACT .comp .textbox01{ text-align:left; margin-bottom:1em; font-size: 16px; } .pageContent.CONTACT .comp .textbox01.center{ text-align:center; font-weight:bold; font-size: 28px; } .pageContent.CONTACT .comp .textbox02{ text-align:center; font-size: 16px; line-height: 1.6; } .comp .textbox02 a:link{ color: #173257;text-decoration:underline;} .comp .textbox02 a:visited{ color: #173257;text-decoration:underline;} .comp .textbox02 a:hover{ color: #173257;text-decoration:none;} .comp .textbox02 a:active{ color: #173257;text-decoration:none;} .contactArea .nav_btn a:link span {color: #fff;} .contactArea .nav_btn a:visited span {color: #fff;} .contactArea .nav_btn a:active span {color: #fff;} .contactArea .nav_btn a:hover span {color: #958251;} /* =================================== スマートフォン表示用のレイアウト =================================== */ /* スマートフォンとして認識する画面の横幅のサイズ */ @media screen and (max-width:768px) { .list_finder_form01 .container { padding: 0 0px !important; } table.items { border: none; width: 100%; background-color: #ffffff; box-sizing: border-box; margin: auto; border-collapse: separate; padding:0 20px; } table.items td.label { color: #224; background: transparent; text-align: left; vertical-align: top; font-size: 16px; line-height: 1.6em; font-weight: bold; box-sizing: border-box; width: 100%; padding: 10px 10px 5px 0px; } #button_confirm_back{ margin-bottom:10px; } } @media screen and ( max-width:479px ) { /* フォームエリア全体の設定 */ div.container { width: auto; } /* 設問エリア全体の設定 */ div.wrapper { width: auto; } /* 設問の表 */ table.items { width: auto; display: block; } table.items tbody { display: block; } table.items tr { display: block; } /*設問名のセルのデザイン */ td.label { float: none; height: auto; display: block; text-align: left; vertical-align: top; font-size: 15px; line-height: 1.6em; font-weight: bold; box-sizing: border-box; width: auto; padding: 20px 0px 0px 0px; } /* 必須項目のマーク */ span.required { float: none; display: inline-block; background-color: #C41313; color: #ffffff; font-size: 13px; line-height: 1.0em; font-weight: 500; text-align: center; box-sizing: border-box; width: 50px; padding: 3px 5px 4px 5px; margin-left: 12px; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { float: none; width: auto; /* 入力コントロールの幅に合わせて調整してください */ padding-bottom: 0px; display: block; text-align: left; vertical-align: top; font-size: 14px; line-height: 1.6em; box-sizing: border-box; padding: 10px 0px 10px 0px; } /* 設問の入力例/説明セルのデザイン */ td.comment { float: none; width: auto; padding: 0px 2px 10px 2px; } /* 設問の入力例/テキストボックス */ input[type="text"]{ box-sizing: border-box; width: 100% !important; height: 38px; padding: 10px 14px 10px 14px; border: 1px solid #DEDEDE; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; font-size: 14px; line-height: 1.2em; background-color: #FCFCFC; } td.value li { width: 46%; } #item_0 input[type="text"], #item_1 input[type="text"], #item_2 input[type="text"], #item_3 input[type="text"] { width: 100%; } /* 設問の入力例/テキストエリア */ textarea { width: 95%; height: 100px; } /* ボタンの表示エリアの設定 */ div.button_area { width: 80%; margin-top: 30px; } #privacy_policy{ padding: 20px; font-size: 14px; line-height: 1.8em; margin: 20px auto 0; width: 100%; } div.button_area input { width: 100%; box-sizing: border-box; margin: 0; } }
プライバシーポリシーに同意の上、送信してください。

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