CONTACT

Please fill out the following format, check the contents, and send it to us.We will automatically send you a receipt email.Note that it may take some time depending on the contents of your inquiry.

下記フォーマットにご記入いただき、内容をご確認のうえ、送信してください。自動で受付メールを送信いたします。

 

    document.onkeydown = function (event){   if( event.target.tagName == 'INPUT' && event.keyCode == 13 ){     return false;   } }