メインコンテンツへスキップ
ヘルプ
薬急便ヘルプ
アカウント / お客様情報
検索
アカウント / お客様情報
アカウント
会員登録情報や家族情報を登録・更新したい
家族アカウントを作成したい
メールが受信できません
登録したメールアドレスを変更したい
登録したメールアドレスを確認したい
お客様情報
電話番号を変更したい
保険証・その他医療証を登録・更新したい
クレジットカード情報を登録・削除する方法
医療証の登録はできますか?
お問い合わせ
薬急便のサービスに関するご質問・ご要望はこちらからお問い合わせください。
お問い合わせ
カテゴリ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
ナビゲーションメニュを切り替え
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
カテゴリ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
もっと見る
<% } %>
<% } %>