CINXE.COM
ミクナビ|お問い合わせ
<!DOCTYPE html> <html lang="ja" xml:lang="ja"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta property="og:locale" content="ja_JP" /> <title>ミクナビ|お問い合わせ</title> <link type="text/css" rel="stylesheet" href="/css/normalize.css"> <link type="text/css" rel="stylesheet" href="/css/mikuapp.css"> <link type="text/css" rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href='//fonts.googleapis.com/css?family=Squada+One|Homenaje' rel='stylesheet' type='text/css'> <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <script src='https://www.google.com/recaptcha/api.js?render=6LfBYLQaAAAAAI92GB0BeUxXrzqNBhPjCrYyEuFw'></script> <script> grecaptcha.ready(function() { $('#submit-button').on('click', function () { let site_key = "6LfBYLQaAAAAAI92GB0BeUxXrzqNBhPjCrYyEuFw"; grecaptcha.execute(site_key, {action: "homepage" }).then(function(token) { var recaptchaResponse = document.getElementById('recaptcha_response'); recaptchaResponse.value = token; $('#form-post').submit(); }); }); }); </script> </head> <body> <div id="container" class="h100"> <header id="header"> <div class="header_wrap"> <div class="headerTitle"> <p>お問い合わせ</p> </div> </div> </header> <div class="ff_style"> <div class="item_style2" id="form_wrap"> <div>お問い合わせに対する回答は、下記ドメインより回答致します。メールが受信できるよう設定をお願いいたします。</div> <div>mikunavi@crypton.co.jp</div> <form method="post" action="https://mikunavi.com/auth/contact/jp" id="form-post"> <input type="hidden" name="uid" value="" /> <input type="hidden" name="recaptcha_response" id="recaptcha_response"> <div class="form_wrap_p"> <input name="contact_name" id="contact_name" type="text" placeholder="お名前" value=""> </div> <div class="form_wrap_p"> <input name="contact_email"id="contact_email" type="email" placeholder="メールアドレス" value=""> </div> <div class="form_wrap_p"> <textarea name="contact_message"id="contact_message" placeholder="お問い合わせ内容" rows="5"></textarea> </div> <div class="btnBox"> <button type="button" class="btn btn-primary" style="border: 0;" id="submit-button">送信する</button> </div> <input type="hidden" name="_token" value="Bef1YgTQezXfA7ikbtmFGvsDgppvfpArtCDSmMH4"> </form> </div> </div> <div id="button_space"></div> </div> </body> </html>