メインコンテンツへスキップ
Print

製品を購入したいのですが、どのような商流になりますか?

当社や当社のオンラインショップ、当社販売パートナー様よりご購入いただけます。

◎当社からご購入

お見積りをご依頼いただくか、オンラインショップをご利用下さい。

※お見積りに関しましては、電話・FAX・メール・ウェブからお問い合わせくださいませ。

( TEL:048-446-7144/FAX:048-446-6941/mail:Web

◎販売パートナー様からのご購入

お見積り等につきましては、お手数をおかけしますが販売パートナー各社様へお問い合わせくださいませ。

目次

製品別FAQ

'; collapsItems['collapsCat-765-block-6'] = ''; collapsItems['collapsCat-763-block-6'] = ''; collapsItems['collapsCat-766-block-6'] = ''; collapsItems['collapsCat-747-block-6'] = ''; collapsItems['collapsCat-748-block-6'] = ''; collapsItems['collapsCat-757-block-6'] = ''; collapsItems['collapsCat-851-block-6'] = ''; collapsItems['collapsCat-767-block-6'] = ''; collapsItems['collapsCat-746-block-6'] = ''; collapsItems['collapsCat-755-block-6'] = ''; collapsItems['collapsCat-744-block-6'] = ''; collapsItems['collapsCat-750-block-6'] = ''; collapsItems['collapsCat-756-block-6'] = ''; collapsItems['collapsCat-764-block-6'] = ''; collapsItems['collapsCat-743-block-6'] = ''; collapsItems['collapsCat-741-block-6'] = ''; collapsItems['collapsCat-785-block-6'] = ''; collapsItems['collapsCat-771-block-6'] = ''; collapsItems['collapsCat-758-block-6'] = ''; collapsItems['collapsCat-742-block-6'] = ''; collapsItems['collapsCat-937-block-6'] = ''; collapsItems['collapsCat-751-block-6'] = ''; /* Collapse Functions, version 3.0 * *--------------------------------------------------------------------------*/String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g,""); } function collapsCatCreateCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else { var expires = ""; } document.cookie = name+"="+value+expires+"; path=/;SameSite=Strict"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i { item.addEventListener('click', event => { let theLink = item.querySelector('a'); if ( theLink ) { // This is to support the option of expanding and collapsing only, and // not linking to the category archive (linkToCat=false) theLink.removeAttribute('href'); } if (accordion) { let theSpan = item.parentElement.parentElement.querySelector('span.collapse'); // If we are collapsing the one item which is expanded then we don't // want to change the other items, thus we only do this when the item // and theSpan are different if ( theSpan && theSpan != item ) { let theDiv = theSpan.parentElement.querySelector('div'); let divId = theDiv.getAttribute("id"); theDiv.style.display = 'none'; theSpan.classList.remove('collapse'); theSpan.classList.add('expand'); collapsCatCreateCookie(divId, 0, 7); } widgetRoot.querySelectorAll( '.expand .sym').forEach(item => { item.innerHTML = expandSym;}); } expandCollapseCat(item, expandSym, collapseSym, accordion ); }) }); } function expandCollapseCat(symbol, expandSym, collapseSym, accordion ) { let newDiv = symbol.parentElement.querySelector('div'); let divId = newDiv.getAttribute("id"); newDiv.innerHTML = collapsItems[divId]; // calling again here to add to sub-categories, which may not have been in the DOM before addExpandCollapseCat( newDiv, expandSym, collapseSym, accordion ); //newDiv.style.maxHeight = newDiv.scrollHeight + "px"; if (symbol.classList.contains('expand')) { newDiv.style.display = 'block'; symbol.classList.remove('expand'); symbol.classList.add('collapse'); symbol.querySelector('.sym').innerHTML = collapseSym; collapsCatCreateCookie(divId, 1, 7); } else { newDiv.style.display = 'none'; symbol.classList.remove('collapse'); symbol.classList.add('expand'); symbol.querySelector('.sym').innerHTML = expandSym; collapsCatCreateCookie(divId, 0, 7); } return false; } collapsCatRoot = document.querySelector( '#widget-collapscat-block-6-top' );addExpandCollapseCat(collapsCatRoot, '►', '▼', )// ]]>