以下の入力フォームにご記入いただけますと、Frontier Eyes Onlineダイジェスト版のURLをご入力いただいたメールアドレス宛に送付いたします。(自動返信メールにてお送りいたします)

お名前 例)フロンティア 太郎
企業名 例)フロンティア・マネジメント株式会社
メールアドレス

例)support@frontier-eyes.online
電話番号 例)0368625180
部署役職
プライバシーポリシーへの同意 同意する
/* =================================== 基本設定 =================================== */ /* =================================== 画面全体のレイアウト =================================== */ .lfForm .wrapper { max-width: 1000px; margin: 0 auto; border-bottom: 1px solid #C3C3C3; padding: 0 0 80px; } .lfPre .wrapper { border-bottom: none; } .lfForm > *, .lfPre > *, .lfComp > * { font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, “游ゴシック体, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif; } .container { margin: 0; padding: 0; max-width: 100%; } /* =================================== 設問エリアのレイアウト =================================== */ .sp { display: none; } /* 設問の表 */ .lfForm .items { width: 100%; border: none; padding: 0 0 52px; } .lfForm > p { margin: 0 auto; max-width: 1000px; color: #777777; font-size: 17px; text-align: center; line-height: 30px; } /* 設問の行 */ tr.item { display: flex; } /* 必要であれば行のデザインを設定することができます */ tr.item > td { display: block; width: 100%; } tr.item { display: flex; flex-wrap: wrap; } tr.item td.value { width: 70%; padding: 0 0 8px; } tr.item td.label { width: 30%; font-size: 16px; } td.comment { width: 70%!important; padding: 10px 0 15px 30%!important; } tr#item_0 td.value { display: flex; align-items: center; } #item_4 td textarea { height: 48px!important; resize: none; } #item_7 td.value { font-size: 16px; padding: 8px 0 0 0; } #item_7 td.value input { width: 20px; height: 20px; margin: 0 8px 0 0; padding: 20px 0 0; vertical-align: top; border: 2px solid #ccc; } /*設問名のセルのデザイン */ td.label { /* 実際の設問名の文字の長さに合わせて調整してください */ padding:4px 0 4px 5px; color:#224; font-size: 20px; font-weight:bold; vertical-align:middle; /* ラベルの配置 セルの上部に表示したい場合は top */ } /* 設問の入力セルおよび表示セルのデザイン */ .name_label { display: flex!important; align-items: center; } /* 設問の入力例/説明セルのデザイン */ td.comment { margin: 0 0 16px; font-size:12px; padding-left:10px; color:DarkSlateGray; } .lfForm input[type="text"], .lfForm textarea, select { width: 100%; padding: 0 8px; font-size: 16px; border: 1px solid #C3C3C3; border-radius: 5px; } .lfForm input[type="text"] { height: 48px; } textarea[name="division_only"] { height: 48px; } .lfForm textarea { width: 100%!important; height: 100%; padding: 8px 8px; font-size: 15px; } select { height: 48px; } .label_name + input:first-of-type { margin: 0 14px 0 0!important; } .label_name { display: none; } .label_name + input { width: 49%!important; padding: 0!important; } .lfForm p.label_mail { margin: 8px 0; font-size: 12px; color: #333333; font-weight: normal; } /* 入力セルの「氏」「名」の文字のデザイン */ span.label_name { padding-right:5px; font-size:85%; font-weight:bold; color:DarkSlateGray; } /* 入力確認画面、完了画面の入力された文字のデザイン */ p.value { font-size:110%; } /* ボタンの表示エリアの設定 */ div.button_area input[type=button] { display: block; width: 320px; height: 65px; margin: 24px auto 40px; padding: 5px 10px; text-align: center; font-weight: normal; font-size: 20px; border: none; background: #ad0c15; } /* 入力エラーメッセージのデザイン */ 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] { border:none; /* ボタンに枠線をつけたい場合は、ここを設定してください */ color:white; /* 文字の色 */ } input[type=button]:hover { cursor: pointer; } /* 入力中のフィールドの背景色 */ /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */ input[type="text"]:focus { background-color:#FFF0F1; } /* テキストボックス */ select:focus { background-color:LightYellow; } /* プルダウン */ textarea:focus { background-color:LightYellow; } /* テキストエリア */ /* =================================== 必須項目のマークおよびメッセージなど =================================== */ /* 必須項目のマーク */ span.required { display: inline-block; position: relative; width: 35px; height: 17px; margin: 0 0 0 8px; } span.required:after { content: "必須"!important; position: absolute; top: 0; display: block; width: 35px; height: 20px; font-size: 12px; font-weight: bold; color: #fff; text-align: center; background: #AD0D15; } /* 必須項目についての説明文 */ p.required_msg { text-align:left; margin-top: 16px; margin-bottom: 16px; margin-right:4px; font-size:12px; font-weight:bold; color:OrangeRed; } p.required_msg:after { /* ここを編集することで表示されるマークを変更できます */ content:"「※必須」となっている項目は必ず入力してください。"; } tr#item_6 td.label .required{ margin: 0; } /* メールアドレスの再入力メッセージ */ p.label_mail { margin:5px 0 1px 0; font-size:85%; font-weight:bold; color:DarkSlateGray; } p.label_mail:after { /* ここを編集することで表示されるメッセージを変更できます */ content:"確認のため、もう一度メールアドレスを入力してください"; } .lfPre > p { margin: 0 0 60px; } .top-txt { margin: 0 auto 48px!important; padding: 0 0 50px; color: #333333!important; font-size: 16px!important; text-align: center!important; border-bottom: 1px solid #C3C3C3; } .lfPre .items { margin: 0 auto 32px; border-bottom: none; } .privacy_policy { font-size: 16px; } .privacy_policy .privacy-text-master { margin: 0 0 34px; } .privacy-text-master div { color: #333333; } .ifPre-txt { margin: 0 auto 26px!important; padding: 0 0 46px; color: #333333!important; text-align: center!important; border-bottom: 1px solid #C3C3C3; } .lfPre .value { width: 400px; font-size: 24px; } .lfPre .button_area { display: flex; max-width: 640px; margin: 0 auto; } .lfPre .button_area #button_confirm_back { background: #afafaf; } #button_confirm_back { margin-right: 46px; } .lfPre .items tr { display: flex; align-items: center; flex-wrap: nowrap; border-bottom: 1px solid #C3C3C3; margin: 0 0 26px; } .lfForm.lfPre .item td { display: block; text-align: left; } .lfForm.lfPre .item td.label { width: 263px; margin: 0 0 26px 20px; padding: 0; text-align: left; font-size: 16px; font-weight: bold; } .lfForm.lfPre .item td.value { margin: 0 0 26px 0; color: #333333; padding: 0; } .lfForm.lfPre .item td.value p { margin: 0; font-size: 16px; font-weight: normal; } .lfComp p { color: #000; margin: 0 auto 24px; font-size: 16px; line-height: 30px; max-width: 600px; } .lfComp .button_area a { background: #ad0c15; text-align: center; font-weight: normal; padding: 5px 10px; font-size: 24px; width: 300px; border: none; border-radius: 8px; display: block; margin: 24px auto 0; height: 60px; color: #fff; text-decoration: none; line-height: 60px; } .bigFont { font-size: 30px!important; } .lfComp .bigFont { margin: 0 auto 52px; } .doc-form .bigFont, .lfPre, .bigFont { color: #333333!important; text-align: center!important; margin: 0 auto 60px!important; } .no-mail-reason { margin: 40px auto!important; } .mail-contact { margin: 46px auto 73px!important; padding: 46px 0; border-top: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3; } .mail-contact span { display: block; font-size: 20px; font-weight: bold; } .return-top a { display: block; width: 320px; height: 65px; margin: 0 auto; color: #AD0D15; border: 1px solid #AD0D15; background: #fff; text-decoration: none; } .return-top a span { text-align: center; font-size: .9rem; line-height: 64px; display: block; } .return-top a:hover { background: #AD0D15; } .return-top a:hover span { color: #fff; } /* =================================== スマートフォン表示用のレイアウト =================================== */ /* スマートフォンとして認識する画面の横幅のサイズ */ @media screen and ( max-width:479px ) { .sp { display: block; } /* フォームエリア全体の設定 */ div.container { width: 100%; } /* 設問エリア全体の設定 */ div.wrapper { width: 100%; padding: 0 0 24px; } /* 設問の表 */ table.items { width: 100%; } /*設問名のセルのデザイン */ td.label { display: flex; align-items: center; float: left; width: 95%; height: 25px; margin: 24px 0 16px; padding-top:10px; } tr.item { display: block; } tr.item td.label { width: 100%; height: auto; } td.comment { width: 100%!important; margin: 0; padding: 0 0 10px 0!important; } /* 必須項目のマーク */ span.required { float: none; display: inline-block; margin: 0 0 0 6px; font-size: 10px; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { float: left; width: 95%; /* 入力コントロールの幅に合わせて調整してください */ padding-bottom: 0px; } tr.item td.value { width: 100%; } .lfForm.lfPre .item td.label { width: 213px; margin: 0 0 26px 7px; } /* 設問の入力例/説明セルのデザイン */ td.comment { float: left; width: 95%; padding: 0px 2px 10px 2px; } tr#item_7 .value { justify-content: space-between; width: 95%; } .label_name + input:first-of-type { margin: 0 0 16px 0!important!important; } /* 設問の入力例/テキストボックス */ input[type="text"]{ font-size: 120%; width: 95% !important; } .lfForm input[type="text"] { width: 100%!important; } /* 設問の入力例/テキストエリア */ textarea { width: 95%; height: 100px!important; } /* ボタンの表示エリアの設定 */ .lfForm p.label_mail { font-size: 14px; } .lfPre .button_area { display: block; } .lfPre > p { margin: 0; } .lfPre .items { margin: 0 0 40px; } #button_confirm_back { margin-right: 0; } .lfPre .button_area input { width: 100%!important; margin: 0 0 24px 0!important; } .ifPre-txt, .lfPre .value { width: 100%; } .privacy_policy { margin: 24px 0; } .privacy-text-master div { line-height: 30px; } }
プライバシーポリシーに同意の上、送信してください。

ご同意いただくと、Cookieにより当ウェブサイトにおける閲覧履歴と個人情報を紐付けて把握、分析する場合があります。

ご質問やお問い合わせがございましたら、専用のお問い合わせ窓口までお気軽にお寄せください。
【Frontier Eyes Online 編集部】
お問い合わせ窓口